]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
io_uring/zcrx: check all niovs filled with dma addresses
authorPavel Begunkov <asml.silence@gmail.com>
Tue, 16 Sep 2025 14:27:50 +0000 (15:27 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 16 Sep 2025 18:37:20 +0000 (12:37 -0600)
commitd7ae46b454eb05e3df0d46c2ac9c61416a4d9057
treeff7ece5f814d0c49002804a155014dc7f6959e5a
parent01464ea405e13789bf4f14c7d4e9fa97f0885d46
io_uring/zcrx: check all niovs filled with dma addresses

Add a warning if io_populate_area_dma() can't fill in all net_iovs, it
should never happen.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/zcrx.c