io_uring/net: move receive multishot out of the generic msghdr path
[ Upstream commit c5597802 ] Move the actual user_msghdr / compat_msghdr into the send and receive sides, respectively, so we can move the uaddr receive handling into its own handler, and ditto the multishot with buffer selection logic. Signed-off-by:Jens Axboe <axboe@kernel.dk> Stable-dep-of: 8ede3db5 ("io_uring/net: fix overflow check in io_recvmsg_mshot_prep()") Signed-off-by:
Sasha Levin <sashal@kernel.org>
Loading