From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D5E96364E88 for ; Thu, 26 Mar 2026 19:09:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774552157; cv=none; b=OE0SFVUjSpNtdR7WnHjRWBcPd71CxdCDPtiwyDOn36ZWNmAwbKN5OXJO2O+I1m44Ng/J1XTBHGGej0P4vWlVuv/Ceuqy6EWq4wkCQl1EwTxzt9mX6OmhKXxxOzkN/wHpojTreqamDpecyABYBok6nYqUaj2xZkYtbC9aaTKyuIc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774552157; c=relaxed/simple; bh=23H9+hDeZzqOwppiqsrduagCe7Tuo7bMUK2xidg/Nsc=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=VqT6LACUjLsFPiMZDNnj3z3e3TPwhVPfptlonSrxJnCX3tTrneHJbXNET5mURP2dJnLHaZomGIvX0z4BzSq2HGPgneTLxFFsINqWIFDHMjpuJCtGHxtgS3rXjr/dRepyCbBf3ybYDnCwQ7FYLwfAL32bJ25z6rzIvHi/uiliKWo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=PhQ0WnCS; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="PhQ0WnCS" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 144AFC116C6; Thu, 26 Mar 2026 19:09:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774552157; bh=23H9+hDeZzqOwppiqsrduagCe7Tuo7bMUK2xidg/Nsc=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=PhQ0WnCSvDjfyoIc2VXk4oGg3zhvcI3pL7Q9w4KBEfPfjhH79DS/Ktil/S94RK7Wz WNyJHOFCmXO0QYyeA/TCuzJOR9oq1D1BzvL31bmlcp5OIYvEjNFn/SSO4u6dNbwfOD SZXNT97fwNLqRHSkX0bAXs1BqudFYDp11DZpBTdmQtgSdXBKqTseUPYdM9aFSOUM6n 3E8xfsnoLazoZo53Xxh3+iwzgCZcMMj6J4+XnZTXrdx/w1yFEg24e8PBboEqyV/xBY GgoeefnvRsuJmBz6uibF+Uh6gua2+XjSz/zY38/oA5QgPn1/KBnnU7GO5BvU6SqgaL GkzzefWXJT09Q== Message-ID: <0d4e27a2-e9ae-41ca-b327-82296cbb0cfb@kernel.org> Date: Thu, 26 Mar 2026 20:09:13 +0100 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] MAINTAINERS: update MGLRU entry to reflect current status Content-Language: en-US To: "Lorenzo Stoakes (Oracle)" , Andrew Morton Cc: David Hildenbrand , Kairui Song , Qi Zheng , Shakeel Butt , Barry Song , Axel Rasmussen , Yuanchu Xie , Wei Xu , linux-mm@kvack.org, linux-kernel@vger.kernel.org, Suren Baghdasaryan References: <20260326185629.355476-1-ljs@kernel.org> From: "Vlastimil Babka (SUSE)" In-Reply-To: <20260326185629.355476-1-ljs@kernel.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit +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) Acked-by: Vlastimil Babka (SUSE) (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 > -M: Axel Rasmussen > -M: Yuanchu Xie > +R: Kairui Song > +R: Qi Zheng > +R: Shakeel Butt > +R: Barry Song > +R: Axel Rasmussen > +R: Yuanchu Xie > R: Wei Xu > L: linux-mm@kvack.org > S: Maintained > -- > 2.53.0 >