Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'io_uring-6.16-20250621' of git://git.kernel.dk/linux

Pull io_uring fix from Jens Axboe:
"A single fix to hopefully wrap up the saga of receive bundles"

* tag 'io_uring-6.16-20250621' of git://git.kernel.dk/linux:
io_uring/net: always use current transfer count for buffer put

+1 -1
+1 -1
io_uring/net.c
··· 821 821 if (sr->flags & IORING_RECVSEND_BUNDLE) { 822 822 size_t this_ret = *ret - sr->done_io; 823 823 824 - cflags |= io_put_kbufs(req, *ret, io_bundle_nbufs(kmsg, this_ret), 824 + cflags |= io_put_kbufs(req, this_ret, io_bundle_nbufs(kmsg, this_ret), 825 825 issue_flags); 826 826 if (sr->retry) 827 827 cflags = req->cqe.flags | (cflags & CQE_F_MASK);