VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Johannes Berg <johannes.berg@intel.com> 2021-03-05 21:43:15 +0100 committer: Richard Weinberger <richard@nod.at> 2021-04-15 23:10:29 +0200 commit: d5027ca63e0e778b641cf23e3f5c6d6212cf412b parent: dc01a3b9db43abf95b801c9694980777a329e303
Commit Summary:
um: Mark all kernel symbols as local
Diffstat:
1 file changed, 6 insertions, 0 deletions
diff --git a/arch/um/kernel/uml.lds.S b/arch/um/kernel/uml.lds.S
index 45d957d7004c..7a8e2b123e29 100644
--- a/arch/um/kernel/uml.lds.S
+++ b/arch/um/kernel/uml.lds.S
@@ -7,6 +7,12 @@ OUTPUT_ARCH(ELF_ARCH)
 ENTRY(_start)
 jiffies = jiffies_64;
 
+VERSION {
+  {
+    local: *;
+  };
+}
+
 SECTIONS
 {
   /* This must contain the right address - not quite the default ELF one.*/