Buildresult: gustavoars/s390-allmodconfig/s390x-gcc8 built on Jan 11, 08:47
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Jan 11, 08:47
Duration:
0:06:27.737273
Builder:
ka4
Revision:
init: Kconfig: Disable -Wstringop-overflow for GCC-11 (
5ea9350aab7eda203739267355037bb7f2b46029)
Target:
gustavoars/s390-allmodconfig/s390x-gcc8
Branch:
gustavoars
Compiler:
s390x-gcc8
(s390-linux-gcc (GCC) 8.5.0 / GNU ld (GNU Binutils) 2.36.1)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible errors
include/linux/fortify-string.h:68:30: error: '__builtin_strncpy' specified bound depends on the length of the source argument [-Werror=stringop-overflow=] include/linux/fortify-string.h:68:30: error: '__builtin_strncpy' specified bound depends on the length of the source argument [-Werror=stringop-overflow=] include/linux/fortify-string.h:68:30: error: '__builtin_strncpy' specified bound depends on the length of the source argument [-Werror=stringop-overflow=] include/linux/fortify-string.h:68:30: error: '__builtin_strncpy' specified bound depends on the length of the source argument [-Werror=stringop-overflow=] cc1: all warnings being treated as errors make[6]: *** [scripts/Makefile.build:243: drivers/nvme/target/core.o] Error 1 make[5]: *** [scripts/Makefile.build:480: drivers/nvme/target] Error 2 make[4]: *** [scripts/Makefile.build:480: drivers/nvme] Error 2 make[3]: *** [scripts/Makefile.build:480: drivers] Error 2 make[2]: *** [Makefile:1915: .] Error 2 make[1]: *** [Makefile:234: __sub-make] Error 2 make: *** [Makefile:234: __sub-make] Error 2
No warnings found in log.
Full Log
# git rev-parse -q --verify 5ea9350aab7eda203739267355037bb7f2b46029^{commit} 5ea9350aab7eda203739267355037bb7f2b46029 already have revision, skipping fetch # git checkout -q -f -B kisskb 5ea9350aab7eda203739267355037bb7f2b46029 # git clean -qxdf # < git log -1 # commit 5ea9350aab7eda203739267355037bb7f2b46029 # Author: Gustavo A. R. Silva <gustavoars@kernel.org> # Date: Thu Nov 30 14:29:34 2023 -0600 # # init: Kconfig: Disable -Wstringop-overflow for GCC-11 # # -Wstringop-overflow is buggy in GCC-11. Therefore, we should disable # this option specifically for that compiler version. To achieve this, # we introduce a new configuration option: GCC11_NO_STRINGOP_OVERFLOW. # # The compiler option related to string operation overflow is now managed # under configuration CC_STRINGOP_OVERFLOW. This option is enabled by # default for all other versions of GCC that support it. # # Link: https://lore.kernel.org/lkml/b3c99290-40bc-426f-b3d2-1aa903f95c4e@embeddedor.com/ # Link: https://lore.kernel.org/lkml/20231128091351.2bfb38dd@canb.auug.org.au/ # Reviewed-by: Kees Cook <keescook@chromium.org> # Link: https://lore.kernel.org/linux-hardening/ZWj1+jkweEDWbmAR@work/ # Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org> # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/s390-linux/bin/s390-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/s390-linux/bin/s390-linux-ld --version # < git log --format=%s --max-count=1 5ea9350aab7eda203739267355037bb7f2b46029 # make -s -j 40 ARCH=s390 O=/kisskb/build/gustavoars_allmodconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/s390-linux/bin/s390-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig # < make -s -j 40 ARCH=s390 O=/kisskb/build/gustavoars_allmodconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/s390-linux/bin/s390-linux- help # make -s -j 40 ARCH=s390 O=/kisskb/build/gustavoars_allmodconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/s390-linux/bin/s390-linux- olddefconfig # make -s -j 40 ARCH=s390 O=/kisskb/build/gustavoars_allmodconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/s390-linux/bin/s390-linux- In file included from /kisskb/src/include/linux/string.h:295, from /kisskb/src/include/linux/bitmap.h:12, from /kisskb/src/include/linux/cpumask.h:12, from /kisskb/src/include/linux/smp.h:13, from /kisskb/src/include/linux/lockdep.h:14, from /kisskb/src/include/linux/spinlock.h:63, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:17, from /kisskb/src/drivers/nvme/target/core.c:7: In function 'strncpy', inlined from '__assign_req_name' at /kisskb/src/drivers/nvme/target/trace.h:56:2, inlined from 'perf_trace_nvmet_req_init' at /kisskb/src/drivers/nvme/target/./trace.h:61:1: /kisskb/src/include/linux/fortify-string.h:68:30: error: '__builtin_strncpy' specified bound depends on the length of the source argument [-Werror=stringop-overflow=] #define __underlying_strncpy __builtin_strncpy ^ /kisskb/src/include/linux/fortify-string.h:147:9: note: in expansion of macro '__underlying_strncpy' return __underlying_strncpy(p, q, size); ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h: In function 'perf_trace_nvmet_req_init': /kisskb/src/include/linux/fortify-string.h:66:29: note: length computed here #define __underlying_strlen __builtin_strlen ^ /kisskb/src/include/linux/fortify-string.h:210:10: note: in expansion of macro '__underlying_strlen' return __underlying_strlen(p); ^~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from '__assign_req_name' at /kisskb/src/drivers/nvme/target/trace.h:56:2, inlined from 'trace_event_raw_event_nvmet_req_complete' at /kisskb/src/drivers/nvme/target/./trace.h:103:1: /kisskb/src/include/linux/fortify-string.h:68:30: error: '__builtin_strncpy' specified bound depends on the length of the source argument [-Werror=stringop-overflow=] #define __underlying_strncpy __builtin_strncpy ^ /kisskb/src/include/linux/fortify-string.h:147:9: note: in expansion of macro '__underlying_strncpy' return __underlying_strncpy(p, q, size); ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h: In function 'trace_event_raw_event_nvmet_req_complete': /kisskb/src/include/linux/fortify-string.h:66:29: note: length computed here #define __underlying_strlen __builtin_strlen ^ /kisskb/src/include/linux/fortify-string.h:210:10: note: in expansion of macro '__underlying_strlen' return __underlying_strlen(p); ^~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from '__assign_req_name' at /kisskb/src/drivers/nvme/target/trace.h:56:2, inlined from 'perf_trace_nvmet_req_complete' at /kisskb/src/drivers/nvme/target/./trace.h:103:1: /kisskb/src/include/linux/fortify-string.h:68:30: error: '__builtin_strncpy' specified bound depends on the length of the source argument [-Werror=stringop-overflow=] #define __underlying_strncpy __builtin_strncpy ^ /kisskb/src/include/linux/fortify-string.h:147:9: note: in expansion of macro '__underlying_strncpy' return __underlying_strncpy(p, q, size); ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h: In function 'perf_trace_nvmet_req_complete': /kisskb/src/include/linux/fortify-string.h:66:29: note: length computed here #define __underlying_strlen __builtin_strlen ^ /kisskb/src/include/linux/fortify-string.h:210:10: note: in expansion of macro '__underlying_strlen' return __underlying_strlen(p); ^~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from '__assign_req_name' at /kisskb/src/drivers/nvme/target/trace.h:56:2, inlined from 'trace_event_raw_event_nvmet_req_init' at /kisskb/src/drivers/nvme/target/./trace.h:61:1: /kisskb/src/include/linux/fortify-string.h:68:30: error: '__builtin_strncpy' specified bound depends on the length of the source argument [-Werror=stringop-overflow=] #define __underlying_strncpy __builtin_strncpy ^ /kisskb/src/include/linux/fortify-string.h:147:9: note: in expansion of macro '__underlying_strncpy' return __underlying_strncpy(p, q, size); ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h: In function 'trace_event_raw_event_nvmet_req_init': /kisskb/src/include/linux/fortify-string.h:66:29: note: length computed here #define __underlying_strlen __builtin_strlen ^ /kisskb/src/include/linux/fortify-string.h:210:10: note: in expansion of macro '__underlying_strlen' return __underlying_strlen(p); ^~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[6]: *** [/kisskb/src/scripts/Makefile.build:243: drivers/nvme/target/core.o] Error 1 make[5]: *** [/kisskb/src/scripts/Makefile.build:480: drivers/nvme/target] Error 2 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:480: drivers/nvme] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:480: drivers] Error 2 make[2]: *** [/kisskb/src/Makefile:1915: .] Error 2 make[1]: *** [/kisskb/src/Makefile:234: __sub-make] Error 2 make: *** [Makefile:234: __sub-make] Error 2 Command 'make -s -j 40 ARCH=s390 O=/kisskb/build/gustavoars_allmodconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/s390-linux/bin/s390-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/gustavoars_allmodconfig_s390x-gcc8 # Build took: 0:06:27.737273
© Michael Ellerman 2006-2018.