diff options
author | Jens Axboe | 2020-01-26 10:17:12 -0700 |
---|---|---|
committer | Jens Axboe | 2020-01-26 10:17:12 -0700 |
commit | ebe10026210f9ea740b9a050ee84a166690fddde (patch) | |
tree | 175b189cae209e729e2c5670c40207b494c636bc /kernel/jump_label.c | |
parent | 73e08e711d9c1d79fae01daed4b0e1fee5f8a275 (diff) |
io_uring: don't cancel all work on process exit
If we're sharing the ring across forks, then one process exiting means
that we cancel ALL work and prevent future work. This is overly
restrictive. As long as we cancel the work associated with the files
from the current task, it's safe to let others persist. Normal fd close
on exit will still wait (and cancel) pending work.
Fixes: fcb323cc53e2 ("io_uring: io_uring: add support for async work inheriting files")
Reported-by: Andres Freund <andres@anarazel.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'kernel/jump_label.c')
0 files changed, 0 insertions, 0 deletions