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 6172D3A5E82 for ; Thu, 26 Mar 2026 18:56:39 +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=1774551399; cv=none; b=Ogseb5lBvguKqIgo9dlamIRruDvKjadMn5PiwsLUVn5VWDtAWUhU0ta8wj69EEygJ7ow2tt3v306zyfCNOoLP135fZIy8XpAdy57w515dbxwMLDU9TsPCfgidl5GNGM6Z4DsSZw8C28UvpY6E8Hn5XFvcE/+2dmtF61Plddu+rQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774551399; c=relaxed/simple; bh=+wQetKlGm/3IURdx1cczlVLWXCfYEZfNp6dSTf9FThw=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=ZCkGYKMjf8oWh/GLxEgxtwhDXQ2oxffatJE7J/xSyqH6bqGxinF7RT3uikBKCDhyvAyZFei9nzvup8u6kxiqcUAU7mCBuV/KFqED00AaYOpbRJAnP2e5udnGzCYQwrJsvWDLnUha7DD8mAGItMytz0mHbaoRfRZXmO6VDWyWV9s= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=IVZY7kwE; 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="IVZY7kwE" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8CBCAC116C6; Thu, 26 Mar 2026 18:56:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774551399; bh=+wQetKlGm/3IURdx1cczlVLWXCfYEZfNp6dSTf9FThw=; h=From:To:Cc:Subject:Date:From; b=IVZY7kwEb/MKgY6r01wlXb2O6ynTj0T2ANigW9dTrCedhkDuQOsQ4cOwR+wcfMqQS 6GgKaM7G0Zwj6vPvYcKLRpgWiYqHp3QSyh+WbFuvFSdoVNOmdpU4ZjNGfslM/fSOBX yQt9aMTrQdyMOzVoNDpIarosqzKNa7NB/XwpzoogWsJhQZaaI5JbnElMPoG93NeDqN 0iyQmAoMhHWhvXI9G+Q/7a4nwGV/ZsO6UL1aDRMWnToEaSkFMM4JM7EVTmbykj1ZNt gMxEADcShR9EDMs9uUpBqIXODCh3pBamLBaQjZ94M1nZjdDohWhCb2O5l86sa2EXCW g2cWw9sHzA6mA== From: "Lorenzo Stoakes (Oracle)" To: 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 Subject: [PATCH] MAINTAINERS: update MGLRU entry to reflect current status Date: Thu, 26 Mar 2026 18:56:29 +0000 Message-ID: <20260326185629.355476-1-ljs@kernel.org> X-Mailer: git-send-email 2.53.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 +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