Messages in this thread Patch in this message |  | | From | Yury Norov <> | | Subject | [PATCH v2 5/5] MAINTAINERS: BITOPS: include bitrev.[ch] | | Date | Wed, 6 May 2026 13:52:06 -0400 |
| |
Arch bitrev API is covered in MAINTAINERS under the BITOPS entry, while generic bitrev is unmaintained. Move it under BITOPS too.
Signed-off-by: Yury Norov <ynorov@nvidia.com> --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS index 882214b0e7db..30214ac2f06d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4549,7 +4549,9 @@ F: arch/*/lib/bitops.c F: include/asm-generic/bitops F: include/asm-generic/bitops.h F: include/linux/bitops.h +F: include/linux/bitrev.h F: include/linux/count_zeros.h +F: lib/bitrev.c F: lib/hweight.c F: lib/test_bitops.c F: lib/tests/bitops_kunit.c -- 2.51.0
|  |