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

Lorenzo Stoakes posted 1 patch 2 months, 2 weeks ago
MAINTAINERS | 3 +++
1 file changed, 3 insertions(+)
[PATCH] MAINTAINERS: add missing files to page alloc section
Posted by Lorenzo Stoakes 2 months, 2 weeks ago
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@oracle.com>
---
 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@linux-foundation.org>
-- 
2.50.1
Re: [PATCH] MAINTAINERS: add missing files to page alloc section
Posted by Vlastimil Babka 2 months, 2 weeks ago
On 7/22/25 19: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@oracle.com>

Acked-by: Vlastimil Babka <vbabka@suse.cz>
Re: [PATCH] MAINTAINERS: add missing files to page alloc section
Posted by David Hildenbrand 2 months, 2 weeks ago
On 22.07.25 19: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@oracle.com>
> ---

Acked-by: David Hildenbrand <david@redhat.com>

-- 
Cheers,

David / dhildenb
Re: [PATCH] MAINTAINERS: add missing files to page alloc section
Posted by Zi Yan 2 months, 2 weeks ago
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@oracle.com>
> ---
>  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@linux-foundation.org>
> -- 
> 2.50.1

Acked-by: Zi Yan <ziy@nvidia.com>

Best Regards,
Yan, Zi