Skip to content
Commit 15e20db2 authored by Jens Axboe's avatar Jens Axboe
Browse files

io-wq: only exit on fatal signals



If the application uses io_uring and also relies heavily on signals
for communication, that can cause io-wq workers to spuriously exit
just because the parent has a signal pending. Just ignore signals
unless they are fatal.

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