Re: [PATCH v2b] rust: cfi: add support for CFI_CLANG with Rust
From: Miguel Ojeda
Date: Wed Sep 18 2024 - 13:15:23 EST
On Mon, Sep 16, 2024 at 6:14 PM Miguel Ojeda
<miguel.ojeda.sandonis@xxxxxxxxx> wrote:
>
> [ Replaced `!FINEIBT` requirement with `!CALL_PADDING` to prevent
> a build error on older Rust compilers. Fixed typo. - Miguel ]
I also noticed we need Rust 1.81.0 for the flag rather than 1.80.0 --
I will send a patch later and/or rebase.
Cheers,
Miguel