]> www.infradead.org Git - linux.git/commit
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)
commit715ca9dd687f89ddaac8ec8ccb3b5e5a30311a99
treea7b2f5f69aa53400a8134cfe84de2905172fc92a
parent531643fcd98c8d045d72a05cb0aaf49e5a4bdf5c
parentae6a888a4357131c01d85f4c91fb32552dd0bf70
Merge tag 'io_uring-6.12-20241019' of git://git.kernel.dk/linux

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