mbox series

[GIT,PULL] io_uring fixes for 6.7-rc1

Message ID d0e69261-4d09-422c-a5f9-8a1015da0466@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fixes for 6.7-rc1 | expand

Pull-request

git://git.kernel.dk/linux.git tags/io_uring-6.7-2023-11-10

Message

Jens Axboe Nov. 10, 2023, 5:32 p.m. UTC
Hi Linus,

Mostly just a few fixes and cleanups caused by the read multishot
support. Outside of that, a stable fix for how a connect retry is done.

Please pull!


The following changes since commit 8f6f76a6a29f36d2f3e4510d0bde5046672f6924:

  Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm (2023-11-02 20:53:31 -1000)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.7-2023-11-10

for you to fetch changes up to e53759298a7d7e98c3e5c2440d395d19cea7d6bf:

  io_uring: do not clamp read length for multishot read (2023-11-06 13:41:58 -0700)

----------------------------------------------------------------
io_uring-6.7-2023-11-10

----------------------------------------------------------------
Dylan Yudaken (3):
      io_uring: indicate if io_kbuf_recycle did recycle anything
      io_uring: do not allow multishot read to set addr or len
      io_uring: do not clamp read length for multishot read

Jens Axboe (4):
      io_uring/rw: don't attempt to allocate async data if opcode doesn't need it
      io_uring/net: ensure socket is marked connected on connect retry
      io_uring/rw: add separate prep handler for readv/writev
      io_uring/rw: add separate prep handler for fixed read/write

 io_uring/kbuf.c  |  6 ++---
 io_uring/kbuf.h  | 13 ++++++----
 io_uring/net.c   | 24 +++++++++----------
 io_uring/opdef.c |  8 +++----
 io_uring/rw.c    | 72 ++++++++++++++++++++++++++++++++++++++++----------------
 io_uring/rw.h    |  2 ++
 6 files changed, 80 insertions(+), 45 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 10, 2023, 7:28 p.m. UTC | #1
The pull request you sent on Fri, 10 Nov 2023 10:32:51 -0700:

> git://git.kernel.dk/linux.git tags/io_uring-6.7-2023-11-10

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/b712075e03cf95d9009c99230775dc41195bde8a

Thank you!