From: Jens Axboe <[email protected]>
To: Linus Torvalds <[email protected]>
Cc: io-uring <[email protected]>
Subject: [GIT PULL] io_uring fixes for 5.14-rc6
Date: Fri, 13 Aug 2021 13:02:29 -0600 [thread overview]
Message-ID: <[email protected]> (raw)
Hi Linus,
A bit bigger than the previous weeks, but mostly just a few stable bound
fixes. In detail:
- Followup fixes to patches from last week for io-wq, turns out they
weren't complete (Hao)
- Two lockdep reported fixes out of the RT camp (me)
- Sync the io_uring-cp example with liburing, as a few bug fixes never
made it to the kernel carried version (me)
- SQPOLL related TIF_NOTIFY_SIGNAL fix (Nadav)
- Use WRITE_ONCE() when writing sq flags (Nadav)
- io_rsrc_put_work() deadlock fix (Pavel)
Please pull!
The following changes since commit 21698274da5b6fc724b005bc7ec3e6b9fbcfaa06:
io-wq: fix lack of acct->nr_workers < acct->max_workers judgement (2021-08-06 08:28:18 -0600)
are available in the Git repository at:
git://git.kernel.dk/linux-block.git tags/io_uring-5.14-2021-08-13
for you to fetch changes up to 8f40d0370795313b6f1b1782035919cfc76b159f:
tools/io_uring/io_uring-cp: sync with liburing example (2021-08-13 08:58:11 -0600)
----------------------------------------------------------------
io_uring-5.14-2021-08-13
----------------------------------------------------------------
Hao Xu (2):
io-wq: fix bug of creating io-wokers unconditionally
io-wq: fix IO_WORKER_F_FIXED issue in create_io_worker()
Jens Axboe (3):
io_uring: rsrc ref lock needs to be IRQ safe
io_uring: drop ctx->uring_lock before flushing work item
tools/io_uring/io_uring-cp: sync with liburing example
Nadav Amit (2):
io_uring: clear TIF_NOTIFY_SIGNAL when running task work
io_uring: Use WRITE_ONCE() when writing to sq_flags
Pavel Begunkov (1):
io_uring: fix ctx-exit io_rsrc_put_work() deadlock
fs/io-wq.c | 26 ++++++++++++++------
fs/io_uring.c | 58 ++++++++++++++++++++++----------------------
tools/io_uring/io_uring-cp.c | 31 ++++++++++++++++++++---
3 files changed, 75 insertions(+), 40 deletions(-)
--
Jens Axboe
next reply other threads:[~2021-08-13 19:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-13 19:02 Jens Axboe [this message]
2021-08-14 1:12 ` [GIT PULL] io_uring fixes for 5.14-rc6 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