# 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 120 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- mpc85xx_defconfig # make -s -j 120 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- /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/sound/soc/codecs/wm8960.c: In function 'wm8960_configure_clocking': /kisskb/src/sound/soc/codecs/wm8960.c:800:70: warning: 'j' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/soc/codecs/wm8960.c:797:68: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /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/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/mm/hugetlb.c: In function 'alloc_pool_huge_page': /kisskb/src/mm/hugetlb.c:1465:5: warning: 'page' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c: In function 'allocate_bd': /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c:139:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] /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/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/arch/powerpc/boot/dts/fsl/mpc8541cds.dts:330.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8555cds.dts:330.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) INFO: Uncompressed kernel (size 0xbdd230) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbdd230) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbdd230) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbdd230) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbdd230) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbdd230) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbdd230) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbdd230) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbdd230) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbdd230) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbdd230) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbdd230) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbdd230) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbdd230) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbdd230) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbcca68) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) Image Name: Linux-5.2.0-rc5-g121bddf39a8e Created: Sat Jun 22 09:31:58 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5749567 Bytes = 5614.81 KiB = 5.48 MiB Load Address: 00c00000 Entry Point: 00c002e8 Image Name: Linux-5.2.0-rc5-g121bddf39a8e Created: Sat Jun 22 09:31:58 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5750426 Bytes = 5615.65 KiB = 5.48 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.2.0-rc5-g121bddf39a8e Created: Sat Jun 22 09:31:58 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5750484 Bytes = 5615.71 KiB = 5.48 MiB Load Address: 00c00000 Entry Point: 00c002e8 Image Name: Linux-5.2.0-rc5-g121bddf39a8e Created: Sat Jun 22 09:31:58 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5751818 Bytes = 5617.01 KiB = 5.49 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.2.0-rc5-g121bddf39a8e Created: Sat Jun 22 09:31:58 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5750499 Bytes = 5615.72 KiB = 5.48 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.2.0-rc5-g121bddf39a8e Created: Sat Jun 22 09:31:58 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5751375 Bytes = 5616.58 KiB = 5.48 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.2.0-rc5-g121bddf39a8e Created: Sat Jun 22 09:31:58 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5749522 Bytes = 5614.77 KiB = 5.48 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.2.0-rc5-g121bddf39a8e Created: Sat Jun 22 09:31:58 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5751146 Bytes = 5616.35 KiB = 5.48 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.2.0-rc5-g121bddf39a8e Created: Sat Jun 22 09:31:58 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5751190 Bytes = 5616.40 KiB = 5.48 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.2.0-rc5-g121bddf39a8e Created: Sat Jun 22 09:31:58 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5749579 Bytes = 5614.82 KiB = 5.48 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.2.0-rc5-g121bddf39a8e Created: Sat Jun 22 09:31:58 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5750447 Bytes = 5615.67 KiB = 5.48 MiB Load Address: 00c00000 Entry Point: 00c002e8 Image Name: Linux-5.2.0-rc5-g121bddf39a8e Created: Sat Jun 22 09:31:58 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5750691 Bytes = 5615.91 KiB = 5.48 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.2.0-rc5-g121bddf39a8e Created: Sat Jun 22 09:31:58 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5750424 Bytes = 5615.65 KiB = 5.48 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.2.0-rc5-g121bddf39a8e Created: Sat Jun 22 09:31:58 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5749650 Bytes = 5614.89 KiB = 5.48 MiB Load Address: 00c00000 Entry Point: 00c002e8 Image Name: Linux-5.2.0-rc5-g121bddf39a8e Created: Sat Jun 22 09:31:58 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5749652 Bytes = 5614.89 KiB = 5.48 MiB Load Address: 00c00000 Entry Point: 00c002e8 Image Name: Linux-5.2.0-rc5-g121bddf39a8e Created: Sat Jun 22 09:31:58 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5719397 Bytes = 5585.35 KiB = 5.45 MiB Load Address: 00000000 Entry Point: 00000000 Completed OK # rm -rf /kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.6 # Build took: 0:01:05.052888