Re: [PATCH] rust: bindgen: disable GCC latent entropy plugin
From: Miguel Ojeda
Date: Tue Mar 10 2026 - 18:24:00 EST
On Sun, Dec 21, 2025 at 9:17 AM <stijn@xxxxxxxxxxxxx> wrote:
>
> Fixes: 2f7ab1267dc9 ("Kbuild: add Rust support")
Before commit f1385dc670fe ("init/Kconfig: Only block on RANDSTRUCT
for RUST") we didn't allow any GCC plugin at all, so I think this
should be instead:
Fixes: f1385dc670fe ("init/Kconfig: Only block on RANDSTRUCT for RUST")
Cheers,
Miguel