[PATCH 0/2] rust: add support for Software Tag-Based KASAN

Alice Ryhl posted 2 patches 1 week, 1 day ago
init/Kconfig           | 2 +-
scripts/Makefile.kasan | 6 +-----
2 files changed, 2 insertions(+), 6 deletions(-)
[PATCH 0/2] rust: add support for Software Tag-Based KASAN
Posted by Alice Ryhl 1 week, 1 day ago
Since my kernel-hwaddress patch to rustc [1] is now landed, I'm sending
this series to enable support for it in the kernel.

[1]: https://github.com/rust-lang/rust/pull/153049

Signed-off-by: Alice Ryhl <aliceryhl@google.com>
---
Alice Ryhl (2):
      rust: kasan: do not pass -Zsanitizer-recover
      rust: kasan: add support for Software Tag-Based KASAN

 init/Kconfig           | 2 +-
 scripts/Makefile.kasan | 6 +-----
 2 files changed, 2 insertions(+), 6 deletions(-)
---
base-commit: 1f318b96cc84d7c2ab792fcc0bfd42a7ca890681
change-id: 20260325-kasan-rust-sw-tags-c5afff30e63a

Best regards,
-- 
Alice Ryhl <aliceryhl@google.com>