The quilt patch titled Subject: mm-use-stack_depot_early_init-for-kmemleak-fix has been removed from the -mm tree. Its filename was mm-use-stack_depot_early_init-for-kmemleak-fix.patch This patch was dropped because it was folded into mm-use-stack_depot_early_init-for-kmemleak.patch ------------------------------------------------------ From: Vlastimil Babka <vbabka@xxxxxxx> Subject: mm-use-stack_depot_early_init-for-kmemleak-fix Date: Thu, 19 Jan 2023 11:32:36 +0100 The call to stack_depot_init() becomes no-op after this patch so it's not a bug to leave it there, but it's just misleading now. Signed-off-by: Vlastimil Babka <vbabka@xxxxxxx> Cc: Catalin Marinas <catalin.marinas@xxxxxxx> Cc: ke.wang <ke.wang@xxxxxxxxxx> Cc: Mike Rapoport (IBM) <rppt@xxxxxxxxxx> Cc: Mirsad Goran Todorovac <mirsad.todorovac@xxxxxxxxxxxx> Cc: Nathan Chancellor <nathan@xxxxxxxxxx> Cc: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx> Cc: Zhaoyang Huang <zhaoyang.huang@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- --- a/mm/kmemleak.c~mm-use-stack_depot_early_init-for-kmemleak-fix +++ a/mm/kmemleak.c @@ -2095,7 +2095,6 @@ void __init kmemleak_init(void) if (kmemleak_error) return; - stack_depot_init(); jiffies_min_age = msecs_to_jiffies(MSECS_MIN_AGE); jiffies_scan_wait = msecs_to_jiffies(SECS_SCAN_WAIT * 1000); _ Patches currently in -mm which might be from vbabka@xxxxxxx are mm-mremap-fix-mremap-expanding-for-vmas-with-vm_ops-close.patch mm-use-stack_depot_early_init-for-kmemleak.patch revert-mm-compaction-fix-set-skip-in-fast_find_migrateblock.patch