]> www.infradead.org Git - users/jedix/linux-maple.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)
committerJens Axboe <axboe@kernel.dk>
Tue, 25 Feb 2025 16:03:51 +0000 (09:03 -0700)
commit6ebf05189dfc6d0d597c99a6448a4d1064439a18
treed6e623097814053d0c51eb41085d8dfc894680f3
parent4614de748e78a295ee9b1f54ca87280b101fbdf0
io_uring/net: save msg_control for compat

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>
io_uring/net.c