From: Andy Shevchenko Date: Wed, 21 Jun 2023 16:26:25 +0000 (+0300) Subject: MAINTAINERS: Add bits.h to the BITMAP API record X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f4bc6c12b0280077f799f2d50719ca52370ecb20;p=users%2Fjedix%2Flinux-maple.git MAINTAINERS: Add bits.h to the BITMAP API record >From time to time changes are tending to go to the bits.h headers while it may affect other bit operataions. Add the bits.h to the BITMAP API record. Signed-off-by: Andy Shevchenko Acked-by: Yury Norov Acked-by: Rasmus Villemoes Signed-off-by: Yury Norov --- diff --git a/MAINTAINERS b/MAINTAINERS index ad32db6c81ccc..3e3c81127f35b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3565,9 +3565,11 @@ R: Andy Shevchenko R: Rasmus Villemoes S: Maintained F: include/linux/bitmap.h +F: include/linux/bits.h F: include/linux/cpumask.h F: include/linux/find.h F: include/linux/nodemask.h +F: include/vdso/bits.h F: lib/bitmap.c F: lib/cpumask.c F: lib/cpumask_kunit.c @@ -3575,7 +3577,9 @@ F: lib/find_bit.c F: lib/find_bit_benchmark.c F: lib/test_bitmap.c F: tools/include/linux/bitmap.h +F: tools/include/linux/bits.h F: tools/include/linux/find.h +F: tools/include/vdso/bits.h F: tools/lib/bitmap.c F: tools/lib/find_bit.c