aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Weißschuh <[email protected]>2025-06-30 13:09:35 +0000
committerYury Norov <[email protected]>2025-07-08 14:23:13 +0000
commit1afc85deecd32ff0f9972b38ecfbddb8be63143e (patch)
tree9de0dcb5cf5e25c85a251b0e0a37e22d1768429d
parentuapi: bitops: use UAPI-safe variant of BITS_PER_LONG again (2) (diff)
downloadkernel-1afc85deecd32ff0f9972b38ecfbddb8be63143e.tar.gz
kernel-1afc85deecd32ff0f9972b38ecfbddb8be63143e.zip
MAINTAINERS: bitmap: add UAPI headers
The UAPI headers have been split out from the kernel-only headers. They maintained as part of the bitmap library. Signed-off-by: Thomas Weißschuh <[email protected]> Signed-off-by: Yury Norov (NVIDIA) <[email protected]>
-rw-r--r--MAINTAINERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index fad6cb025a19..a4ff43498c35 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4181,6 +4181,7 @@ F: include/linux/cpumask_types.h
F: include/linux/find.h
F: include/linux/nodemask.h
F: include/linux/nodemask_types.h
+F: include/uapi/linux/bits.h
F: include/vdso/bits.h
F: lib/bitmap-str.c
F: lib/bitmap.c
@@ -4193,6 +4194,7 @@ F: tools/include/linux/bitfield.h
F: tools/include/linux/bitmap.h
F: tools/include/linux/bits.h
F: tools/include/linux/find.h
+F: tools/include/uapi/linux/bits.h
F: tools/include/vdso/bits.h
F: tools/lib/bitmap.c
F: tools/lib/find_bit.c