We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c422974 commit f64e2f3Copy full SHA for f64e2f3
init/Kconfig
@@ -1912,6 +1912,7 @@ config RUST
1912
depends on !CFI_CLANG || RUSTC_VERSION >= 107900 && $(cc-option,-fsanitize=kcfi -fsanitize-cfi-icall-experimental-normalize-integers)
1913
select CFI_ICALL_NORMALIZE_INTEGERS if CFI_CLANG
1914
depends on !CALL_PADDING || RUSTC_VERSION >= 108000
1915
+ depends on !KASAN_SW_TAGS
1916
help
1917
Enables Rust support in the kernel.
1918
0 commit comments