public inbox for [email protected]
 help / color / mirror / Atom feed
From: Jens Axboe <[email protected]>
To: Linus Torvalds <[email protected]>
Cc: io-uring <[email protected]>
Subject: [GIT PULL] io_uring fixes for 6.2-rc4
Date: Fri, 13 Jan 2023 12:32:30 -0700	[thread overview]
Message-ID: <[email protected]> (raw)

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

-- 
Jens Axboe


             reply	other threads:[~2023-01-13 19:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-13 19:32 Jens Axboe [this message]
2023-01-13 23:44 ` [GIT PULL] io_uring fixes for 6.2-rc4 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox