]> Gentwo Git Trees - linux/.git/commit
io_uring/zcrx: increment fallback loop src offset
authorPavel Begunkov <asml.silence@gmail.com>
Wed, 8 Oct 2025 12:39:01 +0000 (13:39 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 8 Oct 2025 13:26:14 +0000 (07:26 -0600)
commite9a9dcb4ccb32446165800a9d83058e95c4833d2
tree4a7baee9295601d0fedac470c2866f632831be66
parent09cfd3c52ea76f43b3cb15e570aeddf633d65e80
io_uring/zcrx: increment fallback loop src offset

Don't forget to adjust the source offset in io_copy_page(), otherwise
it'll be copying into the same location in some cases for highmem
setups.

Fixes: e67645bb7f3f4 ("io_uring/zcrx: prepare fallback for larger pages")
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/zcrx.c