[GIT PULL] wq fixes for v5.12-rc6

From: Tejun Heo
Date: Mon Apr 05 2021 - 05:59:18 EST


Hello, Linus.

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.

Thanks.

The following changes since commit 2023a53bdf41b7646b1d384b6816af06309f73a5:

Merge tag 'for-linus' of git://github.com/openrisc/linux (2021-04-03 15:42:45 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git for-5.12-fixes

for you to fetch changes up to 89e28ce60cb65971c73359c66d076aa20a395cd5:

workqueue/watchdog: Make unbound workqueues aware of touch_softlockup_watchdog() 84;0;0c84;0;0c There are two workqueue-specific watchdog timestamps: (2021-04-04 13:26:49 -0400)

----------------------------------------------------------------
Wang Qing (1):
workqueue/watchdog: Make unbound workqueues aware of touch_softlockup_watchdog() 84;0;0c84;0;0c There are two workqueue-specific watchdog timestamps:

Zqiang (1):
workqueue: Move the position of debug_work_activate() in __queue_work()

kernel/watchdog.c | 5 +++--
kernel/workqueue.c | 19 +++++++------------
2 files changed, 10 insertions(+), 14 deletions(-)