]> 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)
commitfa3f269fd01564d3161337a9098bcccf557385cf
tree1e3f95e5709d1ba184f80fb91e71f3d39fd2b0a9
parentaf17dac18492216dd3df2dc382fc88eeffbff213
parent09a8a845d66ab7e22856401edfc2d4302764caef
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()