Re: [PATCH] init/Kconfig: Only block on RANDSTRUCT for RUST
From: Miguel Ojeda
Date: Wed Jul 31 2024 - 04:32:23 EST
On Wed, Jul 31, 2024 at 5:21 AM Neal Gompa <neal@xxxxxxxxx> wrote:
>
> When enabling Rust in the kernel, we only need to block on the
> RANDSTRUCT feature and GCC plugin. The rest of the GCC plugins
> are reasonably safe to enable.
Yeah, only that one is what we had initially years ago, and then we
went the easy route since anyway the mixed builds are best effort at
the moment and GCC plugins could possibly be going away anyway.
Did you test it with the other GCC plugins enabled etc.?
> + depends on RANDSTRUCT_NONE
Also, why is this changed?
Thanks!
Cheers,
Miguel