# git rev-parse -q --verify 52a0bcb60e40f30211cb5cbbb0f582ec4e91d896^{commit} 52a0bcb60e40f30211cb5cbbb0f582ec4e91d896 already have revision, skipping fetch # git checkout -q -f -B kisskb 52a0bcb60e40f30211cb5cbbb0f582ec4e91d896 # git clean -qxdf # < git log -1 # commit 52a0bcb60e40f30211cb5cbbb0f582ec4e91d896 # Author: Stephen Rothwell # Date: Mon Feb 15 20:29:14 2021 +1100 # # Add linux-next specific files for 20210215 # # Signed-off-by: Stephen Rothwell # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 52a0bcb60e40f30211cb5cbbb0f582ec4e91d896 # < make -s -j 120 ARCH=powerpc O=/kisskb/build/linux-next-rand_powerpc-randconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig KCONFIG_SEED=0xF313DFAE # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_CPU_BIG_ENDIAN=y # Added to kconfig CONFIG_PPC64=y # Added to kconfig CONFIG_PPC_DISABLE_WERROR=y # Added to kconfig CONFIG_SECTION_MISMATCH_WARN_ONLY=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_CC_STACKPROTECTOR_STRONG=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_LD_HEAD_STUB_CATCH=y # Added to kconfig CONFIG_TRIM_UNUSED_KSYMS=n # Added to kconfig CONFIG_UBSAN=n # < make -s -j 120 ARCH=powerpc O=/kisskb/build/linux-next-rand_powerpc-randconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 120 ARCH=powerpc O=/kisskb/build/linux-next-rand_powerpc-randconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:5067:warning: override: reassigning to symbol SECTION_MISMATCH_WARN_ONLY .config:5068:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:5073:warning: override: reassigning to symbol UBSAN # make -s -j 120 ARCH=powerpc O=/kisskb/build/linux-next-rand_powerpc-randconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/drivers/clk/xilinx/xlnx_vcu.c: In function 'xvcu_register_clock_provider': /kisskb/src/drivers/clk/xilinx/xlnx_vcu.c:524:9: warning: missing braces around initializer [-Wmissing-braces] struct clk_parent_data parent_data[2] = { 0 }; ^ /kisskb/src/drivers/clk/xilinx/xlnx_vcu.c:524:9: warning: (near initialization for 'parent_data[0]') [-Wmissing-braces] /kisskb/src/drivers/crypto/sa2ul.c: In function 'sa_aes_cbc_setkey': /kisskb/src/drivers/crypto/sa2ul.c:932:9: warning: missing braces around initializer [-Wmissing-braces] struct algo_data ad = { 0 }; ^ /kisskb/src/drivers/crypto/sa2ul.c:932:9: warning: (near initialization for 'ad.enc_eng') [-Wmissing-braces] /kisskb/src/drivers/crypto/sa2ul.c: In function 'sa_aes_ecb_setkey': /kisskb/src/drivers/crypto/sa2ul.c:952:9: warning: missing braces around initializer [-Wmissing-braces] struct algo_data ad = { 0 }; ^ /kisskb/src/drivers/crypto/sa2ul.c:952:9: warning: (near initialization for 'ad.enc_eng') [-Wmissing-braces] /kisskb/src/drivers/crypto/sa2ul.c: In function 'sa_3des_cbc_setkey': /kisskb/src/drivers/crypto/sa2ul.c:970:9: warning: missing braces around initializer [-Wmissing-braces] struct algo_data ad = { 0 }; ^ /kisskb/src/drivers/crypto/sa2ul.c:970:9: warning: (near initialization for 'ad.enc_eng') [-Wmissing-braces] /kisskb/src/drivers/crypto/sa2ul.c: In function 'sa_3des_ecb_setkey': /kisskb/src/drivers/crypto/sa2ul.c:984:9: warning: missing braces around initializer [-Wmissing-braces] struct algo_data ad = { 0 }; ^ /kisskb/src/drivers/crypto/sa2ul.c:984:9: warning: (near initialization for 'ad.enc_eng') [-Wmissing-braces] /kisskb/src/drivers/crypto/sa2ul.c: In function 'sa_sha1_cra_init': /kisskb/src/drivers/crypto/sa2ul.c:1606:9: warning: missing braces around initializer [-Wmissing-braces] struct algo_data ad = { 0 }; ^ /kisskb/src/drivers/crypto/sa2ul.c:1606:9: warning: (near initialization for 'ad.enc_eng') [-Wmissing-braces] /kisskb/src/drivers/crypto/sa2ul.c: In function 'sa_sha256_cra_init': /kisskb/src/drivers/crypto/sa2ul.c:1622:9: warning: missing braces around initializer [-Wmissing-braces] struct algo_data ad = { 0 }; ^ /kisskb/src/drivers/crypto/sa2ul.c:1622:9: warning: (near initialization for 'ad.enc_eng') [-Wmissing-braces] /kisskb/src/drivers/crypto/sa2ul.c: In function 'sa_sha512_cra_init': /kisskb/src/drivers/crypto/sa2ul.c:1638:9: warning: missing braces around initializer [-Wmissing-braces] struct algo_data ad = { 0 }; ^ /kisskb/src/drivers/crypto/sa2ul.c:1638:9: warning: (near initialization for 'ad.enc_eng') [-Wmissing-braces] /kisskb/src/drivers/crypto/sa2ul.c: In function 'sa_aead_cbc_sha1_setkey': /kisskb/src/drivers/crypto/sa2ul.c:1867:9: warning: missing braces around initializer [-Wmissing-braces] struct algo_data ad = { 0 }; ^ /kisskb/src/drivers/crypto/sa2ul.c:1867:9: warning: (near initialization for 'ad.enc_eng') [-Wmissing-braces] /kisskb/src/drivers/crypto/sa2ul.c: In function 'sa_aead_cbc_sha256_setkey': /kisskb/src/drivers/crypto/sa2ul.c:1880:9: warning: missing braces around initializer [-Wmissing-braces] struct algo_data ad = { 0 }; ^ /kisskb/src/drivers/crypto/sa2ul.c:1880:9: warning: (near initialization for 'ad.enc_eng') [-Wmissing-braces] arch/powerpc/../../virt/kvm/vfio.o: In function `.kvm_vfio_update_coherency.isra.10': vfio.c:(.text.kvm_vfio_update_coherency.isra.10+0x2e): relocation truncated to fit: R_PPC64_TOC16_HA against undefined symbol `vfio_external_check_extension' arch/powerpc/../../virt/kvm/vfio.o: In function `.kvm_vfio_destroy': vfio.c:(.text.kvm_vfio_destroy+0x6): relocation truncated to fit: R_PPC64_TOC16_HA against undefined symbol `vfio_group_set_kvm' vfio.c:(.text.kvm_vfio_destroy+0x3a): relocation truncated to fit: R_PPC64_TOC16_HA against undefined symbol `vfio_group_put_external_user' arch/powerpc/../../virt/kvm/vfio.o: In function `.kvm_vfio_set_attr': vfio.c:(.text.kvm_vfio_set_attr+0xaa): relocation truncated to fit: R_PPC64_TOC16_HA against undefined symbol `vfio_group_get_external_user' vfio.c:(.text.kvm_vfio_set_attr+0x126): relocation truncated to fit: R_PPC64_TOC16_HA against undefined symbol `vfio_group_put_external_user' vfio.c:(.text.kvm_vfio_set_attr+0x176): relocation truncated to fit: R_PPC64_TOC16_HA against undefined symbol `vfio_group_put_external_user' vfio.c:(.text.kvm_vfio_set_attr+0x1be): relocation truncated to fit: R_PPC64_TOC16_HA against undefined symbol `vfio_group_set_kvm' vfio.c:(.text.kvm_vfio_set_attr+0x256): relocation truncated to fit: R_PPC64_TOC16_HA against undefined symbol `vfio_external_group_match_file' vfio.c:(.text.kvm_vfio_set_attr+0x2d2): relocation truncated to fit: R_PPC64_TOC16_HA against undefined symbol `vfio_group_set_kvm' vfio.c:(.text.kvm_vfio_set_attr+0x2ee): relocation truncated to fit: R_PPC64_TOC16_HA against undefined symbol `vfio_group_put_external_user' make[1]: *** [/kisskb/src/Makefile:1190: vmlinux] Error 1 make: *** [Makefile:185: __sub-make] Error 2 Command 'make -s -j 120 ARCH=powerpc O=/kisskb/build/linux-next-rand_powerpc-randconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linux-next-rand_powerpc-randconfig_powerpc-gcc4.9 # Build took: 0:01:27.832968