ANDROID: adjust version numbers for RUST+KASAN
This `depends on` currently causes KASAN builds to run with CONFIG_RUST=n. However, the relevant fix has been backported and is available in Android's prebuilt for rustc 1.82.0, thus update the version requirement to match. Bug: 359429865 Link: https://r.android.com/3368203 Change-Id: I35bc9ead0e9777f9926b4d990593e2e16ad60c38 Signed-off-by: Alice Ryhl <aliceryhl@google.com>
This commit is contained in:
committed by
Matthias Männich
parent
a614612559
commit
b4852084e3
+2
-1
@@ -1983,7 +1983,8 @@ config RUST
|
||||
select CFI_ICALL_NORMALIZE_INTEGERS if CFI_CLANG
|
||||
depends on !CALL_PADDING || RUSTC_VERSION >= 108100
|
||||
depends on !KASAN_SW_TAGS
|
||||
depends on !(MITIGATION_RETHUNK && KASAN) || RUSTC_VERSION >= 108300
|
||||
# ANDROID: This version number has been changed due to backports in Android's compiler.
|
||||
depends on !(MITIGATION_RETHUNK && KASAN) || RUSTC_VERSION >= 108200
|
||||
help
|
||||
Enables Rust support in the kernel.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user