Re: [PATCH v2 1/2] rust: workqueue: restrict delayed work to global wqs

From: Miguel Ojeda

Date: Thu Nov 13 2025 - 06:59:13 EST


On Thu, Nov 13, 2025 at 11:08 AM Alice Ryhl <aliceryhl@xxxxxxxxxx> wrote:
>
> I could go either way. Without the next patch, there's no way to use a
> non-global workqueue. But probably is useful to backport anyway and
> there's certainly no harm.

Yeah, I would say then let's propose it for stable to be safe than
sorry in case this gets missed later on (or someone else out there
uses only the other one etc.).

Cc: stable@xxxxxxxxxxxxxxx
Fixes: 7c098cd5eaae ("workqueue: rust: add delayed work items")

Thanks!

Cheers,
Miguel