Merge branch 'for-5.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 5 Apr 2021 16:35:58 +0000 (09:35 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 5 Apr 2021 16:35:58 +0000 (09:35 -0700)
commit0a50438c84363bd37fe18fe432888ae9a074dcab
tree1e3f95e5709d1ba184f80fb91e71f3d39fd2b0a9
parente49d033bddf5b565044e2abe4241353959bc9120
parent89e28ce60cb65971c73359c66d076aa20a395cd5
Merge branch 'for-5.12-fixes' of git://git./linux/kernel/git/tj/wq

Pull workqueue fixes from Tejun Heo:
 "Two workqueue fixes.

  One is around debugobj and poses no risk. The other is to prevent the
  stall watchdog from firing spuriously in certain conditions. Not as
  trivial as debugobj change but is still fairly low risk"

* 'for-5.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq:
  workqueue/watchdog: Make unbound workqueues aware of touch_softlockup_watchdog() 84;0;0c84;0;0c There are two workqueue-specific watchdog timestamps:
  workqueue: Move the position of debug_work_activate() in __queue_work()