Skip to content
Commit 6cc47d1d authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring: ensure poll commands clear ->sqe



If we end up getting woken in poll (due to a signal), then we may need
to punt the poll request to an async worker. When we do that, we look up
the list to queue at, deferefencing req->submit.sqe, however that is
only set for requests we initially decided to queue async.

This fixes a crash with poll command usage and wakeups that need to punt
to async context.

Fixes: 54a91f3b ("io_uring: limit parallelism of buffered writes")
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 5f5ad9ce
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