# git rev-parse -q --verify 857647efa9be89a13cf8963c7e167fab062b28bb^{commit} 857647efa9be89a13cf8963c7e167fab062b28bb already have revision, skipping fetch # git checkout -q -f -B kisskb 857647efa9be89a13cf8963c7e167fab062b28bb # git clean -qxdf # < git log -1 # commit 857647efa9be89a13cf8963c7e167fab062b28bb # Author: Stephen Rothwell # Date: Thu Dec 21 21:40:49 2023 +1100 # # Add linux-next specific files for 20231221 # # Signed-off-by: Stephen Rothwell # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-linux-ld --version # < git log --format=%s --max-count=1 857647efa9be89a13cf8963c7e167fab062b28bb # make -s -j 32 ARCH=mips O=/kisskb/build/linux-next_allmodconfig_mips-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-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_MIPS_CPS_NS16550_BASE=0x1b0003f8 # Added to kconfig CONFIG_MIPS_CPS_NS16550_SHIFT=0 # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig # < make -s -j 32 ARCH=mips O=/kisskb/build/linux-next_allmodconfig_mips-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-linux- help # make -s -j 32 ARCH=mips O=/kisskb/build/linux-next_allmodconfig_mips-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-linux- olddefconfig .config:14869:warning: override: reassigning to symbol MIPS_CPS_NS16550_SHIFT # make -s -j 32 ARCH=mips O=/kisskb/build/linux-next_allmodconfig_mips-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-linux- In file included from /kisskb/src/arch/mips/include/asm/atomic.h:23, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/cpumask.h:13, from /kisskb/src/include/linux/smp.h:13, from /kisskb/src/arch/mips/include/asm/cpu-type.h:12, from /kisskb/src/arch/mips/include/asm/timex.h:19, from /kisskb/src/include/linux/timex.h:67, from /kisskb/src/include/linux/time32.h:13, from /kisskb/src/include/linux/time.h:60, from /kisskb/src/include/linux/stat.h:19, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/fs/afs/callback.c:17: In function '__arch_xchg', inlined from '__afs_break_callback' at /kisskb/src/fs/afs/callback.c:82:6: /kisskb/src/arch/mips/include/asm/cmpxchg.h:83:11: error: call to '__xchg_called_with_bad_pointer' declared with attribute error: Bad argument size for xchg return __xchg_called_with_bad_pointer(); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[5]: *** [/kisskb/src/scripts/Makefile.build:243: fs/afs/callback.o] Error 1 make[4]: *** [/kisskb/src/scripts/Makefile.build:481: fs/afs] Error 2 make[4]: *** Waiting for unfinished jobs.... In file included from /kisskb/src/include/linux/string.h:296, 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/arch/mips/include/asm/cpu-type.h:12, from /kisskb/src/arch/mips/include/asm/timex.h:19, from /kisskb/src/include/linux/timex.h:67, from /kisskb/src/include/linux/time32.h:13, from /kisskb/src/include/linux/time.h:60, from /kisskb/src/include/linux/stat.h:19, from /kisskb/src/include/linux/module.h:13, 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:481: drivers/nvme/target] Error 2 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:481: drivers/nvme] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:481: fs] Error 2 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:481: drivers] Error 2 make[2]: *** [/kisskb/src/Makefile:1924: .] Error 2 make[1]: *** [/kisskb/src/Makefile:243: __sub-make] Error 2 make: *** [Makefile:243: __sub-make] Error 2 Command 'make -s -j 32 ARCH=mips O=/kisskb/build/linux-next_allmodconfig_mips-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/linux-next_allmodconfig_mips-gcc8 # Build took: 0:14:19.445662