]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'io_uring-5.16-2021-12-10' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 11 Dec 2021 17:19:44 +0000 (09:19 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 11 Dec 2021 17:19:44 +0000 (09:19 -0800)
commit5fe3e05b1d56e56d2eeebb56d12f75c8fd3e2196
tree06c8f41efb0ae2f51f5219420cdaba8253c4ec8a
parentd903daba2d7049751c0140547ae87879d3901ad2
parent1e26c386d05bda1c6a990e82bf136e12fc934269
Merge tag 'io_uring-5.16-2021-12-10' of git://git.kernel.dk/linux-block

Pull io_uring fixes from Jens Axboe:
 "A few fixes that are all bound for stable:

   - Two syzbot reports for io-wq that turned out to be separate fixes,
     but ultimately very closely related

   - io_uring task_work running on cancelations"

* tag 'io_uring-5.16-2021-12-10' of git://git.kernel.dk/linux-block:
  io-wq: check for wq exit after adding new worker task_work
  io_uring: ensure task_work gets run as part of cancelations
  io-wq: remove spurious bit clear on task_work addition