]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commited66d4b911c1a4f911740adfca7cbc5f88b2cfe8
tree1e3f95e5709d1ba184f80fb91e71f3d39fd2b0a9
parent2e14546b6a9225adcf831fae738a2576d5ea6ac9
parent5c697ae221c8bf7dffe9e942cf2bb5f551dc1785
Merge branch 'for-5.12-fixes' of git://git.kernel.org/pub/scm/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()