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

Lorenzo Stoakes posted 1 patch 3 months, 3 weeks ago
MAINTAINERS | 9 +++++++++
1 file changed, 9 insertions(+)
[PATCH] MAINTAINERS: add missing files to mm page alloc section
Posted by Lorenzo Stoakes 3 months, 3 weeks ago
There are a number of files within memory management which appear to be
most suitably placed within the page allocation section of MAINTAINERS and
are otherwise unassigned, so place these there.

Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
Acked-by: Brendan Jackman <jackmanb@google.com>
---

RFC:
https://lore.kernel.org/all/20250616202425.563581-1-lorenzo.stoakes@oracle.com/

 MAINTAINERS | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index bbabcb161572..40ff84e1dcd1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15875,8 +15875,17 @@ F:	include/linux/compaction.h
 F:	include/linux/gfp.h
 F:	include/linux/page-isolation.h
 F:	mm/compaction.c
+F:	mm/debug_page_alloc.c
+F:	mm/fail_page_alloc.c
 F:	mm/page_alloc.c
+F:	mm/page_ext.c
+F:	mm/page_frag_cache.c
 F:	mm/page_isolation.c
+F:	mm/page_owner.c
+F:	mm/page_poison.c
+F:	mm/page_reporting.c
+F:	mm/show_mem.c
+F:	mm/shuffle.c

 MEMORY MANAGEMENT - RECLAIM
 M:	Andrew Morton <akpm@linux-foundation.org>
--
2.49.0
Re: [PATCH] MAINTAINERS: add missing files to mm page alloc section
Posted by David Hildenbrand 3 months, 3 weeks ago
On 18.06.25 12:59, Lorenzo Stoakes wrote:
> There are a number of files within memory management which appear to be
> most suitably placed within the page allocation section of MAINTAINERS and
> are otherwise unassigned, so place these there.
> 
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> Acked-by: Vlastimil Babka <vbabka@suse.cz>
> Acked-by: Brendan Jackman <jackmanb@google.com>
> ---
> 
> RFC:
> https://lore.kernel.org/all/20250616202425.563581-1-lorenzo.stoakes@oracle.com/
> 

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

-- 
Cheers,

David / dhildenb
Re: [PATCH] MAINTAINERS: add missing files to mm page alloc section
Posted by Zi Yan 3 months, 3 weeks ago
On 18 Jun 2025, at 6:59, Lorenzo Stoakes wrote:

> There are a number of files within memory management which appear to be
> most suitably placed within the page allocation section of MAINTAINERS and
> are otherwise unassigned, so place these there.
>
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> Acked-by: Vlastimil Babka <vbabka@suse.cz>
> Acked-by: Brendan Jackman <jackmanb@google.com>
> ---
>
> RFC:
> https://lore.kernel.org/all/20250616202425.563581-1-lorenzo.stoakes@oracle.com/
>
>  MAINTAINERS | 9 +++++++++
>  1 file changed, 9 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index bbabcb161572..40ff84e1dcd1 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15875,8 +15875,17 @@ F:	include/linux/compaction.h
>  F:	include/linux/gfp.h
>  F:	include/linux/page-isolation.h
>  F:	mm/compaction.c
> +F:	mm/debug_page_alloc.c
> +F:	mm/fail_page_alloc.c
>  F:	mm/page_alloc.c
> +F:	mm/page_ext.c
> +F:	mm/page_frag_cache.c
>  F:	mm/page_isolation.c
> +F:	mm/page_owner.c
> +F:	mm/page_poison.c
> +F:	mm/page_reporting.c
> +F:	mm/show_mem.c
> +F:	mm/shuffle.c
>
>  MEMORY MANAGEMENT - RECLAIM
>  M:	Andrew Morton <akpm@linux-foundation.org>
> --
> 2.49.0

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

--
Best Regards,
Yan, Zi