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>
Loading
-
mentioned in commit 3f6b0049
-
mentioned in commit 4b895c55
-
mentioned in commit ad76c241
-
mentioned in commit 7394b847
-
mentioned in commit 27f00892
-
mentioned in commit 7cc60ad3
-
mentioned in commit 9484f840
-
mentioned in commit fea98faa
-
mentioned in commit 5c869f17
-
mentioned in commit fefdf99a
-
mentioned in commit d568c13d
Please sign in to comment