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(-) -- Jens Axboe