From: Jens Axboe <[email protected]>
To: Linus Torvalds <[email protected]>
Cc: io-uring <[email protected]>
Subject: [GIT PULL] io_uring fixes for 5.17-rc1
Date: Fri, 21 Jan 2022 06:40:56 -0700 [thread overview]
Message-ID: <[email protected]> (raw)
Hi Linus,
io_uring fixes for the 5.17-rc1 merge window:
- Fix the io_uring POLLFREE handling, similarly to how it was done for
aio (Pavel)
- Remove (now) unused function (Jiapeng)
- Small series fixing an issue with work cancelations. A window exists
where work isn't locatable in the pending list, and isn't active in a
worker yet either. (me)
Please pull!
The following changes since commit fb3b0673b7d5b477ed104949450cd511337ba3c6:
Merge tag 'mailbox-v5.17' of git://git.linaro.org/landing-teams/working/fujitsu/integration (2022-01-13 11:19:07 -0800)
are available in the Git repository at:
git://git.kernel.dk/linux-block.git tags/io_uring-5.17-2022-01-21
for you to fetch changes up to 73031f761cb7c2397d73957d14d041c31fe58c34:
io-wq: delete dead lock shuffling code (2022-01-19 13:11:58 -0700)
----------------------------------------------------------------
io_uring-5.17-2022-01-21
----------------------------------------------------------------
Jens Axboe (7):
io-wq: remove useless 'work' argument to __io_worker_busy()
io-wq: make io_worker lock a raw spinlock
io-wq: invoke work cancelation with wqe->lock held
io-wq: perform both unstarted and started work cancelations in one go
io-wq: add intermediate work step between pending list and active work
io_uring: perform poll removal even if async work removal is successful
io-wq: delete dead lock shuffling code
Jiapeng Chong (1):
io_uring: Remove unused function req_ref_put
Pavel Begunkov (1):
io_uring: fix UAF due to missing POLLFREE handling
fs/io-wq.c | 91 ++++++++++++++++++++++++++++++++++++-----------------------
fs/io_uring.c | 79 ++++++++++++++++++++++++++++++++++++++-------------
2 files changed, 116 insertions(+), 54 deletions(-)
--
Jens Axboe
next reply other threads:[~2022-01-21 13:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-21 13:40 Jens Axboe [this message]
2022-01-21 14:27 ` [GIT PULL] io_uring fixes for 5.17-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