Skip to content

Commit a1540dc

Browse files
ljskernelakpm00
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/20250617165142.173716-1-lorenzo.stoakes@oracle.com Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com> Acked-by: Liam R. Howlett <Liam.Howlett@oracle.com> Acked-by: David Hildenbrand <david@redhat.com> Acked-by: Vlastimil Babka <vbabka@suse.cz> Cc: Rik van Riel <riel@surriel.com> Cc: Vlastimil Babka <vbabka@suse.cz> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent d91b00b commit a1540dc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

MAINTAINERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15893,6 +15893,7 @@ R: Harry Yoo <harry.yoo@oracle.com>
1589315893
L: linux-mm@kvack.org
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)