From: Jens Axboe <[email protected]>
To: Linus Torvalds <[email protected]>
Cc: io-uring <[email protected]>
Subject: [GIT PULL] io_uring fixes for 5.11-rc1
Date: Wed, 23 Dec 2020 22:07:49 -0700 [thread overview]
Message-ID: <[email protected]> (raw)
Hi Linus,
Fixes that should go into 5.11-rc1. All straight fixes, or a prep patch
for a fix, either bound for stable or fixing issues from this merge
window. In particular:
- Fix new shutdown op not breaking links on failure
- Hold mm->mmap_sem for mm->locked_vm manipulation
- Various cancelation fixes (me, Pavel)
- Fix error path potential double ctx free (Pavel)
- IOPOLL fixes (Xiaoguang)
Please pull!
The following changes since commit 009bd55dfcc857d8b00a5bbb17a8db060317af6f:
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma (2020-12-16 13:42:26 -0800)
are available in the Git repository at:
git://git.kernel.dk/linux-block.git tags/io_uring-5.11-2020-12-23
for you to fetch changes up to c07e6719511e77c4b289f62bfe96423eb6ea061d:
io_uring: hold uring_lock while completing failed polled io in io_wq_submit_work() (2020-12-22 17:14:53 -0700)
----------------------------------------------------------------
io_uring-5.11-2020-12-23
----------------------------------------------------------------
Jens Axboe (4):
io_uring: break links on shutdown failure
io_uring: hold mmap_sem for mm->locked_vm manipulation
io_uring: make ctx cancel on exit targeted to actual ctx
io-wq: kill now unused io_wq_cancel_all()
Pavel Begunkov (11):
io_uring: cancel reqs shouldn't kill overflow list
io_uring: remove racy overflow list fast checks
io_uring: consolidate CQ nr events calculation
io_uring: inline io_cqring_mark_overflow()
io_uring: limit {io|sq}poll submit locking scope
io_uring: close a small race gap for files cancel
io_uring: fix 0-iov read buffer select
io_uring: always progress task_work on task cancel
io_uring: end waiting before task cancel attempts
io_uring: fix ignoring xa_store errors
io_uring: fix double io_uring free
Xiaoguang Wang (2):
io_uring: fix io_wqe->work_list corruption
io_uring: hold uring_lock while completing failed polled io in io_wq_submit_work()
fs/io-wq.c | 30 +--------
fs/io-wq.h | 3 +-
fs/io_uring.c | 210 +++++++++++++++++++++++++++++++++-------------------------
3 files changed, 120 insertions(+), 123 deletions(-)
--
Jens Axboe
next reply other threads:[~2020-12-24 5:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-24 5:07 Jens Axboe [this message]
2020-12-24 21:59 ` [GIT PULL] io_uring fixes for 5.11-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