]> www.infradead.org Git - users/hch/misc.git/commitdiff
Merge tag 'io_uring-6.12-20241019' of git://git.kernel.dk/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 20 Oct 2024 00:04:52 +0000 (17:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 20 Oct 2024 00:04:52 +0000 (17:04 -0700)
Pull one more io_uring fix from Jens Axboe:
 "Fix for a regression introduced in 6.12-rc2, where a condition check
  was negated and hence -EAGAIN would bubble back up up to userspace
  rather than trigger a retry condition"

* tag 'io_uring-6.12-20241019' of git://git.kernel.dk/linux:
  io_uring/rw: fix wrong NOWAIT check in io_rw_init_file()


Trivial merge