Re: [PATCH v5 0/2] Add new workqueue wrapper and enqueue on cpu functions

From: Miguel Ojeda

Date: Sat Jul 04 2026 - 16:04:05 EST


On Wed, Feb 4, 2026 at 4:50 PM Marco Crivellari
<marco.crivellari@xxxxxxxx> wrote:
>
> Recently the workqueue code has been changed introducing two new workqueue,
> system_percpu_wq and system_dfl_wq, as a future replacement for system_wq and
> system_unbound_wq respectively.

The C side merged the warning, and now this triggers in on of our doctests:

workqueue: work func _R...sync_completion_rs_18... enqueued on deprecated
workqueue. Use system_{percpu|dfl}_wq instead.

Should we move forward with this, then?

(By the way, please run `make ... rustfmt` on the patchset).

Thanks!

Cheers,
Miguel