The patch titled Subject: nds32: linker script: add SOFTIRQENTRY_TEXT has been added to the -mm tree. Its filename is kasan-stackdepot-move-filter_irq_stacks-to-stackdepotc-fix-1.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/kasan-stackdepot-move-filter_irq_stacks-to-stackdepotc-fix-1.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/kasan-stackdepot-move-filter_irq_stacks-to-stackdepotc-fix-1.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: glider@xxxxxxxxxx Subject: nds32: linker script: add SOFTIRQENTRY_TEXT This section is required for lib/stackdepot.c to link, as filter_irq_stacks() accesses __softirqentry_text_start and __softirqentry_text_end. Link: http://lkml.kernel.org/r/20200311121002.241430-1-glider@xxxxxxxxxx Signed-off-by: Alexander Potapenko <glider@xxxxxxxxxx> Reported-by: kbuild test robot <lkp@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/nds32/kernel/vmlinux.lds.S | 1 + 1 file changed, 1 insertion(+) --- a/arch/nds32/kernel/vmlinux.lds.S~kasan-stackdepot-move-filter_irq_stacks-to-stackdepotc-fix-1 +++ a/arch/nds32/kernel/vmlinux.lds.S @@ -47,6 +47,7 @@ SECTIONS LOCK_TEXT KPROBES_TEXT IRQENTRY_TEXT + SOFTIRQENTRY_TEXT *(.fixup) } _ Patches currently in -mm which might be from glider@xxxxxxxxxx are stackdepot-check-depot_index-before-accessing-the-stack-slab.patch stackdepot-build-with-fno-builtin.patch kasan-stackdepot-move-filter_irq_stacks-to-stackdepotc.patch kasan-stackdepot-move-filter_irq_stacks-to-stackdepotc-fix-1.patch kasan-stackdepot-move-filter_irq_stacks-to-stackdepotc-fix-2.patch