[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20200311121124.243352-1-glider@google.com>
Date: Wed, 11 Mar 2020 13:11:24 +0100
From: glider@...gle.com
To: tony.luck@...el.com, fenghua.yu@...el.com
Cc: linux-kernel@...r.kernel.org, akpm@...ux-foundation.org,
linux-ia64@...r.kernel.org,
Alexander Potapenko <glider@...gle.com>,
kbuild test robot <lkp@...el.com>
Subject: [PATCH 2/2] ia64: add IRQENTRY_TEXT and SOFTIRQENTRY_TEXT to linker script
This is needed to fix linker errors caused by lib/stackdepot.c
referencing __{soft,}irqentry_text_{start,end}.
Reported-by: kbuild test robot <lkp@...el.com>
Signed-off-by: Alexander Potapenko <glider@...gle.com>
---
arch/ia64/kernel/vmlinux.lds.S | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/ia64/kernel/vmlinux.lds.S b/arch/ia64/kernel/vmlinux.lds.S
index 1ec6b703c5b4f..6b5652ee76f96 100644
--- a/arch/ia64/kernel/vmlinux.lds.S
+++ b/arch/ia64/kernel/vmlinux.lds.S
@@ -54,6 +54,8 @@ SECTIONS {
CPUIDLE_TEXT
LOCK_TEXT
KPROBES_TEXT
+ IRQENTRY_TEXT
+ SOFTIRQENTRY_TEXT
*(.gnu.linkonce.t*)
}
--
2.25.1.481.gfbce0eb801-goog
Powered by blists - more mailing lists