[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20170820112605.19883-2-thomas@m3y3r.de>
Date: Sun, 20 Aug 2017 13:26:05 +0200
From: Thomas Meyer <thomas@...3r.de>
To: linux-kernel@...r.kernel.org,
user-mode-linux-devel@...ts.sourceforge.net
Cc: Thomas Meyer <thomas@...3r.de>
Subject: [PATCH 2/2] um: Use relative modversions with LD_SCRIPT_DYN
When building a dynamic kernel image use relative symbols with MODVERSIONS.
Signed-off-by: Thomas Meyer <thomas@...3r.de>
---
arch/um/Kconfig.um | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/um/Kconfig.um b/arch/um/Kconfig.um
index 4b2ed5858b2e..e26376ab5452 100644
--- a/arch/um/Kconfig.um
+++ b/arch/um/Kconfig.um
@@ -20,6 +20,7 @@ config LD_SCRIPT_DYN
bool
default y
depends on !LD_SCRIPT_STATIC
+ select MODULE_REL_CRCS if MODVERSIONS
source "fs/Kconfig.binfmt"
--
2.11.0
Powered by blists - more mailing lists