linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH] MAINTAINERS: add missing files to mm page alloc section
@ 2025-06-16 20:24 Lorenzo Stoakes
  2025-06-17 18:32 ` Vlastimil Babka
  2025-06-18  9:56 ` Brendan Jackman
  0 siblings, 2 replies; 5+ messages in thread
From: Lorenzo Stoakes @ 2025-06-16 20:24 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Johannes Weiner, Michal Hocko, Zi Yan, Vlastimil Babka,
	Suren Baghdasaryan, Brendan Jackman, linux-mm, linux-kernel

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>
---
REVIEWERS - let me know if these seem appropriate, I'm eyeballing
this. even if they are not quite best placed a 'best effort' is still
worthwhile so we establish a place to put all mm files, we can always
incrementally update these later.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 4523a6409186..58136a57b7a6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15856,8 +15856,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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [RFC PATCH] MAINTAINERS: add missing files to mm page alloc section
  2025-06-16 20:24 [RFC PATCH] MAINTAINERS: add missing files to mm page alloc section Lorenzo Stoakes
@ 2025-06-17 18:32 ` Vlastimil Babka
  2025-06-18 10:57   ` Lorenzo Stoakes
  2025-06-18  9:56 ` Brendan Jackman
  1 sibling, 1 reply; 5+ messages in thread
From: Vlastimil Babka @ 2025-06-17 18:32 UTC (permalink / raw)
  To: Lorenzo Stoakes, Andrew Morton
  Cc: Johannes Weiner, Michal Hocko, Zi Yan, Suren Baghdasaryan,
	Brendan Jackman, linux-mm, linux-kernel

On 6/16/25 22:24, 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>
> ---
> REVIEWERS - let me know if these seem appropriate, I'm eyeballing
> this. even if they are not quite best placed a 'best effort' is still
> worthwhile so we establish a place to put all mm files, we can always
> incrementally update these later.

All look relevant enough to me, well spotted.

Acked-by: Vlastimil Babka <vbabka@suse.cz>

> 
>  MAINTAINERS | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4523a6409186..58136a57b7a6 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15856,8 +15856,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



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [RFC PATCH] MAINTAINERS: add missing files to mm page alloc section
  2025-06-16 20:24 [RFC PATCH] MAINTAINERS: add missing files to mm page alloc section Lorenzo Stoakes
  2025-06-17 18:32 ` Vlastimil Babka
@ 2025-06-18  9:56 ` Brendan Jackman
  2025-06-18 10:57   ` Lorenzo Stoakes
  1 sibling, 1 reply; 5+ messages in thread
From: Brendan Jackman @ 2025-06-18  9:56 UTC (permalink / raw)
  To: Lorenzo Stoakes, Andrew Morton
  Cc: Johannes Weiner, Michal Hocko, Zi Yan, Vlastimil Babka,
	Suren Baghdasaryan, linux-mm, linux-kernel

On Mon Jun 16, 2025 at 8:24 PM UTC, Lorenzo Stoakes wrote:
> REVIEWERS - let me know if these seem appropriate, I'm eyeballing
> this. even if they are not quite best placed a 'best effort' is still
> worthwhile so we establish a place to put all mm files, we can always
> incrementally update these later.

I don't value my own opinion very much here but FWIW this is
fine with me, thanks for taking care of it!

Acked-by: Brendan Jackman <jackmanb@google.com>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [RFC PATCH] MAINTAINERS: add missing files to mm page alloc section
  2025-06-18  9:56 ` Brendan Jackman
@ 2025-06-18 10:57   ` Lorenzo Stoakes
  0 siblings, 0 replies; 5+ messages in thread
From: Lorenzo Stoakes @ 2025-06-18 10:57 UTC (permalink / raw)
  To: Brendan Jackman
  Cc: Andrew Morton, Johannes Weiner, Michal Hocko, Zi Yan,
	Vlastimil Babka, Suren Baghdasaryan, linux-mm, linux-kernel

On Wed, Jun 18, 2025 at 09:56:38AM +0000, Brendan Jackman wrote:
> On Mon Jun 16, 2025 at 8:24 PM UTC, Lorenzo Stoakes wrote:
> > REVIEWERS - let me know if these seem appropriate, I'm eyeballing
> > this. even if they are not quite best placed a 'best effort' is still
> > worthwhile so we establish a place to put all mm files, we can always
> > incrementally update these later.
>
> I don't value my own opinion very much here but FWIW this is
> fine with me, thanks for taking care of it!
>
> Acked-by: Brendan Jackman <jackmanb@google.com>

Well I value it :) thanks!


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [RFC PATCH] MAINTAINERS: add missing files to mm page alloc section
  2025-06-17 18:32 ` Vlastimil Babka
@ 2025-06-18 10:57   ` Lorenzo Stoakes
  0 siblings, 0 replies; 5+ messages in thread
From: Lorenzo Stoakes @ 2025-06-18 10:57 UTC (permalink / raw)
  To: Vlastimil Babka
  Cc: Andrew Morton, Johannes Weiner, Michal Hocko, Zi Yan,
	Suren Baghdasaryan, Brendan Jackman, linux-mm, linux-kernel

On Tue, Jun 17, 2025 at 08:32:02PM +0200, Vlastimil Babka wrote:
> On 6/16/25 22:24, 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>
> > ---
> > REVIEWERS - let me know if these seem appropriate, I'm eyeballing
> > this. even if they are not quite best placed a 'best effort' is still
> > worthwhile so we establish a place to put all mm files, we can always
> > incrementally update these later.
>
> All look relevant enough to me, well spotted.
>
> Acked-by: Vlastimil Babka <vbabka@suse.cz>

Thanks! Will send un-RFC in a second.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-06-18 10:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-16 20:24 [RFC PATCH] MAINTAINERS: add missing files to mm page alloc section Lorenzo Stoakes
2025-06-17 18:32 ` Vlastimil Babka
2025-06-18 10:57   ` Lorenzo Stoakes
2025-06-18  9:56 ` Brendan Jackman
2025-06-18 10:57   ` Lorenzo Stoakes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).