Re: [PATCH] bus: mhi: ep: add WQ_PERCPU to alloc_workqueue users
From: Manivannan Sadhasivam
Date: Mon Nov 10 2025 - 02:13:55 EST
On Thu, 06 Nov 2025 17:24:30 +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, thanks!
[1/1] bus: mhi: ep: add WQ_PERCPU to alloc_workqueue users
commit: 9e24bdfecdb071a3a42fb74be1ab503c958e2740
Best regards,
--
Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxxxxxxxx>