The patch titled Subject: mm-shrinkers-make-count-and-scan-in-shrinker-debugfs-lockless-fix has been added to the -mm mm-unstable branch. Its filename is mm-shrinkers-make-count-and-scan-in-shrinker-debugfs-lockless-fix.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/mm-shrinkers-make-count-and-scan-in-shrinker-debugfs-lockless-fix.patch This patch will later appear in the mm-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: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-shrinkers-make-count-and-scan-in-shrinker-debugfs-lockless-fix Date: Thu Mar 9 12:52:15 PM PST 2023 include linux/srcu.h, per Vlaistimil Cc: Qi Zheng <zhengqi.arch@xxxxxxxxxxxxx> Cc: Vlastimil Babka <vbabka@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- --- a/mm/shrinker_debug.c~mm-shrinkers-make-count-and-scan-in-shrinker-debugfs-lockless-fix +++ a/mm/shrinker_debug.c @@ -2,6 +2,7 @@ #include <linux/idr.h> #include <linux/slab.h> #include <linux/debugfs.h> +#include <linux/srcu.h> #include <linux/seq_file.h> #include <linux/shrinker.h> #include <linux/memcontrol.h> _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-page_alloc-reduce-page-alloc-free-sanity-checks-checkpatch-fixes.patch mm-page_alloc-reduce-page-alloc-free-sanity-checks-fix.patch mm-userfaultfd-support-wp-on-multiple-vmas-fix.patch mm-shrinkers-make-count-and-scan-in-shrinker-debugfs-lockless-fix.patch scripts-link-vmlinuxsh-fix-error-message-presentation.patch