Re: [PATCH] io_uring/net: don't truncate the bundle segment length to int
Jens Axboe <[email protected]> Wed, 29 Jul 2026 09:39:25 -0600
| Newsgroups | org.kernel.vger.io-uring,org.kernel.vger.linux-kernel,org.kernel.vger.stable |
|---|---|
| Message-ID | <[email protected]> |
On 7/29/26 9:15 AM, Baul Lee wrote: > io_bundle_nbufs() works out how many buffers a short bundle transfer > consumed by walking the mapped iovec and subtracting each segment from the > transferred length: Should already be fixed by: https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git/commit/?h=io_uring-7.2&id=bc6d516abfe7085bf706aff22127859f06174f75 -- Jens Axboe