# git rev-parse -q --verify d76886972823ce456c0c61cd2284e85668e2131e^{commit} d76886972823ce456c0c61cd2284e85668e2131e already have revision, skipping fetch # git checkout -q -f -B kisskb d76886972823ce456c0c61cd2284e85668e2131e # git clean -qxdf # < git log -1 # commit d76886972823ce456c0c61cd2284e85668e2131e # Merge: 0e45384ceccc f295e4cece5c # Author: Linus Torvalds # Date: Wed Nov 27 10:17:28 2019 -0800 # # Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma # # Pull rdma updates from Jason Gunthorpe: # "Again another fairly quiet cycle with few notable core code changes # and the usual variety of driver bug fixes and small improvements. # # - Various driver updates and bug fixes for siw, bnxt_re, hns, qedr, # iw_cxgb4, vmw_pvrdma, mlx5 # # - Improvements in SRPT from working with iWarp # # - SRIOV VF support for bnxt_re # # - Skeleton kernel-doc files for drivers/infiniband # # - User visible counters for events related to ODP # # - Common code for tracking of mmap lifetimes so that drivers can link # HW object liftime to a VMA # # - ODP bug fixes and rework # # - RDMA READ support for efa # # - Removal of the very old cxgb3 driver" # # * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma: (168 commits) # RDMA/hns: Delete unnecessary callback functions for cq # RDMA/hns: Rename the functions used inside creating cq # RDMA/hns: Redefine the member of hns_roce_cq struct # RDMA/hns: Redefine interfaces used in creating cq # RDMA/efa: Expose RDMA read related attributes # RDMA/efa: Support remote read access in MR registration # RDMA/efa: Store network attributes in device attributes # IB/hfi1: remove redundant assignment to variable ret # RDMA/bnxt_re: Fix missing le16_to_cpu # RDMA/bnxt_re: Fix stat push into dma buffer on gen p5 devices # RDMA/bnxt_re: Fix chip number validation Broadcom's Gen P5 series # RDMA/bnxt_re: Fix Kconfig indentation # IB/mlx5: Implement callbacks for getting VFs GUID attributes # IB/ipoib: Add ndo operation for getting VFs GUID attributes # IB/core: Add interfaces to get VF node and port GUIDs # net/core: Add support for getting VF GUIDs # RDMA/qedr: Fix null-pointer dereference when calling rdma_user_mmap_get_offset # RDMA/cm: Use refcount_t type for refcount variable # IB/mlx5: Support extended number of strides for Striding RQ # IB/mlx4: Update HW GID table while adding vlan GID # ... # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 d76886972823ce456c0c61cd2284e85668e2131e # < make -s -j 24 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig KCONFIG_SEED=0xEAF57FAF # 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 # yes \n | make -s -j 24 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- oldconfig yes: standard output: Broken pipe # make -s -j 24 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- In file included from /kisskb/src/arch/powerpc/xmon/xmon.c:63: /kisskb/src/arch/powerpc/xmon/dis-asm.h: In function 'print_insn_powerpc': /kisskb/src/arch/powerpc/xmon/dis-asm.h:16:13: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=] printf("%.8x", insn); ~~~^ ~~~~ %.8lx /kisskb/src/arch/powerpc/xmon/dis-asm.h: In function 'print_insn_spu': /kisskb/src/arch/powerpc/xmon/dis-asm.h:22:13: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=] printf("%.8x", insn); ~~~^ ~~~~ %.8lx /kisskb/src/kernel/bpf/btf.c:3466:1: error: empty enum is invalid }; ^ make[3]: *** [/kisskb/src/scripts/Makefile.build:266: kernel/bpf/btf.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:509: kernel/bpf] Error 2 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/arch/powerpc/kernel/eeh.c:1769:12: warning: 'proc_eeh_show' defined but not used [-Wunused-function] static int proc_eeh_show(struct seq_file *m, void *v) ^~~~~~~~~~~~~ make[1]: *** [/kisskb/src/Makefile:1652: kernel] Error 2 make[1]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'refresh_frequency_limits': /kisskb/src/drivers/cpufreq/cpufreq.c:1125:1: warning: the frame size of 1264 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'store_scaling_governor': /kisskb/src/drivers/cpufreq/cpufreq.c:792:1: warning: the frame size of 1280 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'cpufreq_init_policy': /kisskb/src/drivers/cpufreq/cpufreq.c:1090:1: warning: the frame size of 1264 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ /kisskb/src/drivers/cpufreq/powernv-cpufreq.c: In function 'powernv_cpufreq_reboot_notifier': /kisskb/src/drivers/cpufreq/powernv-cpufreq.c:896:1: warning: the frame size of 1264 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ /kisskb/src/drivers/cpufreq/powernv-cpufreq.c: In function 'powernv_cpufreq_work_fn': /kisskb/src/drivers/cpufreq/powernv-cpufreq.c:928:1: warning: the frame size of 1280 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ /kisskb/src/lib/test_objagg.c: In function 'test_hints_case.constprop': /kisskb/src/lib/test_objagg.c:994:1: warning: the frame size of 1056 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ /kisskb/src/drivers/usb/misc/usbtest.c: In function 'test_queue': /kisskb/src/drivers/usb/misc/usbtest.c:2148:1: warning: the frame size of 1264 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ make: *** [Makefile:179: sub-make] Error 2 Command 'make -s -j 24 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc8 # Build took: 0:04:19.305906