The quilt patch titled Subject: mm-add-printf-attribute-to-shrinker_debugfs_name_alloc-fix has been removed from the -mm tree. Its filename was mm-add-printf-attribute-to-shrinker_debugfs_name_alloc-fix.patch This patch was dropped because it was folded into mm-add-printf-attribute-to-shrinker_debugfs_name_alloc.patch ------------------------------------------------------ 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 mm-add-printf-attribute-to-shrinker_debugfs_name_alloc.patch mm-kmem-make-memcg-keep-a-reference-to-the-original-objcg-fix.patch mm-kmemleak-split-__create_object-into-two-functions-checkpatch-fixes.patch mm-migrate-add-nr_split-to-trace_mm_migrate_pages-stats-fix.patch mark-stuff-as-__ro_after_init-checkpatch-fixes.patch mark-stuff-as-__ro_after_init-fix.patch