Re: [PATCH v9 0/5] rust / dma_buf: Add abstractions for dma_fence

From: Philipp Stanner

Date: Mon Aug 10 2026 - 03:48:46 EST


On Mon, 2026-08-10 at 08:00 +0200, Miguel Ojeda wrote:
> On Wed, Aug 5, 2026 at 5:01 PM Philipp Stanner <phasta@xxxxxxxxxx> wrote:
> >
> >   rust: types: implement ForeignOwnable for ARef<T>
> >   rust: sync: Add abstraction for rcu_barrier()
> >   rust: error: add remaining error codes
>
> Applied (these three) to `rust-next` -- thanks everyone!
>
> Please note that your Signed-off-by is required when sending a patch
> from someone else:
>
>   https://docs.kernel.org/process/submitting-patches.html#sign-your-work-the-developer-s-certificate-of-origin
>
> I added it here on apply for you -- please let me know if that is not
> what you intended!

No, fine by me, thank you for fixing it

P.

>
>     [ Formatted comments. Added the submitter's Signed-off-by tag. - Miguel ]
>
>     [ Relaxed `'static` bound and added `#[inline]` as discussed. Added
>       the submitter's Signed-off-by tag. - Miguel ]
>
>     [ Formatted documentation. Sorted tags. - Miguel ]
>
> Thanks!
>
> Cheers,
> Miguel