Re: [PATCH v3 0/4] Rust KASAN Support
From: Miguel Ojeda <hidden>
Date: 2024-08-20 14:20:09
Also in:
linux-mm, llvm
From: Miguel Ojeda <hidden>
Date: 2024-08-20 14:20:09
Also in:
linux-mm, llvm
On Mon, Aug 19, 2024 at 11:35 PM Matthew Maurer [off-list ref] wrote:
This patch series requires the target.json array support patch [1] as the x86_64 target.json file currently produced does not mark itself as KASAN capable, and is rebased on top of the KASAN Makefile rewrite [2]. Differences from v2 [3]: 1. Rebased on top of the maintainer's cleanup of the Makefile.
Andrey/KASAN: whenever you are happy with this series, assuming it happens for this cycle, do you have a preference/constraint where to land this through? I am asking since we will likely need the target.json patch for another series that may land this cycle too (Rust KCFI). I asked Masahiro as well what he preferred to do, e.g. if he wants to take everything (KCFI, KASAN, SCS) through Kbuild, that is great too. Thanks! Cheers, Miguel