* Re: [PATCH] MAINTAINERS: add core mm section
2025-04-23 12:30 [PATCH] MAINTAINERS: add core mm section Lorenzo Stoakes
@ 2025-04-23 12:32 ` Vlastimil Babka
2025-04-23 12:41 ` Mike Rapoport
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Vlastimil Babka @ 2025-04-23 12:32 UTC (permalink / raw)
To: Lorenzo Stoakes, Andrew Morton
Cc: David Hildenbrand, Liam R . Howlett, Mike Rapoport,
Suren Baghdasaryan, Michal Hocko, linux-mm, linux-kernel
On 4/23/25 14:30, Lorenzo Stoakes wrote:
> In furtherance of ongoing efforts to ensure people are aware of who
> de-facto maintains/has an interest in specific parts of mm, as well trying
> to avoid get_maintainers.pl listing only Andrew and the mailing list for mm
> files - establish a 'core' memory management section establishing David as
> co-maintainer alongside Andrew (thanks David for volunteering!) along with
> a number of relevant reviewers.
>
> We try to keep things as fine-grained as possible, so we place only
> obviously 'general' mm things here. For files which are specific to a
> particular part of mm, we prefer new entries.
>
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> Acked-by: Michal Hocko <mhocko@suse.com>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
Thanks!
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [PATCH] MAINTAINERS: add core mm section
2025-04-23 12:30 [PATCH] MAINTAINERS: add core mm section Lorenzo Stoakes
2025-04-23 12:32 ` Vlastimil Babka
@ 2025-04-23 12:41 ` Mike Rapoport
2025-04-23 12:57 ` Liam R. Howlett
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Mike Rapoport @ 2025-04-23 12:41 UTC (permalink / raw)
To: Lorenzo Stoakes
Cc: Andrew Morton, David Hildenbrand, Liam R . Howlett,
Vlastimil Babka, Suren Baghdasaryan, Michal Hocko, linux-mm,
linux-kernel
On Wed, Apr 23, 2025 at 01:30:42PM +0100, Lorenzo Stoakes wrote:
> In furtherance of ongoing efforts to ensure people are aware of who
> de-facto maintains/has an interest in specific parts of mm, as well trying
> to avoid get_maintainers.pl listing only Andrew and the mailing list for mm
> files - establish a 'core' memory management section establishing David as
> co-maintainer alongside Andrew (thanks David for volunteering!) along with
> a number of relevant reviewers.
>
> We try to keep things as fine-grained as possible, so we place only
> obviously 'general' mm things here. For files which are specific to a
> particular part of mm, we prefer new entries.
>
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> Acked-by: Michal Hocko <mhocko@suse.com>
Acked-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
> ---
> MAINTAINERS | 29 ++++++++++++++++++++++++++---
> 1 file changed, 26 insertions(+), 3 deletions(-)
--
Sincerely yours,
Mike.
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [PATCH] MAINTAINERS: add core mm section
2025-04-23 12:30 [PATCH] MAINTAINERS: add core mm section Lorenzo Stoakes
2025-04-23 12:32 ` Vlastimil Babka
2025-04-23 12:41 ` Mike Rapoport
@ 2025-04-23 12:57 ` Liam R. Howlett
2025-04-23 13:01 ` David Hildenbrand
2025-04-28 10:29 ` Lorenzo Stoakes
4 siblings, 0 replies; 6+ messages in thread
From: Liam R. Howlett @ 2025-04-23 12:57 UTC (permalink / raw)
To: Lorenzo Stoakes
Cc: Andrew Morton, David Hildenbrand, Vlastimil Babka, Mike Rapoport,
Suren Baghdasaryan, Michal Hocko, linux-mm, linux-kernel
* Lorenzo Stoakes <lorenzo.stoakes@oracle.com> [250423 08:30]:
> In furtherance of ongoing efforts to ensure people are aware of who
> de-facto maintains/has an interest in specific parts of mm, as well trying
> to avoid get_maintainers.pl listing only Andrew and the mailing list for mm
> files - establish a 'core' memory management section establishing David as
> co-maintainer alongside Andrew (thanks David for volunteering!) along with
> a number of relevant reviewers.
>
> We try to keep things as fine-grained as possible, so we place only
> obviously 'general' mm things here. For files which are specific to a
> particular part of mm, we prefer new entries.
>
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> Acked-by: Michal Hocko <mhocko@suse.com>
Acked-by: Liam R. Howlett <Liam.Howlett@oracle.com>
> ---
> MAINTAINERS | 29 ++++++++++++++++++++++++++---
> 1 file changed, 26 insertions(+), 3 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4015227645cc..632f2860f1cc 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15492,14 +15492,11 @@ F: Documentation/mm/
> F: include/linux/gfp.h
> F: include/linux/gfp_types.h
> F: include/linux/memfd.h
> -F: include/linux/memory.h
> F: include/linux/memory_hotplug.h
> F: include/linux/memory-tiers.h
> F: include/linux/mempolicy.h
> F: include/linux/mempool.h
> F: include/linux/memremap.h
> -F: include/linux/mm.h
> -F: include/linux/mm_*.h
> F: include/linux/mmzone.h
> F: include/linux/mmu_notifier.h
> F: include/linux/pagewalk.h
> @@ -15509,6 +15506,31 @@ F: tools/mm/
> F: tools/testing/selftests/mm/
> N: include/linux/page[-_]*
>
> +MEMORY MANAGEMENT - CORE
> +M: Andrew Morton <akpm@linux-foundation.org>
> +M: David Hildenbrand <david@redhat.com>
> +R: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> +R: Liam R. Howlett <Liam.Howlett@oracle.com>
> +R: Vlastimil Babka <vbabka@suse.cz>
> +R: Mike Rapoport <rppt@kernel.org>
> +R: Suren Baghdasaryan <surenb@google.com>
> +R: Michal Hocko <mhocko@suse.com>
> +L: linux-mm@kvack.org
> +S: Maintained
> +W: http://www.linux-mm.org
> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
> +F: include/linux/memory.h
> +F: include/linux/mm.h
> +F: include/linux/mm_*.h
> +F: include/linux/mmdebug.h
> +F: include/linux/pagewalk.h
> +F: mm/Kconfig
> +F: mm/debug.c
> +F: mm/init-mm.c
> +F: mm/memory.c
> +F: mm/pagewalk.c
> +F: mm/util.c
> +
> MEMORY MANAGEMENT - EXECMEM
> M: Andrew Morton <akpm@linux-foundation.org>
> M: Mike Rapoport <rppt@kernel.org>
> --
> 2.49.0
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: add core mm section
2025-04-23 12:30 [PATCH] MAINTAINERS: add core mm section Lorenzo Stoakes
` (2 preceding siblings ...)
2025-04-23 12:57 ` Liam R. Howlett
@ 2025-04-23 13:01 ` David Hildenbrand
2025-04-28 10:29 ` Lorenzo Stoakes
4 siblings, 0 replies; 6+ messages in thread
From: David Hildenbrand @ 2025-04-23 13:01 UTC (permalink / raw)
To: Lorenzo Stoakes, Andrew Morton
Cc: Liam R . Howlett, Vlastimil Babka, Mike Rapoport,
Suren Baghdasaryan, Michal Hocko, linux-mm, linux-kernel
On 23.04.25 14:30, Lorenzo Stoakes wrote:
> In furtherance of ongoing efforts to ensure people are aware of who
> de-facto maintains/has an interest in specific parts of mm, as well trying
> to avoid get_maintainers.pl listing only Andrew and the mailing list for mm
> files - establish a 'core' memory management section establishing David as
> co-maintainer alongside Andrew (thanks David for volunteering!) along with
> a number of relevant reviewers.
>
Thanks for doing all that MAINTAINERS work!
Acked-by: David Hildenbrand <david@redhat.com>
--
Cheers,
David / dhildenb
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [PATCH] MAINTAINERS: add core mm section
2025-04-23 12:30 [PATCH] MAINTAINERS: add core mm section Lorenzo Stoakes
` (3 preceding siblings ...)
2025-04-23 13:01 ` David Hildenbrand
@ 2025-04-28 10:29 ` Lorenzo Stoakes
4 siblings, 0 replies; 6+ messages in thread
From: Lorenzo Stoakes @ 2025-04-28 10:29 UTC (permalink / raw)
To: Andrew Morton
Cc: David Hildenbrand, Liam R . Howlett, Vlastimil Babka,
Mike Rapoport, Suren Baghdasaryan, Michal Hocko, linux-mm,
linux-kernel
On Wed, Apr 23, 2025 at 01:30:42PM +0100, Lorenzo Stoakes wrote:
> In furtherance of ongoing efforts to ensure people are aware of who
> de-facto maintains/has an interest in specific parts of mm, as well trying
> to avoid get_maintainers.pl listing only Andrew and the mailing list for mm
> files - establish a 'core' memory management section establishing David as
> co-maintainer alongside Andrew (thanks David for volunteering!) along with
> a number of relevant reviewers.
>
> We try to keep things as fine-grained as possible, so we place only
> obviously 'general' mm things here. For files which are specific to a
> particular part of mm, we prefer new entries.
>
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> Acked-by: Michal Hocko <mhocko@suse.com>
Hi Andrew,
Can you please apply the attached fix-patch, adding some overlooked files?
Thanks!
----8<----
From 7dcaf0b92a3a23af5310a1d5184380c6e44dffd8 Mon Sep 17 00:00:00 2001
From: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Date: Mon, 28 Apr 2025 11:11:55 +0100
Subject: [PATCH] MAINTAINERS: add additional files to core mm section
Some files were overlooked, add them back!
Suggested-by: Mike Rapoport <rppt@kernel.org>
Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
---
MAINTAINERS | 3 +++
1 file changed, 3 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index f5ee0390cdee..1c243cfc0718 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15519,10 +15519,13 @@ L: linux-mm@kvack.org
S: Maintained
W: http://www.linux-mm.org
T: git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
+F: include/asm-generic/pgalloc.h
F: include/linux/memory.h
F: include/linux/mm.h
F: include/linux/mm_*.h
F: include/linux/mmdebug.h
+F: include/linux/page-flags*
+F: include/linux/pgtable*
F: include/linux/pagewalk.h
F: mm/Kconfig
F: mm/debug.c
--
2.49.0
^ permalink raw reply [flat|nested] 6+ messages in thread