Re: [PATCH v9 0/5] rust / dma_buf: Add abstractions for dma_fence
Philipp Stanner <[email protected]>
| Newsgroups | org.kernel.vger.rcu,org.freedesktop.lists.dri-devel,org.kernel.vger.linux-kernel,org.kernel.vger.linux-media,org.kernel.vger.rust-for-linux |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 2026-08-10 at 08:00 +0200, Miguel Ojeda wrote: > On Wed, Aug 5, 2026 at 5:01 PM Philipp Stanner <[email protected]> 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