mbox series

[GIT,PULL] io_uring fixes for 6.2-rc4

Message ID a9270ed5-05f5-2353-d5f6-f877b5ca7d60@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fixes for 6.2-rc4 | expand

Pull-request

git://git.kernel.dk/linux.git tags/io_uring-6.2-2023-01-13

Message

Jens Axboe Jan. 13, 2023, 7:32 p.m. UTC
Hi Linus,

A fix for a regression that happened last week, rest is fixes that will
be headed to stable as well. In detail:

- Fix for a regression added with the leak fix from last week (me)

- In writing a test case for that leak, inadvertently discovered a case
  where we a poll request can race. So fix that up and mark it for
  stable, and also ensure that fdinfo covers both the poll tables that
  we have. The latter was an oversight when the split poll table were
  added (me)

- Fix for a lockdep reported issue with IOPOLL (Pavel)

Please pull!


The following changes since commit 12521a5d5cb7ff0ad43eadfc9c135d86e1131fa8:

  io_uring: fix CQ waiting timeout handling (2023-01-05 08:04:47 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.2-2023-01-13

for you to fetch changes up to 544d163d659d45a206d8929370d5a2984e546cb7:

  io_uring: lock overflowing for IOPOLL (2023-01-13 07:32:46 -0700)

----------------------------------------------------------------
io_uring-6.2-2023-01-13

----------------------------------------------------------------
Jens Axboe (4):
      io_uring/io-wq: only free worker if it was allocated for creation
      io_uring/poll: add hash if ready poll request can't complete inline
      io_uring/fdinfo: include locked hash table in fdinfo output
      io_uring/poll: attempt request issue after racy poll wakeup

Pavel Begunkov (1):
      io_uring: lock overflowing for IOPOLL

 io_uring/fdinfo.c | 12 ++++++++++--
 io_uring/io-wq.c  |  7 ++++++-
 io_uring/poll.c   | 48 ++++++++++++++++++++++++++++++++----------------
 io_uring/rw.c     |  6 +++++-
 4 files changed, 53 insertions(+), 20 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 13, 2023, 11:44 p.m. UTC | #1
The pull request you sent on Fri, 13 Jan 2023 12:32:30 -0700:

> git://git.kernel.dk/linux.git tags/io_uring-6.2-2023-01-13

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

Thank you!