Skip to content

Commit fe708f9

Browse files
committed
MAINTAINERS: add BITOPS API record
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>
1 parent 0b2811b commit fe708f9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

MAINTAINERS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3638,6 +3638,20 @@ F: tools/include/vdso/bits.h
36383638
F: tools/lib/bitmap.c
36393639
F: tools/lib/find_bit.c
36403640

3641+
BITOPS API
3642+
M: Yury Norov <yury.norov@gmail.com>
3643+
R: Rasmus Villemoes <linux@rasmusvillemoes.dk>
3644+
S: Maintained
3645+
F: arch/*/include/asm/bitops.h
3646+
F: arch/*/include/asm/bitops_32.h
3647+
F: arch/*/include/asm/bitops_64.h
3648+
F: arch/*/lib/bitops.c
3649+
F: include/asm-generic/bitops
3650+
F: include/asm-generic/bitops.h
3651+
F: include/linux/bitops.h
3652+
F: lib/test_bitops.c
3653+
F: tools/*/bitops*
3654+
36413655
BLINKM RGB LED DRIVER
36423656
M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
36433657
S: Maintained

0 commit comments

Comments
 (0)