]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Fix subtle CONFIG_MODVERSIONS problems
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 25 Nov 2016 23:44:47 +0000 (15:44 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 25 Nov 2016 23:44:47 +0000 (15:44 -0800)
commitcd3caefb4663e3811d37cc2afad3cce642d60061
tree1e51a881196237f2753f5986983c71b0fbc8a115
parentbeb53e4b2328b0947622dd1bf407295bf1d9b436
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>
init/Kconfig