Merge tag 'io_uring-6.7-2023-11-10' of git://git.kernel.dk/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 10 Nov 2023 19:25:58 +0000 (11:25 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 10 Nov 2023 19:25:58 +0000 (11:25 -0800)
commitb712075e03cf95d9009c99230775dc41195bde8a
tree84352bcd4dce58a0b240a26a9d9f6a5fab3ef1aa
parent4b803784178d1721ba26cadd8aef13b2c7456730
parente53759298a7d7e98c3e5c2440d395d19cea7d6bf
Merge tag 'io_uring-6.7-2023-11-10' of git://git.kernel.dk/linux

Pull io_uring fixes from Jens Axboe:
 "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"

* tag 'io_uring-6.7-2023-11-10' of git://git.kernel.dk/linux:
  io_uring: do not clamp read length for multishot read
  io_uring: do not allow multishot read to set addr or len
  io_uring: indicate if io_kbuf_recycle did recycle anything
  io_uring/rw: add separate prep handler for fixed read/write
  io_uring/rw: add separate prep handler for readv/writev
  io_uring/net: ensure socket is marked connected on connect retry
  io_uring/rw: don't attempt to allocate async data if opcode doesn't need it