]> Git Repo - linux.git/commit
Merge tag 'io_uring-6.12-20241011' of git://git.kernel.dk/linux
authorLinus Torvalds <[email protected]>
Fri, 11 Oct 2024 19:00:21 +0000 (12:00 -0700)
committerLinus Torvalds <[email protected]>
Fri, 11 Oct 2024 19:00:21 +0000 (12:00 -0700)
commit9e4c6c1ad9a195f28ec3d3d5054e25f6bdde87bd
tree731cb2849bb8c08657f1a89b930a825f1d836735
parente643edac700637dbfb13d8cafd5754898486e666
parentf7c9134385331c5ef36252895130aa01a92de907
Merge tag 'io_uring-6.12-20241011' of git://git.kernel.dk/linux

Pull io_uring fixes from Jens Axboe:

 - 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.

* tag 'io_uring-6.12-20241011' of git://git.kernel.dk/linux:
  io_uring/rw: allow pollable non-blocking attempts for !FMODE_NOWAIT
  io_uring/rw: fix cflags posting for single issue multishot read
This page took 0.053117 seconds and 4 git commands to generate.