From: Yury Norov Date: Tue, 28 May 2024 00:56:43 +0000 (-0700) Subject: MAINTAINERS: add linux/nodemask_types.h to BITMAP API X-Git-Tag: v6.11-rc1~84^2~74 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5b1a6373aa61f2902ea4922ec4a168703f720b2c;p=thirdparty%2Fkernel%2Flinux.git MAINTAINERS: add linux/nodemask_types.h to BITMAP API Patch series "Cleanup cpumask.h inclusion in core headers". Many core headers include linux/cpumask.h for nothing, and some others include it just for types. We already have nodemask_types.h, and this series adds cpumask_types.h to optimize core headers inclusion paths. Interestingly, it doesn't improve on build time for me, but the headers cleanup work should keep going. This patch (of 6): Commit bea32141764b ("nodemask: Split out include/linux/nodemask_types.h") added the nodemask_types.h but didn't cover it with corresponding record in the MAINTAINERS file. Link: https://lkml.kernel.org/r/20240528005648.182376-1-yury.norov@gmail.com Link: https://lkml.kernel.org/r/20240528005648.182376-2-yury.norov@gmail.com Signed-off-by: Yury Norov Cc: Amit Daniel Kachhap Cc: Anna-Maria Behnsen Cc: Christoph Lameter Cc: Daniel Lezcano Cc: Dennis Zhou Cc: Frederic Weisbecker Cc: Johannes Weiner Cc: Juri Lelli Cc: Kees Cook Cc: Mathieu Desnoyers Cc: Paul E. McKenney Cc: Peter Zijlstra Cc: Rafael J. Wysocki # for thermal Cc: Rasmus Villemoes Cc: Tejun Heo Cc: Thomas Gleixner Cc: Ulf Hansson Cc: Vincent Guittot Cc: Viresh Kumar Cc: Yury Norov Signed-off-by: Andrew Morton --- diff --git a/MAINTAINERS b/MAINTAINERS index 2ca8f35dfe039..2be0733bf0a29 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3732,6 +3732,7 @@ F: include/linux/bits.h F: include/linux/cpumask.h F: include/linux/find.h F: include/linux/nodemask.h +F: include/linux/nodemask_types.h F: include/vdso/bits.h F: lib/bitmap-str.c F: lib/bitmap.c