]> git.dujemihanovic.xyz Git - linux.git/commit
Kbuild: make MODVERSIONS support depend on not being a compile test build
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 25 Sep 2024 18:08:28 +0000 (11:08 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 25 Sep 2024 18:08:28 +0000 (11:08 -0700)
commit1f9c4a996756867d678833c0513eabe4e8f1ed60
tree4f10fa7d8b163e3bdcd40263e2de384f630c2a27
parent570172569238c66a482ec3eb5d766cc9cf255f69
Kbuild: make MODVERSIONS support depend on not being a compile test build

Currently the Rust support is gated on not having MODVERSIONS enabled,
and as a result an "allmodconfig" build will disable Rust build tests.

While MODVERSIONS configurations are worth build testing, the feature is
not actually meaningful unless you run the result, and I'd rather get
build coverage of Rust than MODVERSIONS.  So let's disable MODVERSIONS
for build testing until the Rust side clears up.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/module/Kconfig