Commit 880b719ca0da for kernel
commit 880b719ca0da9d2470fd2652e8ed959ca5143280
Merge: 2e04e0961e92 29fe1bd01b99
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date: Fri Jun 12 10:49:59 2026 -0700
Merge tag 'io_uring-7.1-20260611' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Pull io_uring fixes from Jens Axboe:
- 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.
* tag 'io_uring-7.1-20260611' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux:
io_uring/wait: fix min_timeout behavior
io_uring/kbuf: don't truncate end buffer for bundles