Skip to content
Commit 23fffb2f authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring/cancel: re-grab ctx mutex after finishing wait



If we have a signal pending during cancelations, it'll cause the
task_work run to return an error. Since we didn't run task_work, the
current task is left in TASK_INTERRUPTIBLE state when we need to
re-grab the ctx mutex, and the kernel will rightfully complain about
that.

Move the lock grabbing for the error cases outside the loop to avoid
that issue.

Reported-by: default avatar <syzbot+7df055631cd1be4586fd@syzkaller.appspotmail.com>
Link: https://lore.kernel.org/io-uring/0000000000003a14a905f05050b0@google.com/


Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 52ea806a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment