The patch titled Subject: MAINTAINERS: add entry for shrinker has been added to the -mm mm-hotfixes-unstable branch. Its filename is maintainers-add-entry-for-shrinker.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/maintainers-add-entry-for-shrinker.patch This patch will later appear in the mm-hotfixes-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Qi Zheng <zhengqi.arch@xxxxxxxxxxxxx> Subject: MAINTAINERS: add entry for shrinker Date: Thu, 11 Jan 2024 15:52:19 +0800 Since the shrinker-related code has been moved to a separate shrinker.c file, it's time to add a MAINTAINERS entry for it. Dave, Roman, Muchun and I have all worked on shrinker (development, review, etc) in the past period of time, and all of us are willing to continue working on shrinker in the future, so I'd like to add all of us as maintainer/reviewer. Link: https://lkml.kernel.org/r/20240111075219.34221-1-zhengqi.arch@xxxxxxxxxxxxx Signed-off-by: Qi Zheng <zhengqi.arch@xxxxxxxxxxxxx> Cc: Dave Chinner <david@xxxxxxxxxxxxx> Cc: Muchun Song <muchun.song@xxxxxxxxx> Cc: Roman Gushchin <roman.gushchin@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- MAINTAINERS | 13 +++++++++++++ 1 file changed, 13 insertions(+) --- a/MAINTAINERS~maintainers-add-entry-for-shrinker +++ a/MAINTAINERS @@ -19648,6 +19648,19 @@ T: git git://linuxtv.org/media_tree.git F: drivers/media/i2c/rj54n1cb0c.c F: include/media/i2c/rj54n1cb0c.h +SHRINKER +M: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> +M: Dave Chinner <david@xxxxxxxxxxxxx> +R: Qi Zheng <zhengqi.arch@xxxxxxxxxxxxx> +R: Roman Gushchin <roman.gushchin@xxxxxxxxx> +R: Muchun Song <muchun.song@xxxxxxxxx> +L: linux-mm@xxxxxxxxx +S: Maintained +F: Documentation/admin-guide/mm/shrinker_debugfs.rst +F: include/linux/shrinker.h +F: mm/shrinker.c +F: mm/shrinker_debug.c + SH_VOU V4L2 OUTPUT DRIVER L: linux-media@xxxxxxxxxxxxxxx S: Orphan _ Patches currently in -mm which might be from zhengqi.arch@xxxxxxxxxxxxx are maintainers-add-entry-for-shrinker.patch