Re: [PATCH] MAINTAINERS: add missing files to page alloc section
From: Zi Yan
Date: Tue Jul 22 2025 - 13:42:59 EST
On 22 Jul 2025, at 13:41, Lorenzo Stoakes wrote:
> 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
Acked-by: Zi Yan <ziy@xxxxxxxxxx>
Best Regards,
Yan, Zi