Re: [PATCH 0/2] add WQ_PERCPU to alloc_workqueue

From: Martin K. Petersen

Date: Wed Nov 19 2025 - 23:16:46 EST


On Fri, 07 Nov 2025 16:01:53 +0100, Marco Crivellari wrote:

> === Current situation: problems ===
>
> Let's consider a nohz_full system with isolated CPUs: wq_unbound_cpumask is
> set to the housekeeping CPUs, for !WQ_UNBOUND the local CPU is selected.
>
> This leads to different scenarios if a work item is scheduled on an
> isolated CPU where "delay" value is 0 or greater then 0:
> schedule_delayed_work(, 0);
>
> [...]

Applied to 6.19/scsi-queue, thanks!

[1/2] scsi: bnx2fc: add WQ_PERCPU to alloc_workqueue users
https://git.kernel.org/mkp/scsi/c/a43a2e48d534
[2/2] scsi: qedf: add WQ_PERCPU to alloc_workqueue users
https://git.kernel.org/mkp/scsi/c/e036dadf78f8

--
Martin K. Petersen