* [GIT PULL] io_uring fixes for 6.18-rc1
@ 2025-10-10 13:27 Jens Axboe
2025-10-10 18:25 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2025-10-10 13:27 UTC (permalink / raw)
To: Linus Torvalds; +Cc: io-uring
Hi Linus,
A small collection of little fixes that should go into the 6.18-rc1
kernel release. This pull request contains:
- Fixup indentation in the UAPI header
- Two fixes for zcrx. One fixes receiving too much in some cases, and
the other deals with not correctly incrementing the source in the
fallback copy loop.
- Fix for a race in the IORING_OP_WAITID command, where there was a
small window where the request would be left on the wait_queue_head
list even though it was being canceled/completed.
- Update liburing git URL in the kernel tree.
Please pull!
The following changes since commit e406d57be7bd2a4e73ea512c1ae36a40a44e499e:
Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm (2025-10-02 18:44:54 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git tags/io_uring-6.18-20251009
for you to fetch changes up to e9a9dcb4ccb32446165800a9d83058e95c4833d2:
io_uring/zcrx: increment fallback loop src offset (2025-10-08 07:26:14 -0600)
----------------------------------------------------------------
io_uring-6.18-20251009
----------------------------------------------------------------
Haiyue Wang (1):
io_uring: use tab indentation for IORING_SEND_VECTORIZED comment
Jens Axboe (2):
io_uring: update liburing git URL
io_uring/waitid: always prune wait queue entry in io_waitid_wait()
Pavel Begunkov (2):
io_uring/zcrx: fix overshooting recv limit
io_uring/zcrx: increment fallback loop src offset
include/uapi/linux/io_uring.h | 2 +-
io_uring/io_uring.c | 2 +-
io_uring/waitid.c | 3 ++-
io_uring/zcrx.c | 5 +++++
4 files changed, 9 insertions(+), 3 deletions(-)
--
Jens Axboe
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] io_uring fixes for 6.18-rc1
2025-10-10 13:27 [GIT PULL] io_uring fixes for 6.18-rc1 Jens Axboe
@ 2025-10-10 18:25 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-10-10 18:25 UTC (permalink / raw)
To: Jens Axboe; +Cc: Linus Torvalds, io-uring
The pull request you sent on Fri, 10 Oct 2025 07:27:16 -0600:
> https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git tags/io_uring-6.18-20251009
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/eba41c0173c8c27702b720730ed9d399088409f0
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-10-10 18:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-10 13:27 [GIT PULL] io_uring fixes for 6.18-rc1 Jens Axboe
2025-10-10 18:25 ` 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