[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250423123042.59082-1-lorenzo.stoakes@oracle.com>
Date: Wed, 23 Apr 2025 13:30:42 +0100
From: Lorenzo Stoakes <lorenzo.stoakes@...cle.com>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: David Hildenbrand <david@...hat.com>,
"Liam R . Howlett" <Liam.Howlett@...cle.com>,
Vlastimil Babka <vbabka@...e.cz>, Mike Rapoport <rppt@...nel.org>,
Suren Baghdasaryan <surenb@...gle.com>, Michal Hocko <mhocko@...e.com>,
linux-mm@...ck.org, linux-kernel@...r.kernel.org
Subject: [PATCH] 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.
Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@...cle.com>
Acked-by: Michal Hocko <mhocko@...e.com>
---
MAINTAINERS | 29 ++++++++++++++++++++++++++---
1 file changed, 26 insertions(+), 3 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 4015227645cc..632f2860f1cc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15492,14 +15492,11 @@ F: Documentation/mm/
F: include/linux/gfp.h
F: include/linux/gfp_types.h
F: include/linux/memfd.h
-F: include/linux/memory.h
F: include/linux/memory_hotplug.h
F: include/linux/memory-tiers.h
F: include/linux/mempolicy.h
F: include/linux/mempool.h
F: include/linux/memremap.h
-F: include/linux/mm.h
-F: include/linux/mm_*.h
F: include/linux/mmzone.h
F: include/linux/mmu_notifier.h
F: include/linux/pagewalk.h
@@ -15509,6 +15506,31 @@ F: tools/mm/
F: tools/testing/selftests/mm/
N: include/linux/page[-_]*
+MEMORY MANAGEMENT - CORE
+M: Andrew Morton <akpm@...ux-foundation.org>
+M: David Hildenbrand <david@...hat.com>
+R: Lorenzo Stoakes <lorenzo.stoakes@...cle.com>
+R: Liam R. Howlett <Liam.Howlett@...cle.com>
+R: Vlastimil Babka <vbabka@...e.cz>
+R: Mike Rapoport <rppt@...nel.org>
+R: Suren Baghdasaryan <surenb@...gle.com>
+R: Michal Hocko <mhocko@...e.com>
+L: linux-mm@...ck.org
+S: Maintained
+W: http://www.linux-mm.org
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
+F: include/linux/memory.h
+F: include/linux/mm.h
+F: include/linux/mm_*.h
+F: include/linux/mmdebug.h
+F: include/linux/pagewalk.h
+F: mm/Kconfig
+F: mm/debug.c
+F: mm/init-mm.c
+F: mm/memory.c
+F: mm/pagewalk.c
+F: mm/util.c
+
MEMORY MANAGEMENT - EXECMEM
M: Andrew Morton <akpm@...ux-foundation.org>
M: Mike Rapoport <rppt@...nel.org>
--
2.49.0
Powered by blists - more mailing lists