# git rev-parse -q --verify eb4f959b2697cea30cdaa0a7c351d7333f13f62c^{commit} eb4f959b2697cea30cdaa0a7c351d7333f13f62c already have revision, skipping fetch # git checkout -q -f -B kisskb eb4f959b2697cea30cdaa0a7c351d7333f13f62c # git clean -qxdf # < git log -1 # commit eb4f959b2697cea30cdaa0a7c351d7333f13f62c # Merge: 2f50037 9aa1692 # Author: Linus Torvalds # Date: Fri May 4 20:51:10 2018 -1000 # # Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma # # Pull rdma fixes from Doug Ledford: # "This is our first pull request of the rc cycle. It's not that it's # been overly quiet, we were just waiting on a few things before sending # this off. # # For instance, the 6 patch series from Intel for the hfi1 driver had # actually been pulled in on Tuesday for a Wednesday pull request, only # to have Jason notice something I missed, so we held off for some # testing, and then on Thursday had to respin the series because the # very first patch needed a minor fix (unnecessary cast is all). # # There is a sizable hns patch series in here, as well as a reasonably # largish hfi1 patch series, then all of the lines of uapi updates are # just the change to the new official Linux-OpenIB SPDX tag (a bunch of # our files had what amounts to a BSD-2-Clause + MIT Warranty statement # as their license as a result of the initial code submission years ago, # and the SPDX folks decided it was unique enough to warrant a unique # tag), then the typical mlx4 and mlx5 updates, and finally some cxgb4 # and core/cache/cma updates to round out the bunch. # # None of it was overly large by itself, but in the 2 1/2 weeks we've # been collecting patches, it has added up :-/. # # As best I can tell, it's been through 0day (I got a notice about my # last for-next push, but not for my for-rc push, but Jason seems to # think that failure messages are prioritized and success messages not # so much). It's also been through linux-next. And yes, we did notice in # the context portion of the CMA query gid fix patch that there is a # dubious BUG_ON() in the code, and have plans to audit our BUG_ON usage # and remove it anywhere we can. # # Summary: # # - Various build fixes (USER_ACCESS=m and ADDR_TRANS turned off) # # - SPDX license tag cleanups (new tag Linux-OpenIB) # # - RoCE GID fixes related to default GIDs # # - Various fixes to: cxgb4, uverbs, cma, iwpm, rxe, hns (big batch), # mlx4, mlx5, and hfi1 (medium batch)" # # * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma: (52 commits) # RDMA/cma: Do not query GID during QP state transition to RTR # IB/mlx4: Fix integer overflow when calculating optimal MTT size # IB/hfi1: Fix memory leak in exception path in get_irq_affinity() # IB/{hfi1, rdmavt}: Fix memory leak in hfi1_alloc_devdata() upon failure # IB/hfi1: Fix NULL pointer dereference when invalid num_vls is used # IB/hfi1: Fix loss of BECN with AHG # IB/hfi1 Use correct type for num_user_context # IB/hfi1: Fix handling of FECN marked multicast packet # IB/core: Make ib_mad_client_id atomic # iw_cxgb4: Atomically flush per QP HW CQEs # IB/uverbs: Fix kernel crash during MR deregistration flow # IB/uverbs: Prevent reregistration of DM_MR to regular MR # RDMA/mlx4: Add missed RSS hash inner header flag # RDMA/hns: Fix a couple misspellings # RDMA/hns: Submit bad wr # RDMA/hns: Update assignment method for owner field of send wqe # RDMA/hns: Adjust the order of cleanup hem table # RDMA/hns: Only assign dqpn if IB_QP_PATH_DEST_QPN bit is set # RDMA/hns: Remove some unnecessary attr_mask judgement # RDMA/hns: Only assign mtu if IB_QP_PATH_MTU bit is set # ... # < /opt/cross/kisskb/br-xtensa-full-2016.08-613-ge98b4dd/bin/xtensa-linux-gcc --version # < git log --format=%s --max-count=1 eb4f959b2697cea30cdaa0a7c351d7333f13f62c # < make -s -j 120 ARCH=xtensa O=/kisskb/build/linus_xtensa-allmodconfig_xtensa CROSS_COMPILE=/opt/cross/kisskb/br-xtensa-full-2016.08-613-ge98b4dd/bin/xtensa-linux- allmodconfig drivers/staging/mt7621-dts/Kconfig:4:warning: 'BUILTIN_DTB' has wrong type. 'select' only accept arguments of bool and tristate type # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # yes \n | make -s -j 120 ARCH=xtensa O=/kisskb/build/linus_xtensa-allmodconfig_xtensa CROSS_COMPILE=/opt/cross/kisskb/br-xtensa-full-2016.08-613-ge98b4dd/bin/xtensa-linux- oldconfig yes: standard output: Broken pipe yes: write error # make -s -j 120 ARCH=xtensa O=/kisskb/build/linus_xtensa-allmodconfig_xtensa CROSS_COMPILE=/opt/cross/kisskb/br-xtensa-full-2016.08-613-ge98b4dd/bin/xtensa-linux- drivers/staging/mt7621-dts/Kconfig:4:warning: 'BUILTIN_DTB' has wrong type. 'select' only accept arguments of bool and tristate type CONFIG_CC_STACKPROTECTOR_AUTO: Compiler does not support any known stack-protector /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_unseal_trusted': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:730:2: warning: 'blob_handle' may be used uninitialized in this function [-Wmaybe-uninitialized] tpm2_flush_context_cmd(chip, blob_handle, TPM_TRANSMIT_UNLOCKED); ^ In file included from /kisskb/src/arch/xtensa/include/asm/atomic.h:21:0, from /kisskb/src/include/linux/atomic.h:5, from /kisskb/src/include/linux/debug_locks.h:6, from /kisskb/src/include/linux/lockdep.h:28, from /kisskb/src/include/linux/spinlock_types.h:18, from /kisskb/src/include/linux/spinlock.h:82, from /kisskb/src/include/linux/wait.h:9, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/ocfs2/file.c:27: /kisskb/src/fs/ocfs2/file.c: In function 'ocfs2_file_write_iter': /kisskb/src/arch/xtensa/include/asm/cmpxchg.h:139:3: warning: value computed is not used [-Wunused-value] ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) ^ /kisskb/src/fs/ocfs2/file.c:2386:3: note: in expansion of macro 'xchg' xchg(&iocb->ki_complete, saved_ki_complete); ^ /kisskb/src/drivers/input/joystick/analog.c:176:2: warning: #warning Precise timer not defined for this architecture. [-Wcpp] #warning Precise timer not defined for this architecture. ^ /kisskb/src/drivers/clk/clk-cs2000-cp.c:544:12: warning: 'cs2000_resume' defined but not used [-Wunused-function] static int cs2000_resume(struct device *dev) ^ In file included from /kisskb/src/include/linux/mlx5/port.h:36:0, from /kisskb/src/drivers/infiniband/hw/mlx5/main.c:52: /kisskb/src/include/linux/mlx5/driver.h: In function 'mlx5_get_vector_affinity_hint': /kisskb/src/include/linux/mlx5/driver.h:1299:13: error: 'struct irq_desc' has no member named 'affinity_hint' return desc->affinity_hint; ^ /kisskb/src/include/linux/mlx5/driver.h:1300:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ /kisskb/src/scripts/Makefile.build:312: recipe for target 'drivers/infiniband/hw/mlx5/main.o' failed make[5]: *** [drivers/infiniband/hw/mlx5/main.o] Error 1 /kisskb/src/scripts/Makefile.build:559: recipe for target 'drivers/infiniband/hw/mlx5' failed make[4]: *** [drivers/infiniband/hw/mlx5] Error 2 make[4]: *** Waiting for unfinished jobs.... /kisskb/src/scripts/Makefile.build:559: recipe for target 'drivers/infiniband/hw' failed make[3]: *** [drivers/infiniband/hw] Error 2 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/lib/test_kasan.c: In function 'use_after_scope_test': /kisskb/src/lib/test_kasan.c:504:1: warning: the frame size of 1040 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ /kisskb/src/scripts/Makefile.build:559: recipe for target 'drivers/infiniband' failed make[2]: *** [drivers/infiniband] Error 2 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/net/usb/rtl8150.c:30:0: warning: "RSR" redefined #define RSR 0x0133 ^ In file included from /kisskb/src/arch/xtensa/include/asm/bitops.h:22:0, from /kisskb/src/include/linux/bitops.h:38, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/asm-generic/bug.h:18, from ./arch/xtensa/include/generated/asm/bug.h:1, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/signal.h:5, from /kisskb/src/drivers/net/usb/rtl8150.c:9: /kisskb/src/arch/xtensa/include/asm/processor.h:221:0: note: this is the location of the previous definition #define RSR(v,sr) __asm__ __volatile__ ("rsr %0,"__stringify(sr) : "=a"(v)); ^ In file included from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/main.c:43:0: /kisskb/src/include/linux/mlx5/driver.h: In function 'mlx5_get_vector_affinity_hint': /kisskb/src/include/linux/mlx5/driver.h:1299:13: error: 'struct irq_desc' has no member named 'affinity_hint' return desc->affinity_hint; ^ In file included from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/fw.c:33:0: /kisskb/src/include/linux/mlx5/driver.h: In function 'mlx5_get_vector_affinity_hint': /kisskb/src/include/linux/mlx5/driver.h:1299:13: error: 'struct irq_desc' has no member named 'affinity_hint' return desc->affinity_hint; ^ In file included from /kisskb/src/include/linux/mlx5/qp.h:37:0, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/debugfs.c:35: /kisskb/src/include/linux/mlx5/driver.h: In function 'mlx5_get_vector_affinity_hint': /kisskb/src/include/linux/mlx5/driver.h:1299:13: error: 'struct irq_desc' has no member named 'affinity_hint' return desc->affinity_hint; ^ In file included from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/uar.c:36:0: /kisskb/src/include/linux/mlx5/driver.h: In function 'mlx5_get_vector_affinity_hint': /kisskb/src/include/linux/mlx5/driver.h:1299:13: error: 'struct irq_desc' has no member named 'affinity_hint' return desc->affinity_hint; ^ /kisskb/src/scripts/Makefile.build:312: recipe for target 'drivers/net/ethernet/mellanox/mlx5/core/main.o' failed make[6]: *** [drivers/net/ethernet/mellanox/mlx5/core/main.o] Error 1 make[6]: *** Waiting for unfinished jobs.... /kisskb/src/scripts/Makefile.build:312: recipe for target 'drivers/net/ethernet/mellanox/mlx5/core/debugfs.o' failed make[6]: *** [drivers/net/ethernet/mellanox/mlx5/core/debugfs.o] Error 1 /kisskb/src/scripts/Makefile.build:312: recipe for target 'drivers/net/ethernet/mellanox/mlx5/core/fw.o' failed make[6]: *** [drivers/net/ethernet/mellanox/mlx5/core/fw.o] Error 1 In file included from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/eq.c:35:0: /kisskb/src/include/linux/mlx5/driver.h: In function 'mlx5_get_vector_affinity_hint': /kisskb/src/include/linux/mlx5/driver.h:1299:13: error: 'struct irq_desc' has no member named 'affinity_hint' return desc->affinity_hint; ^ /kisskb/src/scripts/Makefile.build:312: recipe for target 'drivers/net/ethernet/mellanox/mlx5/core/uar.o' failed make[6]: *** [drivers/net/ethernet/mellanox/mlx5/core/uar.o] Error 1 In file included from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/cmd.c:42:0: /kisskb/src/include/linux/mlx5/driver.h: In function 'mlx5_get_vector_affinity_hint': /kisskb/src/include/linux/mlx5/driver.h:1299:13: error: 'struct irq_desc' has no member named 'affinity_hint' return desc->affinity_hint; ^ /kisskb/src/scripts/Makefile.build:312: recipe for target 'drivers/net/ethernet/mellanox/mlx5/core/eq.o' failed make[6]: *** [drivers/net/ethernet/mellanox/mlx5/core/eq.o] Error 1 /kisskb/src/scripts/Makefile.build:312: recipe for target 'drivers/net/ethernet/mellanox/mlx5/core/cmd.o' failed make[6]: *** [drivers/net/ethernet/mellanox/mlx5/core/cmd.o] Error 1 /kisskb/src/scripts/Makefile.build:559: recipe for target 'drivers/net/ethernet/mellanox/mlx5/core' failed make[5]: *** [drivers/net/ethernet/mellanox/mlx5/core] Error 2 make[5]: *** Waiting for unfinished jobs.... In file included from /kisskb/src/arch/xtensa/include/asm/atomic.h:21:0, from /kisskb/src/include/linux/atomic.h:5, from /kisskb/src/include/linux/debug_locks.h:6, from /kisskb/src/include/linux/lockdep.h:28, from /kisskb/src/include/linux/spinlock_types.h:18, from /kisskb/src/include/linux/spinlock.h:82, from /kisskb/src/include/linux/seqlock.h:36, from /kisskb/src/include/linux/time.h:6, from /kisskb/src/include/linux/stat.h:19, from /kisskb/src/include/linux/module.h:10, from /kisskb/src/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c:30: /kisskb/src/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c: In function 'ixgbe_xdp_setup': /kisskb/src/arch/xtensa/include/asm/cmpxchg.h:139:3: warning: value computed is not used [-Wunused-value] ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) ^ /kisskb/src/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c:9973:4: note: in expansion of macro 'xchg' xchg(&adapter->rx_ring[i]->xdp_prog, adapter->xdp_prog); ^ In file included from /kisskb/src/arch/xtensa/include/asm/atomic.h:21:0, from /kisskb/src/include/linux/atomic.h:5, from /kisskb/src/include/linux/debug_locks.h:6, from /kisskb/src/include/linux/lockdep.h:28, from /kisskb/src/include/linux/spinlock_types.h:18, from /kisskb/src/include/linux/spinlock.h:82, from /kisskb/src/include/linux/seqlock.h:36, from /kisskb/src/include/linux/time.h:6, from /kisskb/src/include/linux/stat.h:19, from /kisskb/src/include/linux/module.h:10, from /kisskb/src/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c:35: /kisskb/src/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c: In function 'ixgbevf_xdp_setup': /kisskb/src/arch/xtensa/include/asm/cmpxchg.h:139:3: warning: value computed is not used [-Wunused-value] ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) ^ /kisskb/src/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c:4446:4: note: in expansion of macro 'xchg' xchg(&adapter->rx_ring[i]->xdp_prog, adapter->xdp_prog); ^ /kisskb/src/scripts/Makefile.build:559: recipe for target 'drivers/net/ethernet/mellanox' failed make[4]: *** [drivers/net/ethernet/mellanox] Error 2 make[4]: *** Waiting for unfinished jobs.... /kisskb/src/scripts/Makefile.build:559: recipe for target 'drivers/net/ethernet' failed make[3]: *** [drivers/net/ethernet] Error 2 /kisskb/src/scripts/Makefile.build:559: recipe for target 'drivers/net' failed make[2]: *** [drivers/net] Error 2 /kisskb/src/Makefile:1060: recipe for target 'drivers' failed make[1]: *** [drivers] Error 2 Makefile:146: recipe for target 'sub-make' failed make: *** [sub-make] Error 2 Command 'make -s -j 120 ARCH=xtensa O=/kisskb/build/linus_xtensa-allmodconfig_xtensa CROSS_COMPILE=/opt/cross/kisskb/br-xtensa-full-2016.08-613-ge98b4dd/bin/xtensa-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_xtensa-allmodconfig_xtensa # Build took: 0:02:09.390505