All of lore.kernel.org
 help / color / mirror / Atom feed
* [folded-merged] mm-use-stack_depot-for-recording-kmemleaks-backtrace-fix.patch removed from -mm tree
@ 2022-12-15 20:26 Andrew Morton
  0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2022-12-15 20:26 UTC (permalink / raw)
  To: mm-commits, zhaoyang.huang, willy, vbabka, ke.wang,
	huangzhaoyang, catalin.marinas, akpm, akpm


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@linux-foundation.org>
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@arm.com>
Cc: ke.wang <ke.wang@unisoc.com>
Cc: Matthew Wilcox (Oracle) <willy@infradead.org>
Cc: Vlastimil Babka <vbabka@suse.cz>
Cc: Zhaoyang Huang <huangzhaoyang@gmail.com>
Cc: Zhaoyang Huang <zhaoyang.huang@unisoc.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 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@linux-foundation.org are

mm-use-stack_depot-for-recording-kmemleaks-backtrace.patch
mm-use-stack_depot-for-recording-kmemleaks-backtrace-v3-fix.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-12-15 20:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-15 20:26 [folded-merged] mm-use-stack_depot-for-recording-kmemleaks-backtrace-fix.patch removed from -mm tree Andrew Morton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.