1. 11 4月, 2022 11 次提交
  2. 09 4月, 2022 1 次提交
    • J
      io_uring: fix race between timeout flush and removal · e677edbc
      Jens Axboe 提交于
      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: NJens Axboe <axboe@kernel.dk>
      e677edbc
  3. 08 4月, 2022 14 次提交
  4. 05 4月, 2022 7 次提交
  5. 04 4月, 2022 1 次提交
  6. 02 4月, 2022 6 次提交