| commit | e9a9dcb4ccb32446165800a9d83058e95c4833d2 | [log] [tgz] |
|---|---|---|
| author | Pavel Begunkov <asml.silence@gmail.com> | Wed Oct 08 13:39:01 2025 +0100 |
| committer | Jens Axboe <axboe@kernel.dk> | Wed Oct 08 07:26:14 2025 -0600 |
| tree | 4a7baee9295601d0fedac470c2866f632831be66 | |
| parent | 09cfd3c52ea76f43b3cb15e570aeddf633d65e80 [diff] |
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>