Re: [PATCH v5 4/5] rust: Add dma_fence abstractions
From: Philipp Stanner
Date: Thu Jul 16 2026 - 03:01:14 EST
On Wed, 2026-07-15 at 23:00 +0300, Onur Özkan wrote:
> On Fri, 03 Jul 2026 09:31:40 +0200
> Philipp Stanner <phasta@xxxxxxxxxx> wrote:
>
> > +}
> > +
> > +#[allow(unused_unsafe)]
>
> Why is this needed?
Relic from copy pasting around and sorting. Will remove.
P.
>
> > +impl<'a, T: Send + Sync + FenceCtxOps> FenceCtx<T> {
> > + // This can later be extended as a vtable in case other parties need support
> > + // for the more "exotic" callbacks.