Message ID | 20231118025748.2778044-5-mmaurer@google.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | MODVERSIONS + RUST Redux | expand |
diff --git a/init/Kconfig b/init/Kconfig index 9ffb103fc927..6cac5b4db8f6 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1885,7 +1885,6 @@ config RUST bool "Rust support" depends on HAVE_RUST depends on RUST_IS_AVAILABLE - depends on !MODVERSIONS depends on !GCC_PLUGINS depends on !RANDSTRUCT depends on !DEBUG_INFO_BTF || PAHOLE_HAS_LANG_EXCLUDE
With variable length symbol names from extended modversions, we can enable MODVERSIONS alongside RUST due to support for its longer symbol names. Signed-off-by: Matthew Maurer <mmaurer@google.com> --- init/Kconfig | 1 - 1 file changed, 1 deletion(-)