Buildresult: gustavoars/alpha-defconfig/alpha-gcc4.9 built on Jul 18 2021, 11:45
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Jul 18 2021, 11:45
Duration:
0:00:50.731535
Builder:
ka2
Revision:
Makefile: Enable -Wimplicit-fallthrough for Clang (
b7eb335e26a9c7f258c96b3962c283c379d3ede0)
Target:
gustavoars/alpha-defconfig/alpha-gcc4.9
Branch:
gustavoars
Compiler:
alpha-gcc4.9
(alpha-linux-gcc (GCC) 4.9.4 / GNU ld (GNU Binutils) 2.29.1.20170915)
Config:
defconfig
(
download
)
Log:
Download original
Possible warnings (4)
<stdin>:1515:2: warning: #warning syscall clone3 not implemented [-Wcpp] net/sched/sch_frag.c:93:10: warning: missing braces around initializer [-Wmissing-braces] net/sched/sch_frag.c:93:10: warning: (near initialization for 'sch_frag_rt.dst') [-Wmissing-braces] WARNING: modpost: "saved_config" [vmlinux] is COMMON symbol
Full Log
# git rev-parse -q --verify b7eb335e26a9c7f258c96b3962c283c379d3ede0^{commit} b7eb335e26a9c7f258c96b3962c283c379d3ede0 already have revision, skipping fetch # git checkout -q -f -B kisskb b7eb335e26a9c7f258c96b3962c283c379d3ede0 # git clean -qxdf # < git log -1 # commit b7eb335e26a9c7f258c96b3962c283c379d3ede0 # Author: Gustavo A. R. Silva <gustavoars@kernel.org> # Date: Mon Jul 12 00:57:54 2021 -0500 # # Makefile: Enable -Wimplicit-fallthrough for Clang # # With the recent fixes for fallthrough warnings, it is now possible to # enable -Wimplicit-fallthrough for Clang. # # It's important to mention that since we have adopted the use of the # pseudo-keyword macro fallthrough; we also want to avoid having more # /* fall through */ comments being introduced. Notice that contrary # to GCC, Clang doesn't recognize any comments as implicit fall-through # markings when the -Wimplicit-fallthrough option is enabled. So, in # order to avoid having more comments being introduced, we have to use # the option -Wimplicit-fallthrough=5 for GCC, which similar to Clang, # will cause a warning in case a code comment is intended to be used # as a fall-through marking. # # Co-developed-by: Kees Cook <keescook@chromium.org> # Signed-off-by: Kees Cook <keescook@chromium.org> # Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org> # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/alpha-linux/bin/alpha-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/alpha-linux/bin/alpha-linux-ld --version # < git log --format=%s --max-count=1 b7eb335e26a9c7f258c96b3962c283c379d3ede0 # < make -s -j 48 ARCH=alpha O=/kisskb/build/gustavoars_alpha-defconfig_alpha-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/alpha-linux/bin/alpha-linux- defconfig # < make -s -j 48 ARCH=alpha O=/kisskb/build/gustavoars_alpha-defconfig_alpha-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/alpha-linux/bin/alpha-linux- help # make -s -j 48 ARCH=alpha O=/kisskb/build/gustavoars_alpha-defconfig_alpha-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/alpha-linux/bin/alpha-linux- olddefconfig # make -s -j 48 ARCH=alpha O=/kisskb/build/gustavoars_alpha-defconfig_alpha-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/alpha-linux/bin/alpha-linux- <stdin>:1515:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/net/sched/sch_frag.c: In function 'sch_fragment': /kisskb/src/net/sched/sch_frag.c:93:10: warning: missing braces around initializer [-Wmissing-braces] struct rtable sch_frag_rt = { 0 }; ^ /kisskb/src/net/sched/sch_frag.c:93:10: warning: (near initialization for 'sch_frag_rt.dst') [-Wmissing-braces] WARNING: modpost: "saved_config" [vmlinux] is COMMON symbol Kernel arch/alpha/boot/vmlinux.gz is ready Completed OK # rm -rf /kisskb/build/gustavoars_alpha-defconfig_alpha-gcc4.9 # Build took: 0:00:50.731535
© Michael Ellerman 2006-2018.