]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
io_uring/net: save msg_control for compat
authorPavel Begunkov <asml.silence@gmail.com>
Tue, 25 Feb 2025 15:59:02 +0000 (15:59 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Mar 2025 15:45:43 +0000 (16:45 +0100)
commit685da33c81d0e2cda168f0532cc04a0683f3c939
tree31f20f5655ff94eb8ea9a0bbbdff17ea3d8a145a
parent0b6f19714588cf2366b0364234f97ba963688f63
io_uring/net: save msg_control for compat

[ Upstream commit 6ebf05189dfc6d0d597c99a6448a4d1064439a18 ]

Match the compat part of io_sendmsg_copy_hdr() with its counterpart and
save msg_control.

Fixes: c55978024d123 ("io_uring/net: move receive multishot out of the generic msghdr path")
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/2a8418821fe83d3b64350ad2b3c0303e9b732bbd.1740498502.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Sasha Levin <sashal@kernel.org>
io_uring/net.c