On Tue, 11 Nov 2025 10:50:49 +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 to modules-next, thanks!

[1/1] module: replace use of system_wq with system_dfl_wq
      commit: 581ac2d4a58b81669cc6abf645a558bce5cf14ab

Best regards,

        Sami


Reply via email to