On Wed, 05 Nov 2025 11:11:34 +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] drm/vc4: hdmi: replace use of system_wq with system_percpu_wq
      commit: 0ef1dcf4c16bb6d90e8fbf7b18f3d76b79fcde9d

Best regards,
- Maíra

Reply via email to