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 5.15-rc1
Date: Sat, 11 Sep 2021 08:29:44 -0600	[thread overview]
Message-ID: <[email protected]> (raw)

Hi Linus,

- Fix an off-by-one in a BUILD_BUG_ON() check. Not a real issue right
  now as we have plenty of flags left, but could become one. (Hao)

- Fix lockdep issue introduced in this merge window (me)

- Fix a few issues with the worker creation (me, Pavel, Qiang)

- Fix regression with wq_has_sleeper() for IOPOLL (Pavel)

- Timeout link error propagation fix (Pavel)

Please pull!


The following changes since commit 626bf91a292e2035af5b9d9cce35c5c138dfe06d:

  Merge tag 'net-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2021-09-07 14:02:58 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/io_uring-5.15-2021-09-11

for you to fetch changes up to 32c2d33e0b7c4ea53284d5d9435dd022b582c8cf:

  io_uring: fix off-by-one in BUILD_BUG_ON check of __REQ_F_LAST_BIT (2021-09-10 06:24:51 -0600)

----------------------------------------------------------------
io_uring-5.15-2021-09-11

----------------------------------------------------------------
Hao Xu (1):
      io_uring: fix off-by-one in BUILD_BUG_ON check of __REQ_F_LAST_BIT

Jens Axboe (2):
      io_uring: drop ctx->uring_lock before acquiring sqd->lock
      io-wq: fix silly logic error in io_task_work_match()

Pavel Begunkov (3):
      io-wq: fix cancellation on create-worker failure
      io_uring: fix missing mb() before waitqueue_active
      io_uring: fail links of cancelled timeouts

Qiang.zhang (1):
      io-wq: fix memory leak in create_io_worker()

 fs/io-wq.c    | 41 ++++++++++++++++++++++++++++++-----------
 fs/io_uring.c | 16 ++++++++++++++--
 2 files changed, 44 insertions(+), 13 deletions(-)


-- 
Jens Axboe


             reply	other threads:[~2021-09-11 14:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-11 14:29 Jens Axboe [this message]
2021-09-11 17:30 ` [GIT PULL] io_uring fixes for 5.15-rc1 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