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@xxxxxxxxxx> 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@xxxxxxxxxx Signed-off-by: Imran Khan <imran.f.khan@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- 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@xxxxxxxxxx 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