[GIT PULL] io_uring fix for 7.1-rc7
Jens Axboe <[email protected]>
| Newsgroups | org.kernel.vger.io-uring |
|---|---|
| Message-ID | <[email protected]> |
Hi Linus,
Just a single fix for a missing flag mask when multishot is used with
an incrementally consumped buffer ring, potentially leading to
application confusion because of lack of IORING_CQE_F_BUF_MORE
consistency.
Please pull!
The following changes since commit a88c02915d9c6160cfc7ab1b26ed64b2993e2b94:
io_uring/tctx: set ->io_uring before publishing the tctx node (2026-05-24 12:01:15 -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-20260605
for you to fetch changes up to ed46f39c47eb5530a9c161481a2080d3a869cfaf:
io_uring/net: inherit IORING_CQE_F_BUF_MORE across bundle recv retries (2026-06-05 05:20:25 -0600)
----------------------------------------------------------------
io_uring-7.1-20260605
----------------------------------------------------------------
Clément Léger (1):
io_uring/net: inherit IORING_CQE_F_BUF_MORE across bundle recv retries
io_uring/net.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
Jens Axboe