Skip to content

Commit a1540dc

Browse files
lorenzo-stoakesakpm00
authored andcommitted
MAINTAINERS: add stray rmap file to mm rmap section
page_vma_mapped_walk() is used to traverse page tables from a VMA, used by rmap logic once the reverse mapping has been traversed to the VMA level. It is also used by other users (migration, damon, etc.) but is primarily used by the reverse mapping and is a key part of its logic, so it seems appropriate to place it here. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Lorenzo Stoakes <[email protected]> Acked-by: Liam R. Howlett <[email protected]> Acked-by: David Hildenbrand <[email protected]> Acked-by: Vlastimil Babka <[email protected]> Cc: Rik van Riel <[email protected]> Cc: Vlastimil Babka <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent d91b00b commit a1540dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MAINTAINERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15893,6 +15893,7 @@ R: Harry Yoo <[email protected]>
1589315893
1589415894
S: Maintained
1589515895
F: include/linux/rmap.h
15896+
F: mm/page_vma_mapped.c
1589615897
F: mm/rmap.c
1589715898

1589815899
MEMORY MANAGEMENT - SECRETMEM

0 commit comments

Comments
 (0)