You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: [email protected]
Reported-by: Rasmus Karlsson <[email protected]>
Tested-by: Rasmus Karlsson <[email protected]>
Tested-by: Iskren Chernev <[email protected]>
Link: axboe/liburing#1113
Signed-off-by: Jens Axboe <[email protected]>
0 commit comments