Kbuild: make MODVERSIONS support depend on not being a compile test build
Linus Torvalds authored

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: default avatarLinus Torvalds <torvalds@linux-foundation.org>
1f9c4a99
Name Last commit Last update
Documentation Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linux
LICENSES LICENSES: add 0BSD license text
arch Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linux
block Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs
certs sign-file,extract-cert: use pkcs11 provider for OPENSSL MAJOR >= 3
crypto KEYS: prevent NULL pointer dereference in find_asymmetric_key()
drivers Merge tag 'kbuild-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
fs Merge tag 'nfs-for-6.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
include Merge tag 'nfs-for-6.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
init Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linux
io_uring Merge tag 'for-6.12/io_uring-20240922' of git://git.kernel.dk/linux
ipc Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
kernel Kbuild: make MODVERSIONS support depend on not being a compile test build
lib Merge tag 'kbuild-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
mm Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linux
net Merge tag 'nfs-for-6.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
rust Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linux
samples Merge tag 'landlock-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux
scripts Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linux
security Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
sound Merge tag 'firewire-updates-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394
tools Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linux
usr initramfs: shorten cmd_initfs in usr/Makefile
virt Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
.clang-format Docs: Move clang-format from process/ to dev-tools/
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the reStructuredText markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.