commit | ed7eb2592286ead7d3bfdf8adf65e65392167cc4 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Wed Jun 23 09:04:13 2021 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Jun 30 14:15:39 2021 -0600 |
tree | 3c4eb84996a921f2dce86d31c5ceb03513cc4aad | |
parent | 12dcb58ac785ee678f577e1502d966b538375aae [diff] |
io_uring: add IOPOLL and reserved field checks to IORING_OP_RENAMEAT We can't support IOPOLL with non-pollable request types, and we should check for unused/reserved fields like we do for other request types. Fixes: 80a261fd0032 ("io_uring: add support for IORING_OP_RENAMEAT") Cc: stable@vger.kernel.org Reported-by: Dmitry Kadashev <dkadashev@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>