[PATCH] MAINTAINERS: add missing files to page alloc section

From: Lorenzo Stoakes
Date: Tue Jul 22 2025 - 13:42:15 EST


There are a couple of mm/-specific header files that were accidentally
missed previously, and some page ref debug code also that ought to live
here.

Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
---
MAINTAINERS | 3 +++
1 file changed, 3 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 837bc5cd6166..703f176315d5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15879,6 +15879,7 @@ F: include/linux/gfp.h
F: include/linux/page-isolation.h
F: mm/compaction.c
F: mm/debug_page_alloc.c
+F: mm/debug_page_ref.c
F: mm/fail_page_alloc.c
F: mm/page_alloc.c
F: mm/page_ext.c
@@ -15887,8 +15888,10 @@ F: mm/page_isolation.c
F: mm/page_owner.c
F: mm/page_poison.c
F: mm/page_reporting.c
+F: mm/page_reporting.h
F: mm/show_mem.c
F: mm/shuffle.c
+F: mm/shuffle.h

MEMORY MANAGEMENT - RECLAIM
M: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
--
2.50.1