Files
linux/fs
Jens Axboe e677edbcab io_uring: fix race between timeout flush and removal
io_flush_timeouts() assumes the timeout isn't in progress of triggering
or being removed/canceled, so it unconditionally removes it from the
timeout list and attempts to cancel it.

Leave it on the list and let the normal timeout cancelation take care
of it.

Cc: stable@vger.kernel.org # 5.5+
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2022-04-08 14:50:05 -06:00
..
2021-11-17 09:26:09 +01:00
2022-04-01 14:40:44 -04:00
2022-03-08 17:55:03 -07:00
2022-04-07 11:17:28 -06:00
2022-03-08 17:55:03 -07:00
2022-03-10 09:33:55 -07:00
2021-08-10 17:57:22 +02:00