Skip to content

Commit a47694e

Browse files
lorenzo-stoakesakpm00
authored andcommitted
MAINTAINERS: add core mm section
In furtherance of ongoing efforts to ensure people are aware of who de-facto maintains/has an interest in specific parts of mm, as well trying to avoid get_maintainers.pl listing only Andrew and the mailing list for mm files - establish a 'core' memory management section establishing David as co-maintainer alongside Andrew (thanks David for volunteering!) along with a number of relevant reviewers. We try to keep things as fine-grained as possible, so we place only obviously 'general' mm things here. For files which are specific to a particular part of mm, we prefer new entries. Link: https://lkml.kernel.org/r/20250423123042.59082-1-lorenzo.stoakes@oracle.com Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com> Acked-by: Michal Hocko <mhocko@suse.com> Acked-by: Vlastimil Babka <vbabka@suse.cz> Acked-by: Mike Rapoport (Microsoft) <rppt@kernel.org> Acked-by: Liam R. Howlett <Liam.Howlett@oracle.com> Acked-by: David Hildenbrand <david@redhat.com> Cc: Lorenzo Stoakes <lorenzo.stoakes@oracle.com> Cc: Suren Baghdasaryan <surenb@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent 31d4cd4 commit a47694e

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

MAINTAINERS

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15494,14 +15494,11 @@ F: Documentation/mm/
1549415494
F: include/linux/gfp.h
1549515495
F: include/linux/gfp_types.h
1549615496
F: include/linux/memfd.h
15497-
F: include/linux/memory.h
1549815497
F: include/linux/memory_hotplug.h
1549915498
F: include/linux/memory-tiers.h
1550015499
F: include/linux/mempolicy.h
1550115500
F: include/linux/mempool.h
1550215501
F: include/linux/memremap.h
15503-
F: include/linux/mm.h
15504-
F: include/linux/mm_*.h
1550515502
F: include/linux/mmzone.h
1550615503
F: include/linux/mmu_notifier.h
1550715504
F: include/linux/pagewalk.h
@@ -15511,6 +15508,31 @@ F: tools/mm/
1551115508
F: tools/testing/selftests/mm/
1551215509
N: include/linux/page[-_]*
1551315510

15511+
MEMORY MANAGEMENT - CORE
15512+
M: Andrew Morton <akpm@linux-foundation.org>
15513+
M: David Hildenbrand <david@redhat.com>
15514+
R: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
15515+
R: Liam R. Howlett <Liam.Howlett@oracle.com>
15516+
R: Vlastimil Babka <vbabka@suse.cz>
15517+
R: Mike Rapoport <rppt@kernel.org>
15518+
R: Suren Baghdasaryan <surenb@google.com>
15519+
R: Michal Hocko <mhocko@suse.com>
15520+
L: linux-mm@kvack.org
15521+
S: Maintained
15522+
W: http://www.linux-mm.org
15523+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
15524+
F: include/linux/memory.h
15525+
F: include/linux/mm.h
15526+
F: include/linux/mm_*.h
15527+
F: include/linux/mmdebug.h
15528+
F: include/linux/pagewalk.h
15529+
F: mm/Kconfig
15530+
F: mm/debug.c
15531+
F: mm/init-mm.c
15532+
F: mm/memory.c
15533+
F: mm/pagewalk.c
15534+
F: mm/util.c
15535+
1551415536
MEMORY MANAGEMENT - EXECMEM
1551515537
M: Andrew Morton <akpm@linux-foundation.org>
1551615538
M: Mike Rapoport <rppt@kernel.org>

0 commit comments

Comments
 (0)