Home
last modified time | relevance | path

Searched hist:"20 ff3685" (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/scripts/
H A DMakefile.modpost20ff3685 Tue Jun 06 04:41:59 CDT 2023 Masahiro Yamada <masahiroy@kernel.org> modpost: propagate W=1 build option to modpost

"No build warning" is a strong requirement these days, so you must fix
all issues before enabling a new warning flag.

We often add a new warning to W=1 first so that the kbuild test robot
blocks new breakages.

This commit allows modpost to show extra warnings only when W=1
(or KBUILD_EXTRA_WARN=1) is given.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
/openbmc/linux/scripts/mod/
H A Dmodpost.c20ff3685 Tue Jun 06 04:41:59 CDT 2023 Masahiro Yamada <masahiroy@kernel.org> modpost: propagate W=1 build option to modpost

"No build warning" is a strong requirement these days, so you must fix
all issues before enabling a new warning flag.

We often add a new warning to W=1 first so that the kbuild test robot
blocks new breakages.

This commit allows modpost to show extra warnings only when W=1
(or KBUILD_EXTRA_WARN=1) is given.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>