[GIT PULL] Workqueue fixes for v6.6-rc3

From: Tejun Heo
Date: Mon Sep 25 2023 - 14:37:40 EST


The following changes since commit ce9ecca0238b140b88f43859b211c9fdfd8e5b70:

Linux 6.6-rc2 (2023-09-17 14:40:24 -0700)

are available in the Git repository at:

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

for you to fetch changes up to dd64c873ed11cdae340be06dcd2364870fd3e4fc:

workqueue: Fix missed pwq_release_worker creation in wq_cpu_intensive_thresh_init() (2023-09-18 08:50:31 -1000)

----------------------------------------------------------------
Workqueue fixes for v6.6-rc3

* Remove double allocation of wq_update_pod_attrs_buf.

* Fix missing allocation of pwq_release_worker when
wq_cpu_intensive_thresh_us is set to a custom value.

----------------------------------------------------------------
Steven Rostedt (Google) (1):
workqueue: Removed double allocation of wq_update_pod_attrs_buf

Zqiang (1):
workqueue: Fix missed pwq_release_worker creation in wq_cpu_intensive_thresh_init()

kernel/workqueue.c | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)

--
tejun