]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
modpost: Allow extended modversions without basic MODVERSIONS
authorMatthew Maurer <mmaurer@google.com>
Fri, 3 Jan 2025 17:37:03 +0000 (17:37 +0000)
committerMasahiro Yamada <masahiroy@kernel.org>
Fri, 10 Jan 2025 17:36:32 +0000 (02:36 +0900)
commite8639b7ef0f871753b4262ec0eacd3da29eebcee
treea966596677200574b862f41be3fd245988c0308f
parentfc7d5e3210ae083a29ce224ffce18eaf3d1c645a
modpost: Allow extended modversions without basic MODVERSIONS

If you know that your kernel modules will only ever be loaded by a newer
kernel, you can disable BASIC_MODVERSIONS to save space. This also
allows easy creation of test modules to see how tooling will respond to
modules that only have the new format.

Signed-off-by: Matthew Maurer <mmaurer@google.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
kernel/module/Kconfig
scripts/Makefile.modpost
scripts/mod/modpost.c