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)
commitf3fa7f026e5faf10f730b0655b2f96f86d3c7dd8
tree742eeff96cbf8d00b5758741b505beb7b5ae8c5b
parent2bac7dc169af3cd4a0cb5200aa1f7b89affa042a
parentfd30d1cdcc4ff405fc54765edf2e11b03f2ed4f3
Merge tag 'io_uring-6.3-2023-03-30' of git://git.kernel.dk/linux

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