* [GIT PULL] io_uring fixes for 5.18-rc2
@ 2022-04-09 1:53 Jens Axboe
2022-04-09 5:01 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2022-04-09 1:53 UTC (permalink / raw)
To: Linus Torvalds; +Cc: io-uring
Hi Linus,
A bit bigger than usual post merge window, largely due to a revert and a
fix of at what point files are assigned for requests. The latter fixing
a linked request use case where a dependent link can rely on what file
is assigned consistently. In detail:
- 32-bit compat fix for IORING_REGISTER_IOWQ_AFF (Eugene)
- File assignment fixes (me)
- Revert of the NAPI poll addition from this merge window. The author
isn't available right now to engage on this, so let's revert it and we
can retry for the 5.19 release (me, Jakub)
- Fix a timeout removal race (me)
- File update and SCM fixes (Pavel)
Please pull!
The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:
Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)
are available in the Git repository at:
git://git.kernel.dk/linux-block.git tags/io_uring-5.18-2022-04-08
for you to fetch changes up to e677edbcabee849bfdd43f1602bccbecf736a646:
io_uring: fix race between timeout flush and removal (2022-04-08 14:50:05 -0600)
----------------------------------------------------------------
io_uring-5.18-2022-04-08
----------------------------------------------------------------
Eugene Syromiatnikov (1):
io_uring: implement compat handling for IORING_REGISTER_IOWQ_AFF
Jens Axboe (8):
io_uring: don't check req->file in io_fsync_prep()
io_uring: defer splice/tee file validity check until command issue
io_uring: move read/write file prep state into actual opcode handler
io_uring: propagate issue_flags state down to file assignment
io_uring: defer file assignment
io_uring: drop the old style inflight file tracking
Revert "io_uring: Add support for napi_busy_poll"
io_uring: fix race between timeout flush and removal
Pavel Begunkov (4):
io_uring: nospec index for tags on files update
io_uring: don't touch scm_fp_list after queueing skb
io_uring: zero tag on rsrc removal
io_uring: use nospec annotation for more indexes
fs/io-wq.h | 1 +
fs/io_uring.c | 617 +++++++++++++++++++---------------------------------------
2 files changed, 198 insertions(+), 420 deletions(-)
--
Jens Axboe
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] io_uring fixes for 5.18-rc2
2022-04-09 1:53 [GIT PULL] io_uring fixes for 5.18-rc2 Jens Axboe
@ 2022-04-09 5:01 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-04-09 5:01 UTC (permalink / raw)
To: Jens Axboe; +Cc: Linus Torvalds, io-uring
The pull request you sent on Fri, 8 Apr 2022 19:53:09 -0600:
> git://git.kernel.dk/linux-block.git tags/io_uring-5.18-2022-04-08
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4d6f9f2475f6f288b8b144bc263636c0b09cb4ef
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-04-09 5:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-09 1:53 [GIT PULL] io_uring fixes for 5.18-rc2 Jens Axboe
2022-04-09 5:01 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox