linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: add stray rmap file to mm rmap section
@ 2025-06-17 16:51 Lorenzo Stoakes
  2025-06-17 17:33 ` Liam R. Howlett
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Lorenzo Stoakes @ 2025-06-17 16:51 UTC (permalink / raw)
  To: Andrew Morton
  Cc: David Hildenbrand, Rik van Riel, Liam R . Howlett,
	Vlastimil Babka, Harry Yoo, linux-kernel, linux-mm

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.

Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 08045f9efadd..5010e91e8e75 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15888,6 +15888,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
-- 
2.49.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-06-17 18:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-17 16:51 [PATCH] MAINTAINERS: add stray rmap file to mm rmap section Lorenzo Stoakes
2025-06-17 17:33 ` Liam R. Howlett
2025-06-17 17:41 ` David Hildenbrand
2025-06-17 18:22 ` Vlastimil Babka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).