rust: kbuild: add -fzero-init-padding-bits to bindgen_skip_cflags
This seems to break the build when building with gcc15:
Unable to generate bindings: ClangDiagnostic("error: unknown
argument: '-fzero-init-padding-bits=all'\n")
Thus skip that flag.
Signed-off-by:
Justin M. Forbes <jforbes@fedoraproject.org>
Fixes: dce4aab8 ("kbuild: Use -fzero-init-padding-bits=all")
Reviewed-by:
Kees Cook <kees@kernel.org>
Link: https://lore.kernel.org/r/20250129215003.1736127-1-jforbes@fedoraproject.org
[ Slightly reworded commit. - Miguel ]
Signed-off-by:
Miguel Ojeda <ojeda@kernel.org>
Loading
Please sign in to comment