# 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/s390-linux/bin/s390-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux-ld --version # < git log --format=%s --max-count=1 a8dba0531bc0ba8b65e77a4a858da4b6eeaa1b92 # < make -s -j 80 ARCH=s390 O=/kisskb/build/linus_s390-defconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- defconfig # make -s -j 80 ARCH=s390 O=/kisskb/build/linus_s390-defconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- In file included from /kisskb/src/include/linux/kernel.h:15, from /kisskb/src/arch/s390/include/asm/bug.h:5, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/scatterlist.h:7, from /kisskb/src/drivers/scsi/libsas/sas_discover.c:9: /kisskb/src/drivers/scsi/libsas/sas_discover.c: In function 'sas_discover_domain': /kisskb/src/include/linux/printk.h:309:2: warning: this statement may fall through [-Wimplicit-fallthrough=] printk(KERN_NOTICE pr_fmt(fmt), ##__VA_ARGS__) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_discover.c:459:3: note: in expansion of macro 'pr_notice' pr_notice("ATA device seen but CONFIG_SCSI_SAS_ATA=N so cannot attach\n"); ^~~~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_discover.c:462:2: note: here default: ^~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/setup.c: In function 'mlx5e_open_xsk': /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/setup.c:127:1: warning: the frame size of 1312 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ Completed OK # rm -rf /kisskb/build/linus_s390-defconfig_s390x-gcc8 # Build took: 0:04:28.008793