commit | 84965ff8a84f0368b154c9b367b62e59c1193f30 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Sat Jan 23 15:51:11 2021 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Sun Jan 24 18:13:56 2021 -0700 |
tree | 4bad45289f957d8a7fd2feb281adad8cde6c0538 | |
parent | 6ee1d745b7c9fd573fba142a2efdad76a9f1cb04 [diff] |
io_uring: if we see flush on exit, cancel related tasks Ensure we match tasks that belong to a dead or dying task as well, as we need to reap those in addition to those belonging to the exiting task. Cc: stable@vger.kernel.org # 5.9+ Reported-by: Josef Grieb <josef.grieb@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>