# git rev-parse -q --verify a2d79c7174aeb43b13020dd53d85a7aefdd9f3e5^{commit} a2d79c7174aeb43b13020dd53d85a7aefdd9f3e5 already have revision, skipping fetch # git checkout -q -f -B kisskb a2d79c7174aeb43b13020dd53d85a7aefdd9f3e5 # git clean -qxdf # < git log -1 # commit a2d79c7174aeb43b13020dd53d85a7aefdd9f3e5 # Merge: 964a4eacef67 a4c0b3decb33 # Author: Linus Torvalds # Date: Sat Jul 13 10:36:53 2019 -0700 # # Merge tag 'for-5.3/io_uring-20190711' of git://git.kernel.dk/linux-block # # Pull io_uring updates from Jens Axboe: # "This contains: # # - Support for recvmsg/sendmsg as first class opcodes. # # I don't envision going much further down this path, as there are # plans in progress to support potentially any system call in an # async fashion through io_uring. But I think it does make sense to # have certain core ops available directly, especially those that can # support a "try this non-blocking" flag/mode. (me) # # - Handle generic short reads automatically. # # This can happen fairly easily if parts of the buffered read is # cached. Since the application needs to issue another request for # the remainder, just do this internally and save kernel/user # roundtrip while providing a nicer more robust API. (me) # # - Support for linked SQEs. # # This allows SQEs to depend on each other, enabling an application # to eg queue a read-from-this-file,write-to-that-file pair. (me) # # - Fix race in stopping SQ thread (Jackie)" # # * tag 'for-5.3/io_uring-20190711' of git://git.kernel.dk/linux-block: # io_uring: fix io_sq_thread_stop running in front of io_sq_thread # io_uring: add support for recvmsg() # io_uring: add support for sendmsg() # io_uring: add support for sqe links # io_uring: punt short reads to async context # uio: make import_iovec()/compat_import_iovec() return bytes on success # < /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 a2d79c7174aeb43b13020dd53d85a7aefdd9f3e5 # < make -s -j 48 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 48 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- :1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] /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:2591: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:1852: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/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:248:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c:228:19: note: 'i' 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/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/drivers/usb/core/devio.c: In function 'async_completed': /kisskb/src/drivers/usb/core/devio.c:613:23: warning: 'errno' may be used uninitialized in this function [-Wuninitialized] /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) /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) INFO: Uncompressed kernel (size 0xbeb5cc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbeb5cc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbeb5cc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbeb5cc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbeb5cc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbeb5cc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbeb5cc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbeb5cc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbeb5cc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbeb5cc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbeb5cc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbeb5cc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbeb5cc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbeb5cc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbeb5cc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) Image Name: Linux-5.2.0-ga2d79c7174ae Created: Sun Jul 14 05:57:26 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5780300 Bytes = 5644.82 KiB = 5.51 MiB Load Address: 00c00000 Entry Point: 00c002e8 Image Name: Linux-5.2.0-ga2d79c7174ae Created: Sun Jul 14 05:57:26 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5780295 Bytes = 5644.82 KiB = 5.51 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.2.0-ga2d79c7174ae Created: Sun Jul 14 05:57:26 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5780596 Bytes = 5645.11 KiB = 5.51 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.2.0-ga2d79c7174ae Created: Sun Jul 14 05:57:26 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5780729 Bytes = 5645.24 KiB = 5.51 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.2.0-ga2d79c7174ae Created: Sun Jul 14 05:57:26 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5780506 Bytes = 5645.03 KiB = 5.51 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.2.0-ga2d79c7174ae Created: Sun Jul 14 05:57:26 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5781022 Bytes = 5645.53 KiB = 5.51 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.2.0-ga2d79c7174ae Created: Sun Jul 14 05:57:26 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5782424 Bytes = 5646.90 KiB = 5.51 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.2.0-ga2d79c7174ae Created: Sun Jul 14 05:57:26 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5782778 Bytes = 5647.24 KiB = 5.51 MiB Load Address: 00c00000 Entry Point: 00c002a8 INFO: Uncompressed kernel (size 0xbdae04) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) Image Name: Linux-5.2.0-ga2d79c7174ae Created: Sun Jul 14 05:57:27 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5782775 Bytes = 5647.24 KiB = 5.51 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.2.0-ga2d79c7174ae Created: Sun Jul 14 05:57:27 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5782984 Bytes = 5647.45 KiB = 5.52 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.2.0-ga2d79c7174ae Created: Sun Jul 14 05:57:27 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5780686 Bytes = 5645.20 KiB = 5.51 MiB Load Address: 00c00000 Entry Point: 00c002e8 Image Name: Linux-5.2.0-ga2d79c7174ae Created: Sun Jul 14 05:57:27 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5780642 Bytes = 5645.16 KiB = 5.51 MiB Load Address: 00c00000 Entry Point: 00c002e8 Image Name: Linux-5.2.0-ga2d79c7174ae Created: Sun Jul 14 05:57:27 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5749176 Bytes = 5614.43 KiB = 5.48 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.2.0-ga2d79c7174ae Created: Sun Jul 14 05:57:27 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5780602 Bytes = 5645.12 KiB = 5.51 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.2.0-ga2d79c7174ae Created: Sun Jul 14 05:57:27 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5780504 Bytes = 5645.02 KiB = 5.51 MiB Load Address: 00c00000 Entry Point: 00c002e8 Image Name: Linux-5.2.0-ga2d79c7174ae Created: Sun Jul 14 05:57:27 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5780302 Bytes = 5644.83 KiB = 5.51 MiB Load Address: 00c00000 Entry Point: 00c002e8 Completed OK # rm -rf /kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.6 # Build took: 0:01:52.067681