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/[email protected] Signed-off-by: Lorenzo Stoakes <[email protected]> Acked-by: David Hildenbrand <[email protected]> Acked-by: Liam R. Howlett <[email protected]> Acked-by: Harry Yoo <[email protected]> Acked-by: Vlastimil Babka <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
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 <[email protected]>
15549+
M: David Hildenbrand <[email protected]>
15550+
M: Lorenzo Stoakes <[email protected]>
15551+
R: Rik van Riel <[email protected]>
15552+
R: Liam R. Howlett <[email protected]>
15553+
R: Vlastimil Babka <[email protected]>
15554+
R: Harry Yoo <[email protected]>
15555+
15556+
S: Maintained
15557+
F: include/linux/rmap.h
15558+
F: mm/rmap.c
15559+
1554815560
MEMORY MANAGEMENT - SECRETMEM
1554915561
M: Andrew Morton <[email protected]>
1555015562
M: Mike Rapoport <[email protected]>

0 commit comments

Comments
 (0)