]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge tag 'io_uring-6.3-2023-03-30' of git://git.kernel.dk/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 31 Mar 2023 19:30:13 +0000 (12:30 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 31 Mar 2023 19:30:13 +0000 (12:30 -0700)
Pull io_uring fixes from Jens Axboe:

 - Fix a regression with the poll retry, introduced in this merge window
   (me)

 - Fix a regression with the alloc cache not decrementing the member
   count on removal. Also a regression from this merge window (Pavel)

 - Fix race around rsrc node grabbing (Pavel)

* tag 'io_uring-6.3-2023-03-30' of git://git.kernel.dk/linux:
  io_uring: fix poll/netmsg alloc caches
  io_uring/rsrc: fix rogue rsrc node grabbing
  io_uring/poll: clear single/double poll flags on poll arming


Trivial merge