Re: [PATCH v9 0/5] rust / dma_buf: Add abstractions for dma_fence
Miguel Ojeda <[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 | <CANiq72nZ25wkxVHpz9GTA_m5E_vyBmRKdDSUNMsJAZ=6zk=zhw@mail.gmail.com> |
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! [ 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