# git rev-parse -q --verify 121bddf39a8e39baf0df9ef1d688392c179935cd^{commit} 121bddf39a8e39baf0df9ef1d688392c179935cd already have revision, skipping fetch # git checkout -q -f -B kisskb 121bddf39a8e39baf0df9ef1d688392c179935cd # git clean -qxdf # < git log -1 # commit 121bddf39a8e39baf0df9ef1d688392c179935cd # Merge: c036f7dabc34 7a5834e456f7 # Author: Linus Torvalds # Date: Fri Jun 21 14:47:09 2019 -0700 # # Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma # # Pull rdma fixes from Doug Ledford: # "This is probably our last -rc pull request. We don't have anything # else outstanding at the moment anyway, and with the summer months on # us and people taking trips, I expect the next weeks leading up to the # merge window to be pretty calm and sedate. # # This has two simple, no brainer fixes for the EFA driver. # # Then it has ten not quite so simple fixes for the hfi1 driver. The # problem with them is that they aren't simply one liner typo fixes. # They're still fixes, but they're more complex issues like livelock # under heavy load where the answer was to change work queue usage and # spinlock usage to resolve the problem, or issues with orphaned # requests during certain types of failures like link down which # required some more complex work to fix too. They all look like # legitimate fixes to me, they just aren't small like I wish they were. # # Summary: # # - 2 minor EFA fixes # # - 10 hfi1 fixes related to scaling issues" # # * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma: # RDMA/efa: Handle mmap insertions overflow # RDMA/efa: Fix success return value in case of error # IB/hfi1: Handle port down properly in pio # IB/hfi1: Handle wakeup of orphaned QPs for pio # IB/hfi1: Wakeup QPs orphaned on wait list after flush # IB/hfi1: Use aborts to trigger RC throttling # IB/hfi1: Create inline to get extended headers # IB/hfi1: Silence txreq allocation warnings # IB/hfi1: Avoid hardlockup with flushlist_lock # IB/hfi1: Correct tid qp rcd to match verbs context # IB/hfi1: Close PSM sdma_progress sleep window # IB/hfi1: Validate fault injection opcode user input # < /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 121bddf39a8e39baf0df9ef1d688392c179935cd # < make -s -j 48 ARCH=arm64 O=/kisskb/build/linus_arm64-defconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- defconfig # make -s -j 48 ARCH=arm64 O=/kisskb/build/linus_arm64-defconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- arch/arm64/Makefile:27: ld does not support --fix-cortex-a53-843419; kernel may be susceptible to erratum arch/arm64/Makefile:40: LSE atomics not supported by binutils /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c: In function 'sh_mobile_i2c_isr': /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c:399:26: warning: 'data' may be used uninitialized in this function [-Wmaybe-uninitialized] pd->msg->buf[real_pos] = data; ^ /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c:372:16: note: 'data' was declared here unsigned char data; ^ In file included from /kisskb/src/include/linux/rwsem.h:16:0, from /kisskb/src/include/linux/notifier.h:15, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/tty/serial/sh-sci.c:24: /kisskb/src/drivers/tty/serial/sh-sci.c: In function 'sci_dma_rx_submit': /kisskb/src/include/linux/spinlock.h:288:3: warning: 'flags' may be used uninitialized in this function [-Wmaybe-uninitialized] _raw_spin_unlock_irqrestore(lock, flags); \ ^ /kisskb/src/drivers/tty/serial/sh-sci.c:1353:16: note: 'flags' was declared here unsigned long flags; ^ Completed OK # rm -rf /kisskb/build/linus_arm64-defconfig_arm64-gcc5.4 # Build took: 0:04:27.722357