| From: Lorenzo Stoakes <lorenzo.stoakes@oracle.com> |
| Subject: MAINTAINERS: add stray rmap file to mm rmap section |
| Date: Tue, 17 Jun 2025 17:51:42 +0100 |
| |
| 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 | 1 + |
| 1 file changed, 1 insertion(+) |
| |
| --- a/MAINTAINERS~maintainers-add-stray-rmap-file-to-mm-rmap-section |
| +++ a/MAINTAINERS |
| @@ -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 |
| _ |