Re: [RFC PATCH] platform/x86: Move delayed work on system_dfl_wq
From: Ilpo Järvinen
Date: Thu May 28 2026 - 08:14:48 EST
On Fri, 15 May 2026 16:58:51 +0200, Marco Crivellari wrote:
> Currently the code enqueue work items using {queue|mod}_delayed_work(),
> using system_wq, which will be deprecated soon and replaced by
> system_percpu_wq.
>
> commit 128ea9f6ccfb ("workqueue: Add system_percpu_wq and system_dfl_wq")
>
> The function(s) mentioned earlier, end up calling __queue_delayed_work(),
> which set a global timer that could fire anywhere, enqueuing the work
> where the timer fired.
>
> [...]
Thank you for your contribution, it has been applied to my local
review-ilpo-next branch. Note it will show up in the public
platform-drivers-x86/review-ilpo-next branch only once I've pushed my
local branch there, which might take a while.
The list of commits applied:
[1/1] platform/x86: Move delayed work on system_dfl_wq
commit: 5a3feefbcfa652e65b9259708222dd31d180eb33
--
i.