[GIT PULL] io_uring fixes for 7.1-final
Jens Axboe <[email protected]>
| Newsgroups | org.kernel.vger.io-uring |
|---|---|
| Message-ID | <[email protected]> |
Hi Linus,
Two small fixes for io_uring, that should go into the final 7.1 release,
both heading to stable. This pull request contains:
- Tweak for an off-by-one in the CQ ring accounting for the min wait
support.
- Don't truncate end buffer length for a bundle, as the transfer might
not happen. It's not required in the first place, as the completion
side handles this condition already.
Please pull!
The following changes since commit ed46f39c47eb5530a9c161481a2080d3a869cfaf:
io_uring/net: inherit IORING_CQE_F_BUF_MORE across bundle recv retries (2026-06-05 05:20:25 -0600)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git tags/io_uring-7.1-20260611
for you to fetch changes up to 29fe1bd01b99714f3136f922230a643c2742cda9:
io_uring/wait: fix min_timeout behavior (2026-06-07 16:12:32 -0600)
----------------------------------------------------------------
io_uring-7.1-20260611
----------------------------------------------------------------
Christian A. Ehrhardt (1):
io_uring/wait: fix min_timeout behavior
Jens Axboe (1):
io_uring/kbuf: don't truncate end buffer for bundles
io_uring/kbuf.c | 1 -
io_uring/wait.c | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
--
Jens Axboe