Skip to content
Commit 41d3a6bd authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring: pin SQPOLL data before unlocking ring lock



We need to re-check sqd->thread after we've dropped the lock. Pin
the sqd before doing the lockdep lock dance, and check if the thread
is alive after that. It's either NULL or alive, as the SQPOLL thread
cannot exit without holding the same sqd->lock.

Reported-and-tested-by: default avatar <syzbot+337de45f13a4fd54d708@syzkaller.appspotmail.com>
Fixes: fa84693b ("io_uring: ensure IORING_REGISTER_IOWQ_MAX_WORKERS works with SQPOLL")
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent dd47c104
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment