diff options
author | Yury Norov <[email protected]> | 2024-05-02 16:32:04 -0700 |
---|---|---|
committer | Yury Norov <[email protected]> | 2024-05-19 16:12:38 -0700 |
commit | fe708f915541b0b7b9ba066f73007fde69a0d2ea (patch) | |
tree | 87142b9706f7e2460f9af87b86f3a15f2ec1334d | |
parent | 0b2811ba11b04353033237359c9d042eb0cdc1c1 (diff) |
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 <[email protected]>
Signed-off-by: Yury Norov <[email protected]>
-rw-r--r-- | MAINTAINERS | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c23fda1aa1f0..112a9b32b12e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -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 <[email protected]> +R: Rasmus Villemoes <[email protected]> +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 <[email protected]> S: Maintained |