From 8c68f11e4185c371e8e13318a4b51eaccacc1e5b Mon Sep 17 00:00:00 2001 From: Andrea Righi Date: Mon, 13 Feb 2023 17:18:43 +0100 Subject: [PATCH] UBUNTU: SAUCE: allows to enable Rust with modversions BugLink: https://bugs.launchpad.net/bugs/2007654 The following commit allows to relax the constraint !CONFIG_MODVERSIONS with CONFIG_RUST enabled: 20e01f8abba2 ("UBUNTU: SAUCE: modpost: support arbitrary symbol length in modversion") Signed-off-by: Andrea Righi --- init/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/init/Kconfig b/init/Kconfig index ec9426c3567d..4782bd225a5a 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1913,7 +1913,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