* [PATCH] MAINTAINERS: mark MGLRU as maintained
@ 2025-08-15 21:59 Axel Rasmussen
2025-08-15 23:13 ` Shakeel Butt
0 siblings, 1 reply; 5+ messages in thread
From: Axel Rasmussen @ 2025-08-15 21:59 UTC (permalink / raw)
To: Andrew Morton, Axel Rasmussen, Yuanchu Xie, Wei Xu, Yu Zhao
Cc: linux-mm, linux-kernel
The three folks being added here are actively working on MGLRU within
Google, so we can review patches for this feature and plan to contribute
some improvements / extensions to it on an ongoing basis.
With three of us we may have some hope filling Yu Zhao's shoes, since he
has moved on to other projects these days.
Signed-off-by: Axel Rasmussen <axelrasmussen@google.com>
---
MAINTAINERS | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index daf520a13bdf..8e987f2668cd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16058,6 +16058,23 @@ 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>
+M: Axel Rasmussen <axelrasmussen@google.com>
+M: Yuanchu Xie <yuanchu@google.com>
+R: Wei Xu <weixugc@google.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/admin-guide/mm/multigen_lru.rst
+F: Documentation/mm/multigen_lru.rst
+F: include/linux/mm_inline.h
+F: include/linux/mmzone.h
+F: mm/swap.c
+F: mm/vmscan.c
+F: mm/workingset.c
+
MEMORY MANAGEMENT - MISC
M: Andrew Morton <akpm@linux-foundation.org>
M: David Hildenbrand <david@redhat.com>
--
2.51.0.rc1.163.g2494970778-goog
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: mark MGLRU as maintained
2025-08-15 21:59 [PATCH] MAINTAINERS: mark MGLRU as maintained Axel Rasmussen
@ 2025-08-15 23:13 ` Shakeel Butt
2025-08-15 23:40 ` Axel Rasmussen
0 siblings, 1 reply; 5+ messages in thread
From: Shakeel Butt @ 2025-08-15 23:13 UTC (permalink / raw)
To: Axel Rasmussen
Cc: Andrew Morton, Yuanchu Xie, Wei Xu, Yu Zhao, linux-mm,
linux-kernel
On Fri, Aug 15, 2025 at 02:59:14PM -0700, Axel Rasmussen wrote:
> The three folks being added here are actively working on MGLRU within
> Google, so we can review patches for this feature and plan to contribute
> some improvements / extensions to it on an ongoing basis.
>
> With three of us we may have some hope filling Yu Zhao's shoes, since he
> has moved on to other projects these days.
>
> Signed-off-by: Axel Rasmussen <axelrasmussen@google.com>
> ---
> MAINTAINERS | 17 +++++++++++++++++
> 1 file changed, 17 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index daf520a13bdf..8e987f2668cd 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -16058,6 +16058,23 @@ F: mm/mempolicy.c
> F: mm/migrate.c
> F: mm/migrate_device.c
>
> +MEMORY MANAGEMENT - MGLRU (MULTI-GEN LRU)
Why not just add yourselves (and the missing files) to the existing
reclaim section? Eventually we want a single reclaim solution, so why
not start with single reviewer section?
> +M: Andrew Morton <akpm@linux-foundation.org>
> +M: Axel Rasmussen <axelrasmussen@google.com>
> +M: Yuanchu Xie <yuanchu@google.com>
> +R: Wei Xu <weixugc@google.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/admin-guide/mm/multigen_lru.rst
> +F: Documentation/mm/multigen_lru.rst
> +F: include/linux/mm_inline.h
> +F: include/linux/mmzone.h
> +F: mm/swap.c
> +F: mm/vmscan.c
> +F: mm/workingset.c
> +
> MEMORY MANAGEMENT - MISC
> M: Andrew Morton <akpm@linux-foundation.org>
> M: David Hildenbrand <david@redhat.com>
> --
> 2.51.0.rc1.163.g2494970778-goog
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: mark MGLRU as maintained
2025-08-15 23:13 ` Shakeel Butt
@ 2025-08-15 23:40 ` Axel Rasmussen
2025-08-16 0:08 ` Shakeel Butt
0 siblings, 1 reply; 5+ messages in thread
From: Axel Rasmussen @ 2025-08-15 23:40 UTC (permalink / raw)
To: Shakeel Butt
Cc: Andrew Morton, Yuanchu Xie, Wei Xu, Yu Zhao, linux-mm,
linux-kernel
On Fri, Aug 15, 2025 at 4:13 PM Shakeel Butt <shakeel.butt@linux.dev> wrote:
>
> On Fri, Aug 15, 2025 at 02:59:14PM -0700, Axel Rasmussen wrote:
> > The three folks being added here are actively working on MGLRU within
> > Google, so we can review patches for this feature and plan to contribute
> > some improvements / extensions to it on an ongoing basis.
> >
> > With three of us we may have some hope filling Yu Zhao's shoes, since he
> > has moved on to other projects these days.
> >
> > Signed-off-by: Axel Rasmussen <axelrasmussen@google.com>
> > ---
> > MAINTAINERS | 17 +++++++++++++++++
> > 1 file changed, 17 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index daf520a13bdf..8e987f2668cd 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -16058,6 +16058,23 @@ F: mm/mempolicy.c
> > F: mm/migrate.c
> > F: mm/migrate_device.c
> >
> > +MEMORY MANAGEMENT - MGLRU (MULTI-GEN LRU)
>
> Why not just add yourselves (and the missing files) to the existing
> reclaim section? Eventually we want a single reclaim solution, so why
> not start with single reviewer section?
Sure, I can see the argument for that.
I suppose the case against would be, perhaps the folks already listed
in the RECLAIM section don't want to additionally get e-mail for the
extra files listed in this patch? (Perhaps mostly the MGLRU
documentation, the rest of them aren't necessarily MGLRU specific.)
I don't have a strong preference either way, I think mostly I'd be
interested to know Andrew's or the other reviewers' preference. Note
Lorenzo suggested a separate MGLRU section here:
https://lkml.org/lkml/2025/8/14/271
>
> > +M: Andrew Morton <akpm@linux-foundation.org>
> > +M: Axel Rasmussen <axelrasmussen@google.com>
> > +M: Yuanchu Xie <yuanchu@google.com>
> > +R: Wei Xu <weixugc@google.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/admin-guide/mm/multigen_lru.rst
> > +F: Documentation/mm/multigen_lru.rst
> > +F: include/linux/mm_inline.h
> > +F: include/linux/mmzone.h
> > +F: mm/swap.c
> > +F: mm/vmscan.c
> > +F: mm/workingset.c
> > +
> > MEMORY MANAGEMENT - MISC
> > M: Andrew Morton <akpm@linux-foundation.org>
> > M: David Hildenbrand <david@redhat.com>
> > --
> > 2.51.0.rc1.163.g2494970778-goog
> >
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: mark MGLRU as maintained
2025-08-15 23:40 ` Axel Rasmussen
@ 2025-08-16 0:08 ` Shakeel Butt
2025-08-16 5:32 ` Andrew Morton
0 siblings, 1 reply; 5+ messages in thread
From: Shakeel Butt @ 2025-08-16 0:08 UTC (permalink / raw)
To: Axel Rasmussen
Cc: Andrew Morton, Yuanchu Xie, Wei Xu, Yu Zhao, linux-mm,
linux-kernel
On Fri, Aug 15, 2025 at 04:40:26PM -0700, Axel Rasmussen wrote:
> On Fri, Aug 15, 2025 at 4:13 PM Shakeel Butt <shakeel.butt@linux.dev> wrote:
> >
> > On Fri, Aug 15, 2025 at 02:59:14PM -0700, Axel Rasmussen wrote:
> > > The three folks being added here are actively working on MGLRU within
> > > Google, so we can review patches for this feature and plan to contribute
> > > some improvements / extensions to it on an ongoing basis.
> > >
> > > With three of us we may have some hope filling Yu Zhao's shoes, since he
> > > has moved on to other projects these days.
> > >
> > > Signed-off-by: Axel Rasmussen <axelrasmussen@google.com>
> > > ---
> > > MAINTAINERS | 17 +++++++++++++++++
> > > 1 file changed, 17 insertions(+)
> > >
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > index daf520a13bdf..8e987f2668cd 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -16058,6 +16058,23 @@ F: mm/mempolicy.c
> > > F: mm/migrate.c
> > > F: mm/migrate_device.c
> > >
> > > +MEMORY MANAGEMENT - MGLRU (MULTI-GEN LRU)
> >
> > Why not just add yourselves (and the missing files) to the existing
> > reclaim section? Eventually we want a single reclaim solution, so why
> > not start with single reviewer section?
>
> Sure, I can see the argument for that.
>
> I suppose the case against would be, perhaps the folks already listed
> in the RECLAIM section don't want to additionally get e-mail for the
> extra files listed in this patch? (Perhaps mostly the MGLRU
> documentation, the rest of them aren't necessarily MGLRU specific.)
>
> I don't have a strong preference either way, I think mostly I'd be
> interested to know Andrew's or the other reviewers' preference. Note
> Lorenzo suggested a separate MGLRU section here:
> https://lkml.org/lkml/2025/8/14/271
>
I would not be too worried about folks getting emails for MGLRU. Anyways
whatever Andrew decides is fine with me.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: mark MGLRU as maintained
2025-08-16 0:08 ` Shakeel Butt
@ 2025-08-16 5:32 ` Andrew Morton
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Morton @ 2025-08-16 5:32 UTC (permalink / raw)
To: Shakeel Butt
Cc: Axel Rasmussen, Yuanchu Xie, Wei Xu, Yu Zhao, linux-mm,
linux-kernel
On Fri, 15 Aug 2025 17:08:59 -0700 Shakeel Butt <shakeel.butt@linux.dev> wrote:
> > > > +MEMORY MANAGEMENT - MGLRU (MULTI-GEN LRU)
> > >
> > > Why not just add yourselves (and the missing files) to the existing
> > > reclaim section? Eventually we want a single reclaim solution, so why
> > > not start with single reviewer section?
> >
> > Sure, I can see the argument for that.
> >
> > I suppose the case against would be, perhaps the folks already listed
> > in the RECLAIM section don't want to additionally get e-mail for the
> > extra files listed in this patch? (Perhaps mostly the MGLRU
> > documentation, the rest of them aren't necessarily MGLRU specific.)
> >
> > I don't have a strong preference either way, I think mostly I'd be
> > interested to know Andrew's or the other reviewers' preference. Note
> > Lorenzo suggested a separate MGLRU section here:
> > https://lkml.org/lkml/2025/8/14/271
> >
>
> I would not be too worried about folks getting emails for MGLRU. Anyways
> whatever Andrew decides is fine with me.
We all like lots of emails, don't we?
I don't know, the main thing is to get it in there - we can fine-tune
things later if desired.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-08-16 5:32 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-15 21:59 [PATCH] MAINTAINERS: mark MGLRU as maintained Axel Rasmussen
2025-08-15 23:13 ` Shakeel Butt
2025-08-15 23:40 ` Axel Rasmussen
2025-08-16 0:08 ` Shakeel Butt
2025-08-16 5:32 ` Andrew Morton
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).