Re: [PATCH v2 0/6] kbuild: enable CONFIG_WERROR for more build steps

From: Nathan Chancellor
Date: Thu Aug 14 2025 - 15:12:15 EST



On Thu, 14 Aug 2025 12:14:40 +0200, Thomas Weißschuh wrote:
> CONFIG_WERROR is useful for all build steps, not only compilation of C and
> Rust sources linked into the kernel.
>
> Also enable it for assembler and linker invocations and userprogs.
>
> In addition unify the implementations of CONFIG_WERROR and W=e.
>
> [...]

Applied, thanks!

[1/6] kbuild: align W=e with CONFIG_WERROR
https://git.kernel.org/kbuild/c/f852ce052a8b7
[2/6] kbuild: unify W=e and CONFIG_WERROR
https://git.kernel.org/kbuild/c/e7a10929c574c
[3/6] kbuild: rust: move `-Dwarnings` handling to `Makefile.extrawarn`
https://git.kernel.org/kbuild/c/592b571f20c5b
[4/6] kbuild: respect CONFIG_WERROR for linker and assembler
https://git.kernel.org/kbuild/c/ec4a3992bc0b5
[5/6] kbuild: respect CONFIG_WERROR for userprogs
https://git.kernel.org/kbuild/c/3f0ff4cc6ffb4
[6/6] kbuild: enable -Werror for hostprogs
https://git.kernel.org/kbuild/c/a646e96080cd5

Best regards,
--
Nathan Chancellor <nathan@xxxxxxxxxx>