The quilt patch titled Subject: lib-stackdepot-mm-rename-stack_depot_want_early_init-fix has been removed from the -mm tree. Its filename was lib-stackdepot-mm-rename-stack_depot_want_early_init-fix.patch This patch was dropped because it was folded into lib-stackdepot-mm-rename-stack_depot_want_early_init.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: lib-stackdepot-mm-rename-stack_depot_want_early_init-fix Date: Fri Feb 10 03:13:49 PM PST 2023 update mm/kmemleak.c Cc: Alexander Potapenko <glider@xxxxxxxxxx> Cc: Andrey Konovalov <andreyknvl@xxxxxxxxxx> Cc: Vlastimil Babka <vbabka@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- --- a/mm/kmemleak.c~lib-stackdepot-mm-rename-stack_depot_want_early_init-fix +++ a/mm/kmemleak.c @@ -2071,7 +2071,7 @@ static int __init kmemleak_boot_config(c kmemleak_disable(); else if (strcmp(str, "on") == 0) { kmemleak_skip_disable = 1; - stack_depot_want_early_init(); + stack_depot_request_early_init(); } else return -EINVAL; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are lib-stackdepot-mm-rename-stack_depot_want_early_init.patch lib-stackdepot-move-documentation-comments-to-stackdepoth-fix.patch mm-hugetlb-change-to-return-bool-for-isolate_hugetlb-fix.patch mm-change-to-return-bool-for-isolate_movable_page-fix.patch include-linux-migrateh-remove-unneeded-externs.patch