The patch titled Subject: xtensa-add-loglvl-to-show_trace-fix has been added to the -mm tree. Its filename is xtensa-add-loglvl-to-show_trace-fix.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/xtensa-add-loglvl-to-show_trace-fix.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/xtensa-add-loglvl-to-show_trace-fix.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: 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 mm-free_area_init-allow-defining-max_zone_pfn-in-descending-order-fix.patch xtensa-add-loglvl-to-show_trace-fix.patch