mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/2] nds32: linker script: add SOFTIRQENTRY_TEXT
@ 2020-03-11 12:10 glider
  0 siblings, 0 replies; only message in thread
From: glider @ 2020-03-11 12:10 UTC (permalink / raw)
  To: green.hu, deanbo422
  Cc: linux-kernel, akpm, Alexander Potapenko, kbuild test robot

This section is required for lib/stackdepot.c to link, as
filter_irq_stacks() accesses __softirqentry_text_start and
__softirqentry_text_end.

Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Alexander Potapenko <glider@google.com>
---
 arch/nds32/kernel/vmlinux.lds.S | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/nds32/kernel/vmlinux.lds.S b/arch/nds32/kernel/vmlinux.lds.S
index f679d33974366..7a6c1cefe3fe5 100644
--- a/arch/nds32/kernel/vmlinux.lds.S
+++ b/arch/nds32/kernel/vmlinux.lds.S
@@ -47,6 +47,7 @@ SECTIONS
 		LOCK_TEXT
 		KPROBES_TEXT
 		IRQENTRY_TEXT
+		SOFTIRQENTRY_TEXT
 		*(.fixup)
 	}
 
-- 
2.25.1.481.gfbce0eb801-goog


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-11 12:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-11 12:10 [PATCH 1/2] nds32: linker script: add SOFTIRQENTRY_TEXT glider

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®