Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
io_uring: check reserved fields for send/sendmsg
We should check unused fields for non-zero and -EINVAL if they are set, making it consistent with other opcodes. Fixes: 0fa03c6 ("io_uring: add support for sendmsg()") Signed-off-by: Jens Axboe <axboe@kernel.dk>
- Loading branch information