From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-174.mta1.migadu.com (out-174.mta1.migadu.com [95.215.58.174]) (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 8BB7333BBB9 for ; Fri, 27 Mar 2026 02:53:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.174 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774579983; cv=none; b=ij4uDherf8PoVvxplVLSBdGhM8/ght0mwmPHcQMBwwzOQtpQIfbzLkeDXON8nxIW4K8xTZMelDIl83G4JlYUgR8kwpb85TZMHKus7OAxh6JJUfZB4SIzdKGbO/1YIKHadhZUqNuh7Mk5qETUqheiukKxmkPJZXqUB7eF1w0JY74= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774579983; c=relaxed/simple; bh=5l+rjHED9f2iM6rDsesZz9P0lNdedt3I4k9sBrclaGk=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=TEY0RVFwb6RD0seXbasOCua5yzN0Cl/FBBw3D0TpkUId4jWZbrNcTsYW7Dw6ETieYqG4k/UzZE3J60OpAJWxWCtmmsP3wQcUQOp7zYdvrSzMC0P0D9KCkAlMiWgrkgI+YhVaHNP2wN736UDZqhl/yQHvZwveFdVt5o2oZUfNs9w= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=PXAaFnb8; arc=none smtp.client-ip=95.215.58.174 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="PXAaFnb8" Message-ID: <707c7017-6a3d-41ab-ab9a-0e8822144774@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1774579979; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Kr0LYegzM9SyOdxc/Sv1ojeW/APc6NsbtvDQO8qzz0c=; b=PXAaFnb8WU+WXzWFPpVly0Y/C6FaP071ysUAdIdQOlZWK1K0P7YfSv1ObQICA4oTIEKFD9 6n3SuuW/UaecMos9zqg86YnlNyCO+1ZrKQoHarnY91lIzY+8hpwMKjGM5HtUi5pREtupyW WL4NsdLcPwjpzjDt+7beE1kCTM5rI2g= Date: Fri, 27 Mar 2026 10:52:24 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH] MAINTAINERS: update MGLRU entry to reflect current status To: "Lorenzo Stoakes (Oracle)" , Andrew Morton Cc: David Hildenbrand , Kairui Song , Shakeel Butt , Barry Song , Axel Rasmussen , Yuanchu Xie , Wei Xu , linux-mm@kvack.org, linux-kernel@vger.kernel.org References: <20260326185629.355476-1-ljs@kernel.org> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Qi Zheng In-Reply-To: <20260326185629.355476-1-ljs@kernel.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 3/27/26 2:56 AM, 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. > > 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) > --- > (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 Thanks a lot for the trust! I'm very glad to work on MGLRU and help with the review. Acked-by: Qi Zheng Thanks, Qi