All of lore.kernel.org
 help / color / mirror / Atom feed
* [folded-merged] lib-stackdepot-add-helper-to-print-stack-entries-into-buffer-v3.patch removed from -mm tree
@ 2021-11-09  2:14 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2021-11-09  2:14 UTC (permalink / raw)
  To: imran.f.khan, mm-commits


The patch titled
     Subject: lib-stackdepot-add-helper-to-print-stack-entries-into-buffer-v3
has been removed from the -mm tree.  Its filename was
     lib-stackdepot-add-helper-to-print-stack-entries-into-buffer-v3.patch

This patch was dropped because it was folded into lib-stackdepot-add-helper-to-print-stack-entries-into-buffer.patch

------------------------------------------------------
From: Imran Khan <imran.f.khan@oracle.com>
Subject: lib-stackdepot-add-helper-to-print-stack-entries-into-buffer-v3

export stack_depot_snprint() to modules

Link: https://lkml.kernel.org/r/20210916133535.3592491-4-imran.f.khan@oracle.com
Signed-off-by: Imran Khan <imran.f.khan@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 lib/stackdepot.c |    1 +
 1 file changed, 1 insertion(+)

--- a/lib/stackdepot.c~lib-stackdepot-add-helper-to-print-stack-entries-into-buffer-v3
+++ a/lib/stackdepot.c
@@ -236,6 +236,7 @@ int stack_depot_snprint(depot_stack_hand
 	return nr_entries ? stack_trace_snprint(buf, size, entries, nr_entries,
 						spaces) : 0;
 }
+EXPORT_SYMBOL_GPL(stack_depot_snprint);
 
 /**
  * stack_depot_print - print stack entries from a depot
_

Patches currently in -mm which might be from imran.f.khan@oracle.com are

lib-stackdepot-check-stackdepot-handle-before-accessing-slabs.patch
lib-stackdepot-add-helper-to-print-stack-entries.patch
lib-stackdepot-add-helper-to-print-stack-entries-into-buffer.patch


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

only message in thread, other threads:[~2021-11-09  2:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-09  2:14 [folded-merged] lib-stackdepot-add-helper-to-print-stack-entries-into-buffer-v3.patch removed from -mm tree akpm

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.