This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 964a4eacef67 Merge tag 'dlm-5.3' of git://git.kernel.org/pub/scm/linux/ [...] new 87e5e6dab6c2 uio: make import_iovec()/compat_import_iovec() return byte [...] new 9d93a3f5a0c0 io_uring: punt short reads to async context new 9e645e1105ca io_uring: add support for sqe links new 0fa03c624d8f io_uring: add support for sendmsg() new aa1fa28fc73e io_uring: add support for recvmsg() new a4c0b3decb33 io_uring: fix io_sq_thread_stop running in front of io_sq_thread new a2d79c7174ae Merge tag 'for-5.3/io_uring-20190711' of git://git.kernel. [...]
The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: fs/aio.c | 9 +- fs/io_uring.c | 338 +++++++++++++++++++++++++++++++++++------- fs/splice.c | 8 +- include/linux/socket.h | 7 + include/linux/uio.h | 4 +- include/uapi/linux/io_uring.h | 4 + lib/iov_iter.c | 15 +- net/compat.c | 3 +- net/socket.c | 18 ++- 9 files changed, 330 insertions(+), 76 deletions(-)