Skip to content

Commit e81224f

Browse files
lorenzo-stoakesakpm00
authored andcommitted
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. Link: https://lkml.kernel.org/r/20250418150052.299220-1-lorenzo.stoakes@oracle.com Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com> Acked-by: David Hildenbrand <david@redhat.com> Acked-by: Liam R. Howlett <Liam.Howlett@oracle.com> Acked-by: Harry Yoo <harry.yoo@oracle.com> Acked-by: Vlastimil Babka <vbabka@suse.cz> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent 00a241f commit e81224f

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

MAINTAINERS

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15505,7 +15505,6 @@ F: include/linux/mm_*.h
1550515505
F: include/linux/mmzone.h
1550615506
F: include/linux/mmu_notifier.h
1550715507
F: include/linux/pagewalk.h
15508-
F: include/linux/rmap.h
1550915508
F: include/trace/events/ksm.h
1551015509
F: mm/
1551115510
F: tools/mm/
@@ -15545,6 +15544,19 @@ F: mm/page_alloc.c
1554515544
F: include/linux/gfp.h
1554615545
F: include/linux/compaction.h
1554715546

15547+
MEMORY MANAGEMENT - RMAP (REVERSE MAPPING)
15548+
M: Andrew Morton <akpm@linux-foundation.org>
15549+
M: David Hildenbrand <david@redhat.com>
15550+
M: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
15551+
R: Rik van Riel <riel@surriel.com>
15552+
R: Liam R. Howlett <Liam.Howlett@oracle.com>
15553+
R: Vlastimil Babka <vbabka@suse.cz>
15554+
R: Harry Yoo <harry.yoo@oracle.com>
15555+
L: linux-mm@kvack.org
15556+
S: Maintained
15557+
F: include/linux/rmap.h
15558+
F: mm/rmap.c
15559+
1554815560
MEMORY MANAGEMENT - SECRETMEM
1554915561
M: Andrew Morton <akpm@linux-foundation.org>
1555015562
M: Mike Rapoport <rppt@kernel.org>

0 commit comments

Comments
 (0)