Re: [RFC PATCH 3/4] rust/drm: Add DRM Jobqueue

From: Alice Ryhl

Date: Wed Feb 11 2026 - 10:22:21 EST


On Wed, Feb 11, 2026 at 03:07:38PM +0100, Boris Brezillon wrote:
>
> Back to this particular job dependencies use case: we have to embed the
> DmaFence pointer in some wrapper with the ListLinks element anyway,
> because DmaFences can be inserted in multiple of those lists in
> parallel.

Okay, if that's the case, then the linked list is *really* not the right
tool for the job.

Alice