Skip to content
Commit 73eaa2b5 authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring: use private workqueue for exit work



Rather than use the system unbound event workqueue, use an io_uring
specific one. This avoids dependencies with the tty, which also uses
the system_unbound_wq, and issues flushes of said workqueue from inside
its poll handling.

Cc: stable@vger.kernel.org
Reported-by: default avatarRasmus Karlsson <rasmus.karlsson@pajlada.com>
Tested-by: default avatarRasmus Karlsson <rasmus.karlsson@pajlada.com>
Tested-by: default avatarIskren Chernev <me@iskren.info>
Link: https://github.com/axboe/liburing/issues/1113


Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent bee1d5be
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