Re: [PATCH v3 1/2] workqueue: Add missing EXPORT_SYMBOL_GPL for workqueue_set_min_active

From: Tejun Heo

Date: Tue Aug 11 2026 - 12:45:35 EST


On Tue, Aug 11, 2026 at 05:53:37PM +0200, Håkon Bugge wrote:
> Export workqueue_set_min_active() so that tests/loadable modules,
> e.g., test-ww_mutex can adjust workqueue concurrency levels to avoid
> deadlocks during cyclic test runs. This function is called in
> test-ww_mutex.c in order to solve a deadlock.
>
> Fixes: 8f172181f24b ("workqueue: Implement workqueue_set_min_active()")
> Signed-off-by: Håkon Bugge <haakon.bugge@xxxxxxxxxx>

Acked-by: Tejun Heo <tj@xxxxxxxxxx>

Please feel free to route together with the following patch.

Thanks.

--
tejun