Re: (subset) [PATCH] leds: trigger: replace use of system_wq with system_percpu_wq
From: Lee Jones
Date: Thu Nov 13 2025 - 10:56:21 EST
On Wed, 05 Nov 2025 12:19:24 +0100, Marco Crivellari wrote:
> Currently if a user enqueues a work item using schedule_delayed_work() the
> used wq is "system_wq" (per-cpu wq) while queue_delayed_work() use
> WORK_CPU_UNBOUND (used when a cpu is not specified). The same applies to
> schedule_work() that is using system_wq and queue_work(), that makes use
> again of WORK_CPU_UNBOUND.
>
> This lack of consistency cannot be addressed without refactoring the API.
>
> [...]
Applied, thanks!
[1/1] leds: trigger: replace use of system_wq with system_percpu_wq
commit: 88aa23c12888348bb4910e75a6088f0affc86923
--
Lee Jones [李琼斯]