From: Lorenzo Stoakes Date: Tue, 13 May 2025 14:57:06 +0000 (+0100) Subject: MAINTAINERS: add kernel/fork.c to relevant sections X-Git-Tag: v6.16-rc1~92^2~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cc0535acd1b439cfc854dfd27618b6f790497661;p=thirdparty%2Fkernel%2Flinux.git MAINTAINERS: add kernel/fork.c to relevant sections Currently kernel/fork.c both contains absolutely key logic relating to a number of kernel subsystems and also has absolutely no assignment in MAINTAINERS. Correct this by placing this file in relevant sections - mm core, exec and the scheduler so people know who to contact when making changes here. scripts/get_maintainers.pl can perfectly well handle a file being in multiple sections, so this functions correctly. Intent is that we keep putting changes to kernel/fork.c through Andrew's tree. Link: https://lkml.kernel.org/r/20250513145706.122101-1-lorenzo.stoakes@oracle.com Signed-off-by: Lorenzo Stoakes Acked-by: Peter Zijlstra (Intel) Acked-by: Michal Hocko Acked-by: Vlastimil Babka Reviewed-by: Kees Cook Acked-by: David Hildenbrand Acked-by: Liam R. Howlett Cc: Ben Segall Cc: Dietmar Eggemann Cc: Ingo Molnar Cc: Juri Lelli Cc: Mel Gorman Cc: Mike Rapoport Cc: Steven Rostedt Cc: Suren Baghdasaryan Cc: Valentin Schneider Cc: Vincent Guittot Signed-off-by: Andrew Morton --- diff --git a/MAINTAINERS b/MAINTAINERS index ab6b08dbc779c..378678192a669 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8840,6 +8840,7 @@ F: include/linux/elf.h F: include/uapi/linux/auxvec.h F: include/uapi/linux/binfmts.h F: include/uapi/linux/elf.h +F: kernel/fork.c F: mm/vma_exec.c F: tools/testing/selftests/exec/ N: asm/elf.h @@ -15540,6 +15541,7 @@ F: include/linux/mm.h F: include/linux/mm_*.h F: include/linux/mmdebug.h F: include/linux/pagewalk.h +F: kernel/fork.c F: mm/Kconfig F: mm/debug.c F: mm/init-mm.c @@ -21770,6 +21772,7 @@ F: include/linux/preempt.h F: include/linux/sched.h F: include/linux/wait.h F: include/uapi/linux/sched.h +F: kernel/fork.c F: kernel/sched/ SCHEDULER - SCHED_EXT