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)
commitf152165ada75e1efc7bffbea8a188652bcd04f32
tree06c8f41efb0ae2f51f5219420cdaba8253c4ec8a
parentbd66be54b92e66d6e27af4b57407052edbed7178
parent71a85387546e50b1a37b0fa45dadcae3bfb35cf6
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