]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
io_uring/zctx: move vec regbuf import into io_send_zc_import
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 16 Feb 2026 11:45:54 +0000 (11:45 +0000)
committerJens Axboe <axboe@kernel.dk>
Mon, 9 Mar 2026 13:21:53 +0000 (07:21 -0600)
commit2f9965f5d5de022e2040231712f36d4e93d8a3df
treee996657ccab4947c9d337c5ca2c2905910faf2bf
parentc279fcd95ae136c9dccccc8b7f5069f651449e58
io_uring/zctx: move vec regbuf import into io_send_zc_import

Unify send and sendmsg zerocopy paths for importing registered buffers
and make io_send_zc_import() responsible for that. It's a preparation
patch making the next change simpler.

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