MAINTAINERS: add BITOPS API record
authorYury Norov <yury.norov@gmail.com>
Thu, 2 May 2024 23:32:04 +0000 (16:32 -0700)
committerYury Norov <yury.norov@gmail.com>
Sun, 19 May 2024 23:12:38 +0000 (16:12 -0700)
Bitops API is the very basic, and it's widely used by the kernel. But
corresponding files are not maintained.

Bitmaps actively use bit operations, and big share of bitops material
already moves through the bitmap branch.

I would like to take a closer look to bitops.

This patch creates a BITOPS API record in the MAINTAINERS, and adds
Rasmus as a reviewer, and myself as a maintainer of those files.

CC: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Yury Norov <yury.norov@gmail.com>
MAINTAINERS

index c23fda1..112a9b3 100644 (file)
@@ -3638,6 +3638,20 @@ F:       tools/include/vdso/bits.h
 F:     tools/lib/bitmap.c
 F:     tools/lib/find_bit.c
 
+BITOPS API
+M:     Yury Norov <yury.norov@gmail.com>
+R:     Rasmus Villemoes <linux@rasmusvillemoes.dk>
+S:     Maintained
+F:     arch/*/include/asm/bitops.h
+F:     arch/*/include/asm/bitops_32.h
+F:     arch/*/include/asm/bitops_64.h
+F:     arch/*/lib/bitops.c
+F:     include/asm-generic/bitops
+F:     include/asm-generic/bitops.h
+F:     include/linux/bitops.h
+F:     lib/test_bitops.c
+F:     tools/*/bitops*
+
 BLINKM RGB LED DRIVER
 M:     Jan-Simon Moeller <jansimon.moeller@gmx.de>
 S:     Maintained