The patch titled Subject: nds32: linker script: add SOFTIRQENTRY_TEXT has been removed from the -mm tree. Its filename was kasan-stackdepot-move-filter_irq_stacks-to-stackdepotc-fix-1.patch This patch was dropped because it was folded into kasan-stackdepot-move-filter_irq_stacks-to-stackdepotc.patch ------------------------------------------------------ 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-2.patch