Re: [PATCH] x86: rust: Disable entry padding with Rust

From: Miguel Ojeda
Date: Sun Jan 28 2024 - 12:49:44 EST


On Fri, Dec 15, 2023 at 8:48 PM Matthew Maurer <mmaurer@xxxxxxxxxx> wrote:
>
> rustc-1.73.0 used by Linux does not support entry padding. Mark entry
> padding support as explicitly incompatible with Rust.

We are now at 1.74.1 and moving to 1.75.0 for the next cycle, which
does not support it yet, in case whoever applies the patch wants to
update it in the description.

> Signed-off-by: Matthew Maurer <mmaurer@xxxxxxxxxx>

x86: are you picking this one up through your tree? Thanks!

Cheers,
Miguel