# 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/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-ld --version # < git log --format=%s --max-count=1 121bddf39a8e39baf0df9ef1d688392c179935cd # < make -s -j 80 ARCH=powerpc O=/kisskb/build/linus_ppc6xx_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- ppc6xx_defconfig # make -s -j 80 ARCH=powerpc O=/kisskb/build/linus_ppc6xx_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2589:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_raw_write': /kisskb/src/drivers/base/regmap/regmap.c:1850:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:194:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/bridge/br_netlink.c: In function 'br_afspec.isra.28': /kisskb/src/net/bridge/br_netlink.c:648:7: warning: 'err' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/ppc/awacs.c: In function 'snd_pmac_awacs_init': /kisskb/src/include/sound/control.h:208:2: warning: 'speaker_vol' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/ppc/awacs.c:873:36: note: 'speaker_vol' was declared here /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:65:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:331:21: note: 'pdeo' was declared here /kisskb/src/fs/nfsd/nfs4xdr.c: In function 'nfsd4_encode_components_esc': /kisskb/src/fs/nfsd/nfs4xdr.c:2077:9: warning: 'str' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/udf/unicode.c: In function 'udf_name_conv_char': /kisskb/src/fs/udf/unicode.c:132:8: warning: 'c' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/futex.c: In function 'do_futex': /kisskb/src/kernel/futex.c:1645:3: warning: 'oldval' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/futex.c:1620:6: note: 'oldval' was declared here /kisskb/src/drivers/tty/serial/8250/8250_core.c: In function 'univ8250_release_irq': /kisskb/src/drivers/tty/serial/8250/8250_core.c:247:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c:227:19: note: 'i' was declared here /kisskb/src/drivers/net/tun.c: In function 'tun_get_user': /kisskb/src/drivers/net/tun.c:1842:30: warning: 'copylen' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/tun.c:1755:46: warning: 'linear' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/mac80211/mlme.c: In function 'ieee80211_rx_mgmt_beacon': /kisskb/src/net/mac80211/mlme.c:1575:3: warning: 'pwr_level_cisco' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/mac80211/mlme.c:1532:6: note: 'pwr_level_cisco' was declared here INFO: Uncompressed kernel (size 0xad96f8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xad96f8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xad96f8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xad96f8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xad96f8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xad96f8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xad96f8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xad96f8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xad96f8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xad96f8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xac9014) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xac9014) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) Image Name: Linux-5.2.0-rc5+ Created: Sat Jun 22 11:01:03 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5185480 Bytes = 5063.95 KiB = 4.95 MiB Load Address: 00b00000 Entry Point: 00b00290 Image Name: Linux-5.2.0-rc5+ Created: Sat Jun 22 11:01:03 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5186280 Bytes = 5064.73 KiB = 4.95 MiB Load Address: 00b00000 Entry Point: 00b00888 Image Name: Linux-5.2.0-rc5+ Created: Sat Jun 22 11:01:03 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5154448 Bytes = 5033.64 KiB = 4.92 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.2.0-rc5+ Created: Sat Jun 22 11:01:03 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5186169 Bytes = 5064.62 KiB = 4.95 MiB Load Address: 00b00000 Entry Point: 00b00888 Image Name: Linux-5.2.0-rc5+ Created: Sat Jun 22 11:01:03 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5184770 Bytes = 5063.25 KiB = 4.94 MiB Load Address: 00b00000 Entry Point: 00b00290 Image Name: Linux-5.2.0-rc5+ Created: Sat Jun 22 11:01:03 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5185884 Bytes = 5064.34 KiB = 4.95 MiB Load Address: 00b00000 Entry Point: 00b00290 Image Name: Linux-5.2.0-rc5+ Created: Sat Jun 22 11:01:03 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5185398 Bytes = 5063.87 KiB = 4.95 MiB Load Address: 00b00000 Entry Point: 00b00290 Image Name: Linux-5.2.0-rc5+ Created: Sat Jun 22 11:01:03 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5184784 Bytes = 5063.27 KiB = 4.94 MiB Load Address: 00b00000 Entry Point: 00b00290 Image Name: Linux-5.2.0-rc5+ Created: Sat Jun 22 11:01:03 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5185550 Bytes = 5064.01 KiB = 4.95 MiB Load Address: 00b00000 Entry Point: 00b00290 Completed OK # rm -rf /kisskb/build/linus_ppc6xx_defconfig_powerpc-gcc4.6 # Build took: 0:03:03.896813