* [GIT PULL] io_uring fixes for 6.16-rc2
@ 2025-06-14 12:28 Jens Axboe
2025-06-14 18:11 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2025-06-14 12:28 UTC (permalink / raw)
To: Linus Torvalds; +Cc: io-uring
Hi Linus,
A few fixes for io_uring that should go into this release. This pull
request contains:
- Fix for a race between SQPOLL exit and fdinfo reading. It's slim and I
was only able to reproduce this with an artificial delay in the
kernel. Followup sparse fix as well to unify the access to ->thread.
- Fix for multiple buffer peeking, avoiding truncation if possible.
- Run local task_work for IOPOLL reaping when the ring is exiting. This
currently isn't done due to an assumption that polled IO will never
need task_work, but a fix on the block side is going to change that.
Please pull!
The following changes since commit 079afb081c4288e94d5e4223d3eb6306d853c68b:
io_uring/futex: mark wait requests as inflight (2025-06-04 10:50:14 -0600)
are available in the Git repository at:
git://git.kernel.dk/linux.git tags/io_uring-6.16-20250614
for you to fetch changes up to b62e0efd8a8571460d05922862a451855ebdf3c6:
io_uring: run local task_work from ring exit IOPOLL reaping (2025-06-13 15:26:17 -0600)
----------------------------------------------------------------
io_uring-6.16-20250614
----------------------------------------------------------------
Jens Axboe (2):
io_uring/kbuf: don't truncate end buffer for multiple buffer peeks
io_uring: run local task_work from ring exit IOPOLL reaping
Keith Busch (1):
io_uring: consistently use rcu semantics with sqpoll thread
Penglei Jiang (1):
io_uring: fix use-after-free of sq->thread in __io_uring_show_fdinfo()
io_uring/fdinfo.c | 12 ++++++++++--
io_uring/io_uring.c | 7 +++++--
io_uring/kbuf.c | 5 ++++-
io_uring/register.c | 7 +++++--
io_uring/sqpoll.c | 43 ++++++++++++++++++++++++++++---------------
io_uring/sqpoll.h | 8 +++++++-
6 files changed, 59 insertions(+), 23 deletions(-)
--
Jens Axboe
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] io_uring fixes for 6.16-rc2
2025-06-14 12:28 [GIT PULL] io_uring fixes for 6.16-rc2 Jens Axboe
@ 2025-06-14 18:11 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-06-14 18:11 UTC (permalink / raw)
To: Jens Axboe; +Cc: Linus Torvalds, io-uring
The pull request you sent on Sat, 14 Jun 2025 06:28:48 -0600:
> git://git.kernel.dk/linux.git tags/io_uring-6.16-20250614
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6d13760ea3a746c329d534b90d2b38a0ef7690d2
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:[~2025-06-14 18:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-14 12:28 [GIT PULL] io_uring fixes for 6.16-rc2 Jens Axboe
2025-06-14 18:11 ` 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