Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

+1
+1
kernel/module/Kconfig
··· 160 160 161 161 config MODVERSIONS 162 162 bool "Module versioning support" 163 + depends on !COMPILE_TEST 163 164 help 164 165 Usually, you have to use modules compiled with your kernel. 165 166 Saying Y here makes it sometimes possible to use modules