The patch titled Subject: xtensa-add-loglvl-to-show_trace-fix has been removed from the -mm tree. Its filename was xtensa-add-loglvl-to-show_trace-fix.patch This patch was dropped because it was folded into xtensa-add-loglvl-to-show_trace.patch ------------------------------------------------------ From: Mike Rapoport <rppt@xxxxxxxxxx> Subject: xtensa-add-loglvl-to-show_trace-fix build fix Link: http://lkml.kernel.org/r/20200511194534.GA1018386@xxxxxxxxxx Cc: Dmitry Safonov <dima@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/xtensa/kernel/traps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/xtensa/kernel/traps.c~xtensa-add-loglvl-to-show_trace-fix +++ a/arch/xtensa/kernel/traps.c @@ -515,7 +515,7 @@ void show_stack(struct task_struct *task print_hex_dump(KERN_INFO, " ", DUMP_PREFIX_NONE, STACK_DUMP_LINE_SIZE, STACK_DUMP_ENTRY_SIZE, sp, len, false); - show_trace(task, stack, KERN_INFO); + show_trace(task, sp, KERN_INFO); } DEFINE_SPINLOCK(die_lock); _ Patches currently in -mm which might be from rppt@xxxxxxxxxx are xtensa-add-loglvl-to-show_trace.patch