The patch titled Subject: mm-add-printf-attribute-to-shrinker_debugfs_name_alloc-fix has been added to the -mm mm-unstable branch. Its filename is mm-add-printf-attribute-to-shrinker_debugfs_name_alloc-fix.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/mm-add-printf-attribute-to-shrinker_debugfs_name_alloc-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-add-printf-attribute-to-shrinker_debugfs_name_alloc-fix Date: Tue Oct 10 11:03:09 AM PDT 2023 fix shrinker_alloc() as welll per Qi Zheng Link: https://lkml.kernel.org/r/822387b7-4895-4e64-5806-0f56b5d6c447@xxxxxxxxxxxxx Cc: Lucy Mielke <lucymielke@xxxxxxxxxx> Cc: Qi Zheng <zhengqi.arch@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/shrinker.h | 1 + 1 file changed, 1 insertion(+) --- a/include/linux/shrinker.h~mm-add-printf-attribute-to-shrinker_debugfs_name_alloc-fix +++ a/include/linux/shrinker.h @@ -131,6 +131,7 @@ struct shrinker { */ #define SHRINKER_NONSLAB BIT(4) +__printf(2, 3) struct shrinker *shrinker_alloc(unsigned int flags, const char *fmt, ...); void shrinker_register(struct shrinker *shrinker); void shrinker_free(struct shrinker *shrinker); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-shmem-fix-race-in-shmem_undo_range-w-thp-fix.patch fs-proc-task_mmu-implement-ioctl-to-get-and-optionally-clear-info-about-ptes-fix.patch fs-proc-task_mmu-implement-ioctl-to-get-and-optionally-clear-info-about-ptes-fix-fix.patch fs-proc-task_mmu-implement-ioctl-to-get-and-optionally-clear-info-about-ptes-fix-2.patch mm-kmem-scoped-objcg-protection-checkpatch-fixes.patch mm-add-printf-attribute-to-shrinker_debugfs_name_alloc-fix.patch