Re: [PATCH] Add -fzero-init-padding-bits to bindgen_skip_cflags

From: Miguel Ojeda
Date: Thu Feb 06 2025 - 14:00:41 EST


On Thu, Feb 6, 2025 at 7:48 PM Kees Cook <kees@xxxxxxxxxx> wrote:
>
> Many subsystems base their trees on -rc2, so if it missed rc2, Rust builds
> in a given subsystem will be broken under gcc 15 (but fine in -next).
> But perhaps that's enough of a corner case that it doesn't matter? I
> have other fixes I'm sending to Linus tomorrow, if you'd rather it go in
> sooner? I'm fine either way. :)

Ah, I see.

The Rust-enabled-mixed-GCC/Clang builds are best-effort at the moment
(this should not affect the normal Clang ones) and GCC 15 is still at
least a couple months away as far as I understand, right?

In any case, I can send what I have for -rc2, since I think I will
have others for -rc3 anyway.

Cheers,
Miguel