Re: [PATCH] scsi: fcoe: add WQ_PERCPU to alloc_workqueue users

From: Martin K. Petersen

Date: Wed Nov 12 2025 - 21:47:21 EST


On Wed, 05 Nov 2025 16:03:36 +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 consistentcy cannot be addressed without refactoring the API.
>
> [...]

Applied to 6.19/scsi-queue, thanks!

[1/1] scsi: fcoe: add WQ_PERCPU to alloc_workqueue users
https://git.kernel.org/mkp/scsi/c/57565f97b0ea

--
Martin K. Petersen