* [GIT PULL] io_uring fixes for 6.15-final
@ 2025-05-22 19:56 Jens Axboe
2025-05-22 20:16 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2025-05-22 19:56 UTC (permalink / raw)
To: Linus Torvalds; +Cc: io-uring
Hi Linus,
A few fixes for io_uring that should go into the final 6.15 kernel
release:
- Kill a duplicate function definition, which can cause linking issues
in certain .config configurations. Introduced in this cycle.
- Fix for a potential overflow CQE reordering issue if a re-schedule is
done during posting. Heading to stable.
- Fix for an issue with recv bundles, where certain conditions can lead
to gaps in the buffers, where a contiguous buffer range was expected.
Heading to stable.
Please pull!
The following changes since commit d871198ee431d90f5308d53998c1ba1d5db5619a:
io_uring/fdinfo: grab ctx->uring_lock around io_uring_show_fdinfo() (2025-05-14 07:15:28 -0600)
are available in the Git repository at:
git://git.kernel.dk/linux.git tags/io_uring-6.15-20250522
for you to fetch changes up to 3a08988123c868dbfdd054541b1090fb891fa49e:
io_uring/net: only retry recv bundle for a full transfer (2025-05-21 19:24:18 -0600)
----------------------------------------------------------------
io_uring-6.15-20250522
----------------------------------------------------------------
Caleb Sander Mateos (1):
io_uring/cmd: axe duplicate io_uring_cmd_import_fixed_vec() declaration
Jens Axboe (1):
io_uring/net: only retry recv bundle for a full transfer
Pavel Begunkov (1):
io_uring: fix overflow resched cqe reordering
io_uring/io_uring.c | 1 +
io_uring/net.c | 14 ++++++++++----
io_uring/uring_cmd.h | 6 ------
3 files changed, 11 insertions(+), 10 deletions(-)
--
Jens Axboe
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] io_uring fixes for 6.15-final
2025-05-22 19:56 [GIT PULL] io_uring fixes for 6.15-final Jens Axboe
@ 2025-05-22 20:16 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-05-22 20:16 UTC (permalink / raw)
To: Jens Axboe; +Cc: Linus Torvalds, io-uring
The pull request you sent on Thu, 22 May 2025 13:56:34 -0600:
> git://git.kernel.dk/linux.git tags/io_uring-6.15-20250522
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ab719cc7f53b2b84bea96640aec1c3092870766c
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-05-22 20:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-22 19:56 [GIT PULL] io_uring fixes for 6.15-final Jens Axboe
2025-05-22 20:16 ` 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