mbox series

[GIT,PULL] io_uring fixes for 6.3-rc5

Message ID 64cfabee-4458-5ce1-4415-f392262f34ec@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fixes for 6.3-rc5 | expand

Pull-request

git://git.kernel.dk/linux.git tags/io_uring-6.3-2023-03-30

Message

Jens Axboe March 31, 2023, 3:26 p.m. UTC
Hi Linus,

A few minor fixes that should go into 6.3-rc5:

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

Please pull!


The following changes since commit 02a4d923e4400a36d340ea12d8058f69ebf3a383:

  io_uring/rsrc: fix null-ptr-deref in io_file_bitmap_get() (2023-03-22 11:04:55 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.3-2023-03-30

for you to fetch changes up to fd30d1cdcc4ff405fc54765edf2e11b03f2ed4f3:

  io_uring: fix poll/netmsg alloc caches (2023-03-30 06:53:42 -0600)

----------------------------------------------------------------
io_uring-6.3-2023-03-30

----------------------------------------------------------------
Jens Axboe (1):
      io_uring/poll: clear single/double poll flags on poll arming

Pavel Begunkov (2):
      io_uring/rsrc: fix rogue rsrc node grabbing
      io_uring: fix poll/netmsg alloc caches

 io_uring/alloc_cache.h |  1 +
 io_uring/poll.c        |  1 +
 io_uring/rsrc.h        | 12 +++++-------
 3 files changed, 7 insertions(+), 7 deletions(-)

Comments

pr-tracker-bot@kernel.org March 31, 2023, 8 p.m. UTC | #1
The pull request you sent on Fri, 31 Mar 2023 09:26:01 -0600:

> git://git.kernel.dk/linux.git tags/io_uring-6.3-2023-03-30

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f3fa7f026e5faf10f730b0655b2f96f86d3c7dd8

Thank you!