From: Lorenzo Stoakes Date: Tue, 17 Jun 2025 16:51:42 +0000 (+0100) Subject: MAINTAINERS: add stray rmap file to mm rmap section X-Git-Tag: v6.16-rc4~37^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a1540dcbe0246c42ee271a3b7bba5ec7c933321a;p=thirdparty%2Flinux.git 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 Acked-by: Liam R. Howlett Acked-by: David Hildenbrand Acked-by: Vlastimil Babka Cc: Rik van Riel Cc: Vlastimil Babka Signed-off-by: Andrew Morton --- diff --git a/MAINTAINERS b/MAINTAINERS index cf9ea04250110..49fcc5d02df72 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15893,6 +15893,7 @@ R: Harry Yoo 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