Re: [PATCH] ata: libata-sff: add WQ_PERCPU to alloc_workqueue users
From: Niklas Cassel
Date: Fri Nov 07 2025 - 03:45:30 EST
On Thu, 06 Nov 2025 17:08:13 +0100, Marco Crivellari wrote:
> Currently if a user enqueue 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 libata/linux.git (for-6.19), thanks!
[1/1] ata: libata-sff: add WQ_PERCPU to alloc_workqueue users
https://git.kernel.org/libata/linux/c/13f4d995
Kind regards,
Niklas