The quilt patch titled Subject: mm-use-stack_depot-for-recording-kmemleaks-backtrace-fix has been removed from the -mm tree. Its filename was mm-use-stack_depot-for-recording-kmemleaks-backtrace-fix.patch This patch was dropped because it was folded into mm-use-stack_depot-for-recording-kmemleaks-backtrace.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-use-stack_depot-for-recording-kmemleaks-backtrace-fix Date: Thu Oct 27 02:28:05 PM PDT 2022 fix build - remove now-unused __save_stack_trace() Cc: Catalin Marinas <catalin.marinas@xxxxxxx> Cc: ke.wang <ke.wang@xxxxxxxxxx> Cc: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> Cc: Vlastimil Babka <vbabka@xxxxxxx> Cc: Zhaoyang Huang <huangzhaoyang@xxxxxxxxx> Cc: Zhaoyang Huang <zhaoyang.huang@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/kmemleak.c | 8 -------- 1 file changed, 8 deletions(-) --- a/mm/kmemleak.c~mm-use-stack_depot-for-recording-kmemleaks-backtrace-fix +++ a/mm/kmemleak.c @@ -617,14 +617,6 @@ static inline depot_stack_handle_t set_t #endif /* - * Save stack trace to the given array of MAX_TRACE size. - */ -static int __save_stack_trace(unsigned long *trace) -{ - return stack_trace_save(trace, MAX_TRACE, 2); -} - -/* * Create the metadata (struct kmemleak_object) corresponding to an allocated * memory block and add it to the object_list and object_tree_root (or * object_phys_tree_root). _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-use-stack_depot-for-recording-kmemleaks-backtrace.patch mm-use-stack_depot-for-recording-kmemleaks-backtrace-v3-fix.patch