mbox series

[GIT,PULL] io_uring fixes for 6.12-rc3

Message ID da0401d2-0479-4115-ba5b-185f25ffe4b6@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fixes for 6.12-rc3 | expand

Pull-request

git://git.kernel.dk/linux.git tags/io_uring-6.12-20241011

Message

Jens Axboe Oct. 11, 2024, 2:54 p.m. UTC
Hi Linus,

Two minor fixes for 6.12-rc3 for io_uring:

- Explicitly have a mshot_finished condition for IORING_OP_RECV in
  multishot mode, similarly to what IORING_OP_RECVMSG has. This doesn't
  fix a bug right now, but it makes it harder to actually have a bug
  here if a request takes multiple iterations to finish.

- Fix handling of retry of read/write of !FMODE_NOWAIT files. If they
  are pollable, that's all we need.

Please pull!


The following changes since commit c314094cb4cfa6fc5a17f4881ead2dfebfa717a7:

  io_uring/net: harden multishot termination case for recv (2024-09-30 08:26:59 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.12-20241011

for you to fetch changes up to f7c9134385331c5ef36252895130aa01a92de907:

  io_uring/rw: allow pollable non-blocking attempts for !FMODE_NOWAIT (2024-10-06 20:58:53 -0600)

----------------------------------------------------------------
io_uring-6.12-20241011

----------------------------------------------------------------
Jens Axboe (2):
      io_uring/rw: fix cflags posting for single issue multishot read
      io_uring/rw: allow pollable non-blocking attempts for !FMODE_NOWAIT

 io_uring/rw.c | 44 ++++++++++++++++++++++++--------------------
 1 file changed, 24 insertions(+), 20 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 11, 2024, 7:34 p.m. UTC | #1
The pull request you sent on Fri, 11 Oct 2024 08:54:35 -0600:

> git://git.kernel.dk/linux.git tags/io_uring-6.12-20241011

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

Thank you!