Re: [PATCH] workqueue: Fix missed pwq_release_worker creation in wq_cpu_intensive_thresh_init()

From: Tejun Heo
Date: Mon Sep 18 2023 - 14:53:41 EST


On Mon, Sep 11, 2023 at 04:27:22PM +0800, Zqiang wrote:
> Currently, if the wq_cpu_intensive_thresh_us is set to specific
> value, will cause the wq_cpu_intensive_thresh_init() early exit
> and missed creation of pwq_release_worker. this commit therefore
> create the pwq_release_worker in advance before checking the
> wq_cpu_intensive_thresh_us.
>
> Signed-off-by: Zqiang <qiang.zhang1211@xxxxxxxxx>

Applied to wq/for-6.6-fixes.

Thanks.

--
tejun