# git rev-parse -q --verify bb7a2467e6beef44a80a17d45ebf2931e7631083^{commit} bb7a2467e6beef44a80a17d45ebf2931e7631083 already have revision, skipping fetch # git checkout -q -f -B kisskb bb7a2467e6beef44a80a17d45ebf2931e7631083 # git clean -qxdf # < git log -1 # commit bb7a2467e6beef44a80a17d45ebf2931e7631083 # Author: Stephen Rothwell # Date: Fri Apr 26 17:17:09 2024 +1000 # # Add linux-next specific files for 20240426 # # Signed-off-by: Stephen Rothwell # < /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 bb7a2467e6beef44a80a17d45ebf2931e7631083 # make -s -j 40 ARCH=s390 O=/kisskb/build/linux-next_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/linux-next_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/linux-next_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/linux-next_allmodconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/s390-linux/bin/s390-linux- /kisskb/src/arch/s390/kernel/os_info.c: In function 'os_info_init': /kisskb/src/arch/s390/kernel/os_info.c:62:15: error: array subscript 10 is above array bounds of 'struct os_info_entry[10]' [-Werror=array-bounds] os_info.entry[nr].val = value; ~~~~~~~~~~~~~^~~~ /kisskb/src/arch/s390/kernel/os_info.c:63:15: error: array subscript 10 is above array bounds of 'struct os_info_entry[10]' [-Werror=array-bounds] os_info.entry[nr].size = 0; ~~~~~~~~~~~~~^~~~ /kisskb/src/arch/s390/kernel/os_info.c:64:15: error: array subscript 10 is above array bounds of 'struct os_info_entry[10]' [-Werror=array-bounds] os_info.entry[nr].csum = 0; ~~~~~~~~~~~~~^~~~ /kisskb/src/arch/s390/kernel/os_info.c:62:15: error: array subscript 11 is above array bounds of 'struct os_info_entry[10]' [-Werror=array-bounds] os_info.entry[nr].val = value; ~~~~~~~~~~~~~^~~~ /kisskb/src/arch/s390/kernel/os_info.c:63:15: error: array subscript 11 is above array bounds of 'struct os_info_entry[10]' [-Werror=array-bounds] os_info.entry[nr].size = 0; ~~~~~~~~~~~~~^~~~ /kisskb/src/arch/s390/kernel/os_info.c:64:15: error: array subscript 11 is above array bounds of 'struct os_info_entry[10]' [-Werror=array-bounds] os_info.entry[nr].csum = 0; ~~~~~~~~~~~~~^~~~ /kisskb/src/arch/s390/kernel/os_info.c:62:15: error: array subscript 12 is above array bounds of 'struct os_info_entry[10]' [-Werror=array-bounds] os_info.entry[nr].val = value; ~~~~~~~~~~~~~^~~~ /kisskb/src/arch/s390/kernel/os_info.c:63:15: error: array subscript 12 is above array bounds of 'struct os_info_entry[10]' [-Werror=array-bounds] os_info.entry[nr].size = 0; ~~~~~~~~~~~~~^~~~ /kisskb/src/arch/s390/kernel/os_info.c:64:15: error: array subscript 12 is above array bounds of 'struct os_info_entry[10]' [-Werror=array-bounds] os_info.entry[nr].csum = 0; ~~~~~~~~~~~~~^~~~ cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:244: arch/s390/kernel/os_info.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:485: arch/s390/kernel] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:485: arch/s390] Error 2 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/clk/imx/clk-imx8mp-audiomix.c:363:12: error: 'clk_imx8mp_audiomix_runtime_resume' defined but not used [-Werror=unused-function] static int clk_imx8mp_audiomix_runtime_resume(struct device *dev) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/imx/clk-imx8mp-audiomix.c:356:12: error: 'clk_imx8mp_audiomix_runtime_suspend' defined but not used [-Werror=unused-function] static int clk_imx8mp_audiomix_runtime_suspend(struct device *dev) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[6]: *** [/kisskb/src/scripts/Makefile.build:244: drivers/clk/imx/clk-imx8mp-audiomix.o] Error 1 make[5]: *** [/kisskb/src/scripts/Makefile.build:485: drivers/clk/imx] Error 2 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:485: drivers/clk] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:485: drivers] Error 2 make[2]: *** [/kisskb/src/Makefile:1924: .] Error 2 make[1]: *** [/kisskb/src/Makefile:240: __sub-make] Error 2 make: *** [Makefile:240: __sub-make] Error 2 Command 'make -s -j 40 ARCH=s390 O=/kisskb/build/linux-next_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/linux-next_allmodconfig_s390x-gcc8 # Build took: 0:06:54.491108