• J
    io-wq: only exit on fatal signals · 15e20db2
    Jens Axboe 提交于
    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: NJens Axboe <axboe@kernel.dk>
    15e20db2
io-wq.c 28.1 KB