]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'io_uring-5.6-2020-03-07' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 7 Mar 2020 20:20:29 +0000 (14:20 -0600)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 7 Mar 2020 20:20:29 +0000 (14:20 -0600)
commit44059a425e2e13e0781a7b226f739489fa3c6dd8
tree23c9181f4439222d9ed44015a516349ceda4c7d4
parent7f96c7e2eda1c3ced42abf19428678082a3c66cc
parent57ffe3564d43b0b01b9067be2c077cc9081bb4de
Merge tag 'io_uring-5.6-2020-03-07' of git://git.kernel.dk/linux-block

Pull io_uring fixes from Jens Axboe:
 "Here are a few io_uring fixes that should go into this release. This
  contains:

   - Removal of (now) unused io_wq_flush() and associated flag (Pavel)

   - Fix cancelation lockup with linked timeouts (Pavel)

   - Fix for potential use-after-free when freeing percpu ref for fixed
     file sets

   - io-wq cancelation fixups (Pavel)"

* tag 'io_uring-5.6-2020-03-07' of git://git.kernel.dk/linux-block:
  io_uring: fix lockup with timeouts
  io_uring: free fixed_file_data after RCU grace period
  io-wq: remove io_wq_flush and IO_WQ_WORK_INTERNAL
  io-wq: fix IO_WQ_WORK_NO_CANCEL cancellation