[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250418150052.299220-1-lorenzo.stoakes@oracle.com>
Date: Fri, 18 Apr 2025 16:00:52 +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>, Harry Yoo <harry.yoo@...cle.com>,
Rik van Riel <riel@...riel.com>, Hugh Dickins <hughd@...gle.com>,
linux-kernel@...r.kernel.org, linux-mm@...ck.org
Subject: [PATCH v2] MAINTAINERS: add reverse mapping section
Separate out the reverse mapping part of memory management and assign
appropriate maintainers and reviewers.
David has long been invovled in work with the reverse mapping and continues
to do so, so is well suited to maintain this area of the kernel.
I have a lot of experience working with the anonymous reverse mapping and
continue to work in this area, and also have good knowledge of the walking
code and code related to VMAs.
This helps people identify who to ask for help, and also additionally makes
life easier in review.
Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@...cle.com>
Acked-by: David Hildenbrand <david@...hat.com>
Acked-by: Liam R. Howlett <Liam.Howlett@...cle.com>
Acked-by: Harry Yoo <harry.yoo@...cle.com>
Acked-by: Vlastimil Babka <vbabka@...e.cz>
---
v2:
* Spoke to Rik off-list who confirmed he wants an R, updated.
* Propagated tags (thanks!)
v1:
https://lore.kernel.org/all/20250417084904.16806-1-lorenzo.stoakes@oracle.com/
MAINTAINERS | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 19ade456d1b0..aa926d4da027 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15503,7 +15503,6 @@ F: include/linux/mm_*.h
F: include/linux/mmzone.h
F: include/linux/mmu_notifier.h
F: include/linux/pagewalk.h
-F: include/linux/rmap.h
F: include/trace/events/ksm.h
F: mm/
F: tools/mm/
@@ -15543,6 +15542,19 @@ F: mm/page_alloc.c
F: include/linux/gfp.h
F: include/linux/compaction.h
+MEMORY MANAGEMENT - RMAP (REVERSE MAPPING)
+M: Andrew Morton <akpm@...ux-foundation.org>
+M: David Hildenbrand <david@...hat.com>
+M: Lorenzo Stoakes <lorenzo.stoakes@...cle.com>
+R: Rik van Riel <riel@...riel.com>
+R: Liam R. Howlett <Liam.Howlett@...cle.com>
+R: Vlastimil Babka <vbabka@...e.cz>
+R: Harry Yoo <harry.yoo@...cle.com>
+L: linux-mm@...ck.org
+S: Maintained
+F: include/linux/rmap.h
+F: mm/rmap.c
+
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