[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250407200508.121357-4-vbabka@suse.cz>
Date: Mon, 7 Apr 2025 22:05:10 +0200
From: Vlastimil Babka <vbabka@...e.cz>
To: linux-mm@...ck.org
Cc: Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org,
patches@...ts.linux.dev,
Vlastimil Babka <vbabka@...e.cz>,
David Hildenbrand <david@...hat.com>,
Zi Yan <ziy@...dia.com>,
Johannes Weiner <hannes@...xchg.org>,
"Matthew Wilcox (Oracle)" <willy@...radead.org>,
"Kirill A. Shutemov" <kirill.shutemov@...ux.intel.com>,
Mel Gorman <mgorman@...hsingularity.net>,
Suren Baghdasaryan <surenb@...gle.com>,
Brendan Jackman <jackmanb@...gle.com>,
Michal Hocko <mhocko@...nel.org>
Subject: [RFC PATCH 2/2] MAINTAINERS: add MM subsection for the page allocator
Add a subsection for the page allocator, including compaction as it's
crucial for high-order allocations and works together with the
anti-fragmentation features. Volunteer myself as a reviewer.
Cc: David Hildenbrand <david@...hat.com>
Cc: Zi Yan <ziy@...dia.com>
Cc: Johannes Weiner <hannes@...xchg.org>
Cc: "Matthew Wilcox (Oracle)" <willy@...radead.org>
Cc: "Kirill A. Shutemov" <kirill.shutemov@...ux.intel.com>
Cc: Mel Gorman <mgorman@...hsingularity.net>
Cc: Suren Baghdasaryan <surenb@...gle.com>
Cc: Brendan Jackman <jackmanb@...gle.com>
Cc: Michal Hocko <mhocko@...nel.org>
Signed-off-by: Vlastimil Babka <vbabka@...e.cz>
---
Extra reviewers would be welcome, including/not limited the people I
Cc'd based on my recollection and get_maintainers --git
Also if I missed any related file please lmk. Thanks.
MAINTAINERS | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 4fe7cf5fc4ea..610636f622b1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15511,6 +15511,16 @@ F: mm/numa.c
F: mm/numa_emulation.c
F: mm/numa_memblks.c
+MEMORY MANAGEMENT - PAGE ALLOCATOR
+M: Andrew Morton <akpm@...ux-foundation.org>
+R: Vlastimil Babka <vbabka@...e.cz>
+L: linux-mm@...ck.org
+S: Maintained
+F: mm/compaction.c
+F: mm/page_alloc.c
+F: include/linux/gfp.h
+F: include/linux/compaction.h
+
MEMORY MANAGEMENT - SECRETMEM
M: Andrew Morton <akpm@...ux-foundation.org>
M: Mike Rapoport <rppt@...nel.org>
--
2.49.0
Powered by blists - more mailing lists