Merge tag 'io_uring-5.15-2021-10-22' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 23 Oct 2021 03:34:31 +0000 (17:34 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 23 Oct 2021 03:34:31 +0000 (17:34 -1000)
commitda4d34b669723508601a4c29daa22cdc669ee005
tree06690a1c419a76c45c7951e4e84d0b41a4192d66
parent5ab2ed0a8d75ce55ade89e3ff6b75bef7d9fa53f
parentb22fa62a35d7f2029d757a518d78041822b7c7c1
Merge tag 'io_uring-5.15-2021-10-22' of git://git.kernel.dk/linux-block

Pull io_uring fixes from Jens Axboe:
 "Two fixes for the max workers limit API that was introduced this
  series: one fix for an issue with that code, and one fixing a linked
  timeout regression in this series"

* tag 'io_uring-5.15-2021-10-22' of git://git.kernel.dk/linux-block:
  io_uring: apply worker limits to previous users
  io_uring: fix ltimeout unprep
  io_uring: apply max_workers limit to all future users
  io-wq: max_worker fixes