]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit04b963d001fce41d6cc73ed2f244c1fc29f4ca3d
tree06690a1c419a76c45c7951e4e84d0b41a4192d66
parentbfb5d53282028502a374336d9661acb9a5525bd2
parent0d41eff54abdf3b518ae39447eda75ebeb14456a
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