aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-11-25 18:44:47 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2016-11-25 18:44:47 -0500
commitcd3caefb4663e3811d37cc2afad3cce642d60061 (patch)
tree1e51a881196237f2753f5986983c71b0fbc8a115
parentbeb53e4b2328b0947622dd1bf407295bf1d9b436 (diff)
Fix subtle CONFIG_MODVERSIONS problems
CONFIG_MODVERSIONS has been broken for pretty much the whole 4.9 series, and quite frankly, nobody has cared very deeply. We absolutely know how to fix it, and it's not _complicated_, but it's not exactly pretty either. This oneliner fixes it without the ugliness, and allows for further future cleanups. "We've secretly replaced their regular MODVERSIONS with nothing at all, let's see if they notice" Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r--init/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 34407f15e6d3..c4fbc1e55c25 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1945,6 +1945,7 @@ config MODULE_FORCE_UNLOAD
1945 1945
1946config MODVERSIONS 1946config MODVERSIONS
1947 bool "Module versioning support" 1947 bool "Module versioning support"
1948 depends on BROKEN
1948 help 1949 help
1949 Usually, you have to use modules compiled with your kernel. 1950 Usually, you have to use modules compiled with your kernel.
1950 Saying Y here makes it sometimes possible to use modules 1951 Saying Y here makes it sometimes possible to use modules