All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Vlastimil Babka (SUSE)" <vbabka@kernel.org>
To: "Lorenzo Stoakes (Oracle)" <ljs@kernel.org>,
	Andrew Morton <akpm@linux-foundation.org>
Cc: David Hildenbrand <david@kernel.org>,
	Kairui Song <kasong@tencent.com>, Qi Zheng <qi.zheng@linux.dev>,
	Shakeel Butt <shakeel.butt@linux.dev>,
	Barry Song <baohua@kernel.org>,
	Axel Rasmussen <axelrasmussen@google.com>,
	Yuanchu Xie <yuanchu@google.com>, Wei Xu <weixugc@google.com>,
	linux-mm@kvack.org, linux-kernel@vger.kernel.org,
	Suren Baghdasaryan <surenb@google.com>
Subject: Re: [PATCH] MAINTAINERS: update MGLRU entry to reflect current status
Date: Thu, 26 Mar 2026 20:09:13 +0100	[thread overview]
Message-ID: <0d4e27a2-e9ae-41ca-b327-82296cbb0cfb@kernel.org> (raw)
In-Reply-To: <20260326185629.355476-1-ljs@kernel.org>

+Cc Suren as IIRC he mentioned some intent to look into this as well, in the
mmap_lock call.

On 3/26/26 19:56, Lorenzo Stoakes (Oracle) wrote:
> We are moving to a far more proactive model of maintainership within mm and
> thus put a great deal of emphasis on sub-maintainers being active within
> the community both in terms of code contributions and review.
> 
> The MGLRU has not had much activity since being added to the kernel and the
> current maintainers who kindly stepped up have unfortunately not been able
> to contribute a great deal to it for over a year, nor engage all that
> heavily in review.
> 
> As a result, and within no negative connotations implied whatsoever, it
> seems appropriate to downgrade the current maintainers to reviewers.

Seems fair to me.

> At this time nobody is quite exercising the maintainer role in this area of
> the kernel, but there is encouraging activity from a number of people who
> are trusted elsewhere in the kernel, and who have contributed relevant work
> or review.
> 
> Therefore add further reviewers, and at this stage - to reflect the reality
> on the ground - we will not have any sub-maintainers listed at all.
> 
> Each of the files listed are shared with other sections in MAINTAINERS, so
> this doesn't reduce sub-maintainer coverage.
> 
> Signed-off-by: Lorenzo Stoakes (Oracle) <ljs@kernel.org>

Acked-by: Vlastimil Babka (SUSE) <vbabka@kernel.org>

(I assume the newly added people will ack their additions)

> ---
> (Apologies sent first version of this without MLs attached :)
> 
>  MAINTAINERS | 8 ++++++--
>  1 file changed, 6 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 76431aa5efbe..16874c32e288 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -16757,8 +16757,12 @@ 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:	Kairui Song <kasong@tencent.com>
> +R:	Qi Zheng <qi.zheng@linux.dev>
> +R:	Shakeel Butt <shakeel.butt@linux.dev>
> +R:	Barry Song <baohua@kernel.org>
> +R:	Axel Rasmussen <axelrasmussen@google.com>
> +R:	Yuanchu Xie <yuanchu@google.com>
>  R:	Wei Xu <weixugc@google.com>
>  L:	linux-mm@kvack.org
>  S:	Maintained
> --
> 2.53.0
> 



  reply	other threads:[~2026-03-26 19:09 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-26 18:56 [PATCH] MAINTAINERS: update MGLRU entry to reflect current status Lorenzo Stoakes (Oracle)
2026-03-26 19:09 ` Vlastimil Babka (SUSE) [this message]
2026-03-26 19:27   ` David Hildenbrand (Arm)
2026-03-26 23:47   ` Suren Baghdasaryan
2026-03-27  0:26     ` Kalesh Singh
2026-03-27  7:47       ` Lorenzo Stoakes (Oracle)
2026-03-26 23:12 ` Barry Song
2026-03-27  0:02 ` SeongJae Park
2026-03-27  2:13 ` Kairui Song
2026-03-27  2:52 ` Qi Zheng
2026-03-27 21:15 ` Yuanchu Xie
2026-03-30  0:31 ` Shakeel Butt
2026-03-30  9:35   ` Lorenzo Stoakes (Oracle)
     [not found] <20260326185428.354430-1-ljs@kernel.org>
     [not found] ` <CAJHvVcjAm9MLvmHA9SWQzGirM-9HJ4qpDQ263Ku+EUJH+bxY1w@mail.gmail.com>
2026-03-26 20:41   ` Lorenzo Stoakes (Oracle)
2026-03-26 20:52     ` Lorenzo Stoakes (Oracle)
2026-03-26 21:27       ` Andrew Morton
2026-03-26 21:31         ` Axel Rasmussen
2026-03-26 21:31         ` Suren Baghdasaryan
2026-03-26 20:41   ` Lorenzo Stoakes (Oracle)

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=0d4e27a2-e9ae-41ca-b327-82296cbb0cfb@kernel.org \
    --to=vbabka@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=axelrasmussen@google.com \
    --cc=baohua@kernel.org \
    --cc=david@kernel.org \
    --cc=kasong@tencent.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=ljs@kernel.org \
    --cc=qi.zheng@linux.dev \
    --cc=shakeel.butt@linux.dev \
    --cc=surenb@google.com \
    --cc=weixugc@google.com \
    --cc=yuanchu@google.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.