]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: initialise msghdr::msg_ubuf
authorPavel Begunkov <asml.silence@gmail.com>
Tue, 12 Jul 2022 20:52:36 +0000 (21:52 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 25 Jul 2022 00:41:06 +0000 (18:41 -0600)
commit6b569ae3e9962c3f2788759933d8f723434b57e4
treeb63f3e94fd67a9b2ac01a9f9dc25bb0e664db19d
parent37a2e350677564d8aab25a9ad1ad0651d19f3c09
io_uring: initialise msghdr::msg_ubuf

Initialise newly added ->msg_ubuf in io_recv() and io_send().

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/b8f9f263875a4a36e7f26cc5d55ebe315308f57d.1657643355.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/net.c