VisionFive2 Linux kernel

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

More than 9999 Commits   32 Branches   54 Tags
author: Linus Torvalds <torvalds@linux-foundation.org> 2021-02-23 12:21:58 -0800 committer: Linus Torvalds <torvalds@linux-foundation.org> 2021-02-23 12:21:58 -0800 commit: 5cf0fd591f2e7833405bdc7ce2176c3502e8a11e parent: 21a6ab2131ab0644eeef70507e20273338bf065c
Commit Summary:
Kbuild: disable TRIM_UNUSED_KSYMS option
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 8a2c0e41f1bb..ba8bd5256980 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -2274,6 +2274,7 @@ config MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS
 
 config TRIM_UNUSED_KSYMS
 	bool "Trim unused exported kernel symbols"
+	depends on BROKEN
 	help
 	  The kernel and some modules make many symbols available for
 	  other modules to use via EXPORT_SYMBOL() and variants. Depending