All of lore.kernel.org
 help / color / mirror / Atom feed
* [folded-merged] printk-introduce-dump_stack_lvl-fix.patch removed from -mm tree
@ 2021-06-29  0:30 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2021-06-29  0:30 UTC (permalink / raw)
  To: elver, glider, lkp, mm-commits, sfr


The patch titled
     Subject: fix for "printk: introduce dump_stack_lvl()"
has been removed from the -mm tree.  Its filename was
     printk-introduce-dump_stack_lvl-fix.patch

This patch was dropped because it was folded into printk-introduce-dump_stack_lvl.patch

------------------------------------------------------
From: Marco Elver <elver@google.com>
Subject: fix for "printk: introduce dump_stack_lvl()"

Add missing dump_stack_lvl() stub if CONFIG_PRINTK=n.

Link: https://lkml.kernel.org/r/YJ0KAM0hQev1AmWe@elver.google.com
Signed-off-by: Marco Elver <elver@google.com>
Reported-by: kernel test robot <lkp@intel.com>
Reviewed-by: Alexander Potapenko <glider@google.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 include/linux/printk.h |    4 ++++
 1 file changed, 4 insertions(+)

--- a/include/linux/printk.h~printk-introduce-dump_stack_lvl-fix
+++ a/include/linux/printk.h
@@ -270,6 +270,10 @@ static inline void show_regs_print_info(
 {
 }
 
+static inline void dump_stack_lvl(const char *log_lvl)
+{
+}
+
 static inline void dump_stack(void)
 {
 }
_

Patches currently in -mm which might be from elver@google.com are

printk-introduce-dump_stack_lvl.patch
kfence-unconditionally-use-unbound-work-queue.patch
kcov-add-__no_sanitize_coverage-to-fix-noinstr-for-all-architectures.patch
kcov-add-__no_sanitize_coverage-to-fix-noinstr-for-all-architectures-v2.patch
kcov-add-__no_sanitize_coverage-to-fix-noinstr-for-all-architectures-v3.patch


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

only message in thread, other threads:[~2021-06-29  0:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-29  0:30 [folded-merged] printk-introduce-dump_stack_lvl-fix.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.