]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
MAINTAINERS: add stray rmap file to mm rmap section
authorLorenzo Stoakes <lorenzo.stoakes@oracle.com>
Tue, 17 Jun 2025 16:51:42 +0000 (17:51 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 20 Jun 2025 03:48:05 +0000 (20:48 -0700)
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>
MAINTAINERS

index cf9ea04250110fc0895da8280d16d58b8299f17d..49fcc5d02df72bc9b38ced67d8d9b4ee1a29f01b 100644 (file)
@@ -15893,6 +15893,7 @@ R:      Harry Yoo <harry.yoo@oracle.com>
 L:     linux-mm@kvack.org
 S:     Maintained
 F:     include/linux/rmap.h
+F:     mm/page_vma_mapped.c
 F:     mm/rmap.c
 
 MEMORY MANAGEMENT - SECRETMEM