From: "Lorenzo Stoakes (ARM)" <ljs@kernel.org>
To: "David Hildenbrand (Arm)" <david@kernel.org>
Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org,
Andrew Morton <akpm@linux-foundation.org>,
Zi Yan <ziy@nvidia.com>, Matthew Brost <matthew.brost@intel.com>,
Joshua Hahn <joshua.hahnjy@gmail.com>,
Byungchul Park <byungchul@sk.com>,
Gregory Price <gourry@gourry.net>,
Ying Huang <ying.huang@linux.alibaba.com>,
Alistair Popple <apopple@nvidia.com>,
Rakie Kim <rakie.kim@sk.com>,
"Liam R. Howlett" <liam@infradead.org>,
Vlastimil Babka <vbabka@kernel.org>,
Mike Rapoport <rppt@kernel.org>,
Suren Baghdasaryan <surenb@google.com>,
Michal Hocko <mhocko@suse.com>
Subject: Re: [PATCH 1/3] MAINTAINERS: split up MEMORY MANAGEMENT - MEMORY POLICY AND MIGRATION
Date: Fri, 18 Sep 2026 17:37:51 +0100 [thread overview]
Message-ID: <aq1o04SylcmHpPVH@gremlin> (raw)
In-Reply-To: <20260918-maintainers-mempolicy-v1-1-9a94cac6d135@kernel.org>
On Fri, Sep 18, 2026 at 06:34:24PM +0200, David Hildenbrand (Arm) wrote:
> Let's split it up into MIGRATION and NUMA PLACEMENT. The latter is a
> better fitting description for mempolicy.c.
>
> Make a best guess about which pieces existing reviewers are interested
> in. Move the split sections to keep alphabetical order.
>
> Signed-off-by: David Hildenbrand (Arm) <david@kernel.org>
Makes sense, so:
Acked-by: Lorenzo Stoakes (ARM) <ljs@kernel.org>
> ---
> MAINTAINERS | 62 ++++++++++++++++++++++++++++++++++++-------------------------
> 1 file changed, 37 insertions(+), 25 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3b2eb2a7a89a8..77232db57b53d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -17207,31 +17207,6 @@ F: include/trace/events/ksm.h
> F: mm/ksm.c
> F: mm/mm_slot.h
>
> -MEMORY MANAGEMENT - MEMORY POLICY AND MIGRATION
> -M: Andrew Morton <akpm@linux-foundation.org>
> -M: David Hildenbrand <david@kernel.org>
> -R: Zi Yan <ziy@nvidia.com>
> -R: Matthew Brost <matthew.brost@intel.com>
> -R: Joshua Hahn <joshua.hahnjy@gmail.com>
> -R: Rakie Kim <rakie.kim@sk.com>
> -R: Byungchul Park <byungchul@sk.com>
> -R: Gregory Price <gourry@gourry.net>
> -R: Ying Huang <ying.huang@linux.alibaba.com>
> -R: Alistair Popple <apopple@nvidia.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: Documentation/ABI/testing/sysfs-kernel-mm-mempolicy
> -F: Documentation/ABI/testing/sysfs-kernel-mm-mempolicy-weighted-interleave
> -F: include/linux/mempolicy.h
> -F: include/uapi/linux/mempolicy.h
> -F: include/linux/migrate.h
> -F: include/linux/migrate_mode.h
> -F: mm/mempolicy.c
> -F: mm/migrate.c
> -F: mm/migrate_device.c
> -
> MEMORY MANAGEMENT - MGLRU (MULTI-GEN LRU)
> M: Andrew Morton <akpm@linux-foundation.org>
> R: Kairui Song <kasong@tencent.com>
> @@ -17252,6 +17227,25 @@ F: include/linux/mmzone.h
> F: mm/vmscan.c
> F: mm/workingset.c
>
> +MEMORY MANAGEMENT - MIGRATION
> +M: Andrew Morton <akpm@linux-foundation.org>
> +M: David Hildenbrand <david@kernel.org>
> +R: Zi Yan <ziy@nvidia.com>
> +R: Matthew Brost <matthew.brost@intel.com>
> +R: Joshua Hahn <joshua.hahnjy@gmail.com>
> +R: Byungchul Park <byungchul@sk.com>
> +R: Gregory Price <gourry@gourry.net>
> +R: Ying Huang <ying.huang@linux.alibaba.com>
> +R: Alistair Popple <apopple@nvidia.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/migrate.h
> +F: include/linux/migrate_mode.h
> +F: mm/migrate.c
> +F: mm/migrate_device.c
> +
> MEMORY MANAGEMENT - MISC
> M: Andrew Morton <akpm@linux-foundation.org>
> M: David Hildenbrand <david@kernel.org>
> @@ -17304,6 +17298,24 @@ F: mm/numa.c
> F: mm/numa_emulation.c
> F: mm/numa_memblks.c
>
> +MEMORY MANAGEMENT - NUMA PLACEMENT
> +M: Andrew Morton <akpm@linux-foundation.org>
> +M: David Hildenbrand <david@kernel.org>
> +R: Zi Yan <ziy@nvidia.com>
> +R: Joshua Hahn <joshua.hahnjy@gmail.com>
> +R: Rakie Kim <rakie.kim@sk.com>
> +R: Gregory Price <gourry@gourry.net>
> +R: Ying Huang <ying.huang@linux.alibaba.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: Documentation/ABI/testing/sysfs-kernel-mm-mempolicy
> +F: Documentation/ABI/testing/sysfs-kernel-mm-mempolicy-weighted-interleave
> +F: include/linux/mempolicy.h
> +F: include/uapi/linux/mempolicy.h
> +F: mm/mempolicy.c
> +
> MEMORY MANAGEMENT - OOM KILLER
> M: Michal Hocko <mhocko@suse.com>
> R: David Rientjes <rientjes@google.com>
>
> --
> 2.43.0
>
--
Cheers, Lorenzo
next prev parent reply other threads:[~2026-09-18 16:37 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-18 16:34 [PATCH 0/3] MAINTAINERS: rework " David Hildenbrand (Arm)
2026-09-18 16:34 ` [PATCH 1/3] MAINTAINERS: split up " David Hildenbrand (Arm)
2026-09-18 16:37 ` Lorenzo Stoakes (ARM) [this message]
2026-09-18 16:56 ` Zi Yan
2026-09-19 0:48 ` SJ Park
2026-09-18 16:34 ` [PATCH 2/3] MAINTAINERS: move memory tiering under MEMORY MANAGEMENT - NUMA PLACEMENT David Hildenbrand (Arm)
2026-09-18 16:39 ` Lorenzo Stoakes (ARM)
2026-09-18 16:57 ` Zi Yan
2026-09-19 0:50 ` SJ Park
2026-09-18 16:34 ` [PATCH 3/3] MAINTAINERS: make Gregory a co-maintainer of " David Hildenbrand (Arm)
2026-09-18 16:41 ` Lorenzo Stoakes (ARM)
2026-09-18 16:41 ` Gregory Price
2026-09-18 16:57 ` Zi Yan
2026-09-19 0:52 ` SJ Park
2026-09-18 18:16 ` [PATCH 0/3] MAINTAINERS: rework MEMORY MANAGEMENT - MEMORY POLICY AND MIGRATION Joshua Hahn
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aq1o04SylcmHpPVH@gremlin \
--to=ljs@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=apopple@nvidia.com \
--cc=byungchul@sk.com \
--cc=david@kernel.org \
--cc=gourry@gourry.net \
--cc=joshua.hahnjy@gmail.com \
--cc=liam@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=matthew.brost@intel.com \
--cc=mhocko@suse.com \
--cc=rakie.kim@sk.com \
--cc=rppt@kernel.org \
--cc=surenb@google.com \
--cc=vbabka@kernel.org \
--cc=ying.huang@linux.alibaba.com \
--cc=ziy@nvidia.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®