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@xxxxxxxxxx> 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@xxxxxxxxxxxxxxxx Signed-off-by: Marco Elver <elver@xxxxxxxxxx> Reported-by: kernel test robot <lkp@xxxxxxxxx> Reviewed-by: Alexander Potapenko <glider@xxxxxxxxxx> Cc: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- 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@xxxxxxxxxx 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