# 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/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 a2d79c7174aeb43b13020dd53d85a7aefdd9f3e5 # < make -s -j 48 ARCH=sh O=/kisskb/build/linus_sh7763rdp_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- sh7763rdp_defconfig # make -s -j 48 ARCH=sh O=/kisskb/build/linus_sh7763rdp_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:385: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:388: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /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/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/sh/clk/cpg.c: In function 'r8': /kisskb/src/drivers/sh/clk/cpg.c:41:2: warning: passing argument 1 of 'ioread8' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:29:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/sh/clk/cpg.c: In function 'r16': /kisskb/src/drivers/sh/clk/cpg.c:46:2: warning: passing argument 1 of 'ioread16' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:30:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/sh/clk/cpg.c: In function 'r32': /kisskb/src/drivers/sh/clk/cpg.c:51:2: warning: passing argument 1 of 'ioread32' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:32:21: note: expected 'void *' but argument is of type 'const void *' /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] Kernel: arch/sh/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_sh7763rdp_defconfig_sh4 # Build took: 0:00:34.059098