[GIT PULL] workqueue: Fixes for v6.14-rc2
From: Tejun Heo
Date: Fri Feb 14 2025 - 11:58:43 EST
The following changes since commit ab18b8fff124c9b76ea12692571ca822dcd92854:
Merge tag 'auxdisplay-v6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-auxdisplay (2025-01-24 08:03:52 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git/ tags/wq-for-6.14-rc2-fixes
for you to fetch changes up to e76946110137703c16423baf6ee177b751a34b7e:
workqueue: Put the pwq after detaching the rescuer from the pool (2025-01-24 09:29:46 -1000)
----------------------------------------------------------------
workqueue: Fixes for v6.14-rc2
- Fix a regression where a worker pool can be freed before rescuer workers
are done with it leading to user-after-free.
----------------------------------------------------------------
Lai Jiangshan (1):
workqueue: Put the pwq after detaching the rescuer from the pool
kernel/workqueue.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
--
tejun