From: Yury Norov Date: Wed, 6 May 2026 17:52:06 +0000 (-0400) Subject: MAINTAINERS: BITOPS: include bitrev.[ch] X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b2c5b4e43aa2fdf6c63e24df26370c4a5c27f78;p=thirdparty%2Fkernel%2Flinux.git MAINTAINERS: BITOPS: include bitrev.[ch] 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 --- diff --git a/MAINTAINERS b/MAINTAINERS index 10e8253181d32..a594d3e77c423 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4553,7 +4553,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