summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorYury Norov <yury.norov@gmail.com>2022-01-23 10:39:25 -0800
committerYury Norov <yury.norov@gmail.com>2022-06-03 06:52:57 -0700
commitc6bc5a3ce22c894b45f29d1b1fcf2daf287f10da (patch)
tree23c9ee89e713ada161a069a228d732ff55a3bcc7 /MAINTAINERS
parentdcf23cca930d1a60f7cd6b3a245a5081d77b8081 (diff)
MAINTAINERS: add cpumask and nodemask files to BITMAP_API
cpumask and nodemask APIs are thin wrappers around basic bitmap API, and corresponding files are not formally maintained. This patch adds them to BITMAP_API section, so that bitmap folks would have closer look at it. Signed-off-by: Yury Norov <yury.norov@gmail.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS4
1 files changed, 4 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 61d9f114c37f..8148a5f48f0d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3504,10 +3504,14 @@ R: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
R: Rasmus Villemoes <linux@rasmusvillemoes.dk>
S: Maintained
F: include/linux/bitmap.h
+F: include/linux/cpumask.h
F: include/linux/find.h
+F: include/linux/nodemask.h
F: lib/bitmap.c
+F: lib/cpumask.c
F: lib/find_bit.c
F: lib/find_bit_benchmark.c
+F: lib/nodemask.c
F: lib/test_bitmap.c
F: tools/include/linux/bitmap.h
F: tools/include/linux/find.h