]> Gentwo Git Trees - linux/.git/commit
io_uring/zcrx: move area reg checks into io_import_area
authorPavel Begunkov <asml.silence@gmail.com>
Tue, 16 Sep 2025 14:27:49 +0000 (15:27 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 16 Sep 2025 18:37:20 +0000 (12:37 -0600)
commit01464ea405e13789bf4f14c7d4e9fa97f0885d46
treeeaf0de3d2633515845381ca285ca909f22581c53
parentd425f13146af0ef10b8f1dc7cc9fd700ce7c759e
io_uring/zcrx: move area reg checks into io_import_area

io_import_area() is responsible for importing memory and parsing
io_uring_zcrx_area_reg, so move all area reg structure checks into the
function.

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