commit | 4257c8ca13b084550574b8c9a667d9c90ff746eb | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Mon Nov 25 14:27:34 2019 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Nov 26 15:02:41 2019 -0700 |
tree | 22630dbdb627f4476726845338d31553179bb18a | |
parent | 8042d6ce8c40df0abb0d91662a754d074a3d3f16 [diff] |
net: separate out the msghdr copy from ___sys_{send,recv}msg() This is in preparation for enabling the io_uring helpers for sendmsg and recvmsg to first copy the header for validation before continuing with the operation. There should be no functional changes in this patch. Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Jens Axboe <axboe@kernel.dk>