[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <176437267658.886424.4325635802365787848.b4-ty@bootlin.com>
Date: Sat, 29 Nov 2025 00:32:57 +0100
From: Alexandre Belloni <alexandre.belloni@...tlin.com>
To: linux-kernel@...r.kernel.org, linux-i3c@...ts.infradead.org,
Marco Crivellari <marco.crivellari@...e.com>
Cc: Tejun Heo <tj@...nel.org>, Lai Jiangshan <jiangshanlai@...il.com>,
Frederic Weisbecker <frederic@...nel.org>,
Sebastian Andrzej Siewior <bigeasy@...utronix.de>,
Michal Hocko <mhocko@...e.com>, Frank Li <Frank.Li@....com>
Subject: Re: [PATCH] i3c: master: add WQ_PERCPU to alloc_workqueue users
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
Powered by blists - more mailing lists