[GIT PULL] workqueue: Fixes for v6.11-rc7
From: Tejun Heo
Date: Thu Sep 12 2024 - 14:58:59 EST
The following changes since commit c4c8f369b6a6d21ce27286de1501137771e01dc3:
workqueue: Correct declaration of cpu_pwq in struct workqueue_struct (2024-08-05 18:34:02 -1000)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git/ tags/wq-for-6.11-rc7-fixes
for you to fetch changes up to 73613840a8896f4f859eea489cb4a7a656939e70:
workqueue: Clear worker->pool in the worker thread context (2024-09-11 19:58:20 -1000)
----------------------------------------------------------------
workqueue: Fixes for v6.11-rc7
Contains the fix for a NULL worker->pool deref bug which can be triggered
when a worker is created and then destroyed immediately.
----------------------------------------------------------------
Lai Jiangshan (1):
workqueue: Clear worker->pool in the worker thread context
kernel/workqueue.c | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
--
tejun