Skip to content

Commit cc0535a

Browse files
ljskernelakpm00
authored andcommitted
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 <lorenzo.stoakes@oracle.com> Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org> Acked-by: Michal Hocko <mhocko@suse.com> Acked-by: Vlastimil Babka <vbabka@suse.cz> Reviewed-by: Kees Cook <kees@kernel.org> Acked-by: David Hildenbrand <david@redhat.com> Acked-by: Liam R. Howlett <Liam.Howlett@oracle.com> Cc: Ben Segall <bsegall@google.com> Cc: Dietmar Eggemann <dietmar.eggemann@arm.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: Juri Lelli <juri.lelli@redhat.com> Cc: Mel Gorman <mgorman <mgorman@suse.de> Cc: Mike Rapoport <rppt@kernel.org> Cc: Steven Rostedt <rostedt@goodmis.org> Cc: Suren Baghdasaryan <surenb@google.com> Cc: Valentin Schneider <vschneid@redhat.com> Cc: Vincent Guittot <vincent.guittot@linaro.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent 698c008 commit cc0535a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

MAINTAINERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8840,6 +8840,7 @@ F: include/linux/elf.h
88408840
F: include/uapi/linux/auxvec.h
88418841
F: include/uapi/linux/binfmts.h
88428842
F: include/uapi/linux/elf.h
8843+
F: kernel/fork.c
88438844
F: mm/vma_exec.c
88448845
F: tools/testing/selftests/exec/
88458846
N: asm/elf.h
@@ -15540,6 +15541,7 @@ F: include/linux/mm.h
1554015541
F: include/linux/mm_*.h
1554115542
F: include/linux/mmdebug.h
1554215543
F: include/linux/pagewalk.h
15544+
F: kernel/fork.c
1554315545
F: mm/Kconfig
1554415546
F: mm/debug.c
1554515547
F: mm/init-mm.c
@@ -21770,6 +21772,7 @@ F: include/linux/preempt.h
2177021772
F: include/linux/sched.h
2177121773
F: include/linux/wait.h
2177221774
F: include/uapi/linux/sched.h
21775+
F: kernel/fork.c
2177321776
F: kernel/sched/
2177421777

2177521778
SCHEDULER - SCHED_EXT

0 commit comments

Comments
 (0)