Re: [PATCH v2 0/4] rust: Add ARef support for work items

From: Danilo Krummrich

Date: Sun Mar 01 2026 - 15:08:29 EST


On Wed Feb 4, 2026 at 9:40 PM CET, Daniel Almeida wrote:
> rust: workqueue: add support for ARef<T>
> rust: drm: dispatch work items to the private data
> rust: workqueue: add delayed work support for ARef<T>
> rust: drm: dispatch delayed work items to the private data

With the imports fixed

Acked-by: Danilo Krummrich <dakr@xxxxxxxxxx>

for the DRM bits.

However, we could avoid a (trivial) conflict taking it through the DRM tree. I
assume the Rust workqueue stuff is maintained by Alice and Tejun? (I couldn't
find a dedicated entry for rust/kernel/workqueue.rs.)

In any case, if you agree, I suggest to take it through the DRM tree.

Thanks,
Danilo