]> www.infradead.org Git - users/jedix/linux-maple.git/commit
kbuild: move -fzero-init-padding-bits=all to the top-level Makefile
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 15 Feb 2025 16:15:52 +0000 (01:15 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 15 Mar 2025 12:19:44 +0000 (21:19 +0900)
commitc15253494fd98cd76250c9faaebbc8b45f7d0072
tree4f940fdfa9e798035632fc0ce37393b03c9f2732
parent9d702bb1d3c03bb78d4fd2b3424169e3ef4cd402
kbuild: move -fzero-init-padding-bits=all to the top-level Makefile

The -fzero-init-padding-bits=all option is not a warning flag, so
defining it in scripts/Makefile.extrawarn is inconsistent.

Move it to the top-level Makefile for consistency.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Reviewed-by: Kees Cook <kees@kernel.org>
Makefile
scripts/Makefile.extrawarn