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

From: Miguel Ojeda
Date: Sat Feb 03 2024 - 08:35:34 EST


On Wed, Jan 31, 2024 at 9:32 PM Dave Hansen <dave.hansen@xxxxxxxxx> wrote:
>
> That way, someone who is using CALL_DEPTH_TRACKING doesn't accidentally
> lose it by turning on RUST. To turn on RUST, they'd first need to go
> turn off the things that are selecting CALL_THUNKS.

+1, we should prefer to avoid disabling other things, especially since
Rust is still a bit of an "expert" option, so please feel free to add
it to the `RUST` list.

Cheers,
Miguel