Skip to content

Commit cd3caef

Browse files
committed
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 <[email protected]>
1 parent beb53e4 commit cd3caef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

init/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1945,6 +1945,7 @@ config MODULE_FORCE_UNLOAD
19451945

19461946
config MODVERSIONS
19471947
bool "Module versioning support"
1948+
depends on BROKEN
19481949
help
19491950
Usually, you have to use modules compiled with your kernel.
19501951
Saying Y here makes it sometimes possible to use modules

0 commit comments

Comments
 (0)