[GIT PULL] workqueue fixes for v6.0-rc6
From: Tejun Heo
Date: Fri Sep 23 2022 - 23:49:05 EST
The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:
Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git/ tags/wq-for-6.0-rc6-fixes
for you to fetch changes up to c0feea594e058223973db94c1c32a830c9807c86:
workqueue: don't skip lockdep work dependency in cancel_work_sync() (2022-08-16 06:27:35 -1000)
----------------------------------------------------------------
Workqueue fixes for v6.0-rc6
Just one patch to improve flush lockdep coverage.
----------------------------------------------------------------
Tetsuo Handa (1):
workqueue: don't skip lockdep work dependency in cancel_work_sync()
kernel/workqueue.c | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
--
tejun