diff options
author | Pavel Begunkov <asml.silence@gmail.com> | 2020-03-07 01:15:22 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-03-07 08:35:56 -0700 |
commit | f0e20b8943509d81200cef5e30af2adfddba0f5c (patch) | |
tree | 7dccd88cdb089208a69c95de6a3d11ed7737b057 /fs/inode.c | |
parent | c1e2148f8ecb26863b899d402a823dab8e26efd1 (diff) |
io_uring: fix lockup with timeouts
There is a recipe to deadlock the kernel: submit a timeout sqe with a
linked_timeout (e.g. test_single_link_timeout_ception() from liburing),
and SIGKILL the process.
Then, io_kill_timeouts() takes @ctx->completion_lock, but the timeout
isn't flagged with REQ_F_COMP_LOCKED, and will try to double grab it
during io_put_free() to cancel the linked timeout. Probably, the same
can happen with another io_kill_timeout() call site, that is
io_commit_cqring().
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'fs/inode.c')
0 files changed, 0 insertions, 0 deletions