[PATCH] i3c: master: add WQ_PERCPU to alloc_workqueue users

Alexandre Belloni alexandre.belloni at bootlin.com
Fri Nov 28 15:32:57 PST 2025


On Fri, 07 Nov 2025 14:29: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, thanks!

[1/1] i3c: master: add WQ_PERCPU to alloc_workqueue users
      https://git.kernel.org/abelloni/c/de53ad6ca49e

Best regards,

-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



More information about the linux-i3c mailing list