# git rev-parse -q --verify a8dba0531bc0ba8b65e77a4a858da4b6eeaa1b92^{commit} a8dba0531bc0ba8b65e77a4a858da4b6eeaa1b92 already have revision, skipping fetch # git checkout -q -f -B kisskb a8dba0531bc0ba8b65e77a4a858da4b6eeaa1b92 # git clean -qxdf # < git log -1 # commit a8dba0531bc0ba8b65e77a4a858da4b6eeaa1b92 # Merge: e83b009c5c36 2c8ccb37b08f # Author: Linus Torvalds # Date: Wed Aug 14 11:10:38 2019 -0700 # # Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma # # Pull rdma fixes from Doug Ledford: # "Fairly small pull request for -rc3. I'm out of town the rest of this # week, so I made sure to clean out as much as possible from patchworks # in enough time for 0-day to chew through it (Yay! for 0-day being back # online! :-)). Jason might send through any emergency stuff that could # pop up, otherwise I'm back next week. # # The only real thing of note is the siw ABI change. Since we just # merged siw *this* release, there are no prior kernel releases to # maintain kernel ABI with. I told Bernard that if there is anything # else about the siw ABI he thinks he might want to change before it # goes set in stone, he should get it in ASAP. The siw module was around # for several years outside the kernel tree, and it had to be revamped # considerably for inclusion upstream, so we are making no attempts to # be backward compatible with the out of tree version. Once 5.3 is # actually released, we will have our baseline ABI to maintain. # # Summary: # # - Fix a memory registration release flow issue that was causing a # WARN_ON (mlx5) # # - If the counters for a port aren't allocated, then we can't do # operations on the non-existent counters (core) # # - Check the right variable for error code result (mlx5) # # - Fix a use after free issue (mlx5) # # - Fix an off by one memory leak (siw) # # - Actually return an error code on error (core) # # - Allow siw to be built on 32bit arches (siw, ABI change, but OK # since siw was just merged this merge window and there is no prior # released kernel to maintain compatibility with and we also updated # the rdma-core user space package to match)" # # * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma: # RDMA/siw: Change CQ flags from 64->32 bits # RDMA/core: Fix error code in stat_get_doit_qp() # RDMA/siw: Fix a memory leak in siw_init_cpulist() # IB/mlx5: Fix use-after-free error while accessing ev_file pointer # IB/mlx5: Check the correct variable in error handling code # RDMA/counter: Prevent QP counter binding if counters unsupported # IB/mlx5: Fix implicit MR release flow # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 a8dba0531bc0ba8b65e77a4a858da4b6eeaa1b92 # < make -s -j 24 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- randconfig KCONFIG_SEED=0xB69E344C # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # yes \n | make -s -j 24 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- oldconfig yes: standard output: Broken pipe # make -s -j 24 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- /kisskb/src/drivers/dma/imx-dma.c: In function 'imxdma_xfer_desc': /kisskb/src/drivers/dma/imx-dma.c:542:6: warning: this statement may fall through [-Wimplicit-fallthrough=] if (slot == IMX_DMA_2D_SLOT_A) { ^ /kisskb/src/drivers/dma/imx-dma.c:559:2: note: here case IMXDMA_DESC_MEMCPY: ^~~~ /kisskb/src/drivers/mfd/rk808.c:752:12: warning: 'rk8xx_resume' defined but not used [-Wunused-function] static int rk8xx_resume(struct device *dev) ^~~~~~~~~~~~ /kisskb/src/drivers/mfd/rk808.c:732:12: warning: 'rk8xx_suspend' defined but not used [-Wunused-function] static int rk8xx_suspend(struct device *dev) ^~~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/qcom/pinctrl-spmi-gpio.c: In function 'pmic_gpio_populate': /kisskb/src/drivers/pinctrl/qcom/pinctrl-spmi-gpio.c:815:20: warning: this statement may fall through [-Wimplicit-fallthrough=] pad->have_buffer = true; ~~~~~~~~~~~~~~~~~^~~~~~ /kisskb/src/drivers/pinctrl/qcom/pinctrl-spmi-gpio.c:816:2: note: here case PMIC_GPIO_SUBTYPE_GPIOC_4CH: ^~~~ /kisskb/src/drivers/pinctrl/qcom/pinctrl-spmi-gpio.c:820:20: warning: this statement may fall through [-Wimplicit-fallthrough=] pad->have_buffer = true; ~~~~~~~~~~~~~~~~~^~~~~~ /kisskb/src/drivers/pinctrl/qcom/pinctrl-spmi-gpio.c:821:2: note: here case PMIC_GPIO_SUBTYPE_GPIOC_8CH: ^~~~ Completed OK # rm -rf /kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 # Build took: 0:03:04.719156