2023-09-19 04:11:22

by Tejun Heo

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

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 <[email protected]>

Applied to wq/for-6.6-fixes.

Thanks.

--
tejun