All of lore.kernel.org
 help / color / mirror / Atom feed
* + lib-stackdepot-add-helper-to-print-stack-entries-into-buffer-v3.patch added to -mm tree
@ 2021-09-16 18:03 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2021-09-16 18:03 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 added to the -mm tree.  Its filename is
     lib-stackdepot-add-helper-to-print-stack-entries-into-buffer-v3.patch

This patch should soon appear at
    https://ozlabs.org/~akpm/mmots/broken-out/lib-stackdepot-add-helper-to-print-stack-entries-into-buffer-v3.patch
and later at
    https://ozlabs.org/~akpm/mmotm/broken-out/lib-stackdepot-add-helper-to-print-stack-entries-into-buffer-v3.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/process/submit-checklist.rst when testing your code ***

The -mm tree is included into linux-next and is updated
there every 3-4 working days

------------------------------------------------------
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
@@ -237,6 +237,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
lib-stackdepot-add-helper-to-print-stack-entries-into-buffer-v2.patch
lib-stackdepot-add-helper-to-print-stack-entries-into-buffer-v3.patch


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

only message in thread, other threads:[~2021-09-16 18:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-16 18:03 + lib-stackdepot-add-helper-to-print-stack-entries-into-buffer-v3.patch added to -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.