# git gc # git rev-parse -q --verify 18aeb561e3fdbd385379d82b079c3dec1f57793e^{commit} # git fetch -q -n -f git://gitlab.ozlabs.ibm.com/mirror/linux-next.git master # git rev-parse -q --verify 18aeb561e3fdbd385379d82b079c3dec1f57793e^{commit} 18aeb561e3fdbd385379d82b079c3dec1f57793e # git checkout -q -f -B kisskb 18aeb561e3fdbd385379d82b079c3dec1f57793e # git clean -qxdf # < git log -1 # commit 18aeb561e3fdbd385379d82b079c3dec1f57793e # Author: Mark Brown # Date: Thu Aug 5 18:02:21 2021 +0100 # # Add linux-next specific files for 20210805 # # Signed-off-by: Mark Brown # < /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 18aeb561e3fdbd385379d82b079c3dec1f57793e # < make -s -j 32 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 # 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 32 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 32 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:7068:warning: override: reassigning to symbol MODULE_SIG .config:7070:warning: override: reassigning to symbol PPC64 .config:7073:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:7078:warning: override: reassigning to symbol UBSAN # make -s -j 32 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/soc/qcom/pdr_interface.c: In function 'pdr_restart_pd': /kisskb/src/drivers/soc/qcom/pdr_interface.c:572:9: warning: missing braces around initializer [-Wmissing-braces] struct servreg_restart_pd_req req = { 0 }; ^ /kisskb/src/drivers/soc/qcom/pdr_interface.c:572:9: warning: (near initialization for 'req.service_path') [-Wmissing-braces] /kisskb/src/kernel/user.c: In function 'free_user': /kisskb/src/kernel/user.c:141:28: error: 'struct user_struct' has no member named 'epoll_watches' percpu_counter_destroy(&up->epoll_watches); ^ In file included from /kisskb/src/include/linux/sched/user.h:7:0, from /kisskb/src/kernel/user.c:17: /kisskb/src/kernel/user.c: In function 'alloc_uid': /kisskb/src/kernel/user.c:189:31: error: 'struct user_struct' has no member named 'epoll_watches' if (percpu_counter_init(&new->epoll_watches, 0, GFP_KERNEL)) { ^ /kisskb/src/include/linux/percpu_counter.h:38:25: note: in definition of macro 'percpu_counter_init' __percpu_counter_init(fbc, value, gfp, &__key); \ ^ /kisskb/src/kernel/user.c:203:31: error: 'struct user_struct' has no member named 'epoll_watches' percpu_counter_destroy(&new->epoll_watches); ^ In file included from /kisskb/src/include/linux/sched/user.h:7:0, from /kisskb/src/kernel/user.c:17: /kisskb/src/kernel/user.c: In function 'uid_cache_init': /kisskb/src/kernel/user.c:225:36: error: 'struct user_struct' has no member named 'epoll_watches' if (percpu_counter_init(&root_user.epoll_watches, 0, GFP_KERNEL)) ^ /kisskb/src/include/linux/percpu_counter.h:38:25: note: in definition of macro 'percpu_counter_init' __percpu_counter_init(fbc, value, gfp, &__key); \ ^ make[2]: *** [/kisskb/src/scripts/Makefile.build:272: kernel/user.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1995: kernel] Error 2 make[1]: *** Waiting for unfinished jobs.... /kisskb/src/fs/btrfs/tree-checker.c: In function 'check_root_item': /kisskb/src/fs/btrfs/tree-checker.c:1089:9: warning: missing braces around initializer [-Wmissing-braces] struct btrfs_root_item ri = { 0 }; ^ /kisskb/src/fs/btrfs/tree-checker.c:1089:9: warning: (near initialization for 'ri.inode') [-Wmissing-braces] /kisskb/src/drivers/spi/spi-altera-dfl.c: In function 'dfl_spi_altera_probe': /kisskb/src/drivers/spi/spi-altera-dfl.c:126:9: warning: missing braces around initializer [-Wmissing-braces] struct spi_board_info board_info = { 0 }; ^ /kisskb/src/drivers/spi/spi-altera-dfl.c:126:9: warning: (near initialization for 'board_info.modalias') [-Wmissing-braces] /kisskb/src/drivers/virtio/virtio_vdpa.c: In function 'virtio_vdpa_setup_vq': /kisskb/src/drivers/virtio/virtio_vdpa.c:146:9: warning: missing braces around initializer [-Wmissing-braces] struct vdpa_vq_state state = {0}; ^ /kisskb/src/drivers/virtio/virtio_vdpa.c:146:9: warning: (near initialization for 'state.') [-Wmissing-braces] make: *** [Makefile:227: __sub-make] Error 2 Command 'make -s -j 32 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:06:16.906954