]> 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)
commit8ff08631f65d123b95f9ae05dc67cc0049d154ec
tree06690a1c419a76c45c7951e4e84d0b41a4192d66
parentbffe8eaff1ff52c0e0ad410d5f3e25376813add4
parent14dbce712a7a661d30b89227893c7e226f7a76e3
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