Add an entry for the Rust dma mapping helpers abstractions.
Signed-off-by: Abdiel Janulgue <abdiel.janulgue@gmail.com>
---
MAINTAINERS | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index baf0eeb9a355..4808c9880b3e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6822,6 +6822,16 @@ F: include/linux/dma-mapping.h
F: include/linux/swiotlb.h
F: kernel/dma/
+DMA MAPPING HELPERS DEVICE DRIVER API [RUST]
+M: Abdiel Janulgue <abdiel.janulgue@gmail.com>
+M: Danilo Krummrich <dakr@kernel.org>
+R: Daniel Almeida <daniel.almeida@collabora.com>
+L: rust-for-linux@vger.kernel.org
+S: Supported
+W: https://rust-for-linux.com
+T: git https://github.com/Rust-for-Linux/linux.git rust-next
+F: rust/kernel/dma.rs
+
DMA-BUF HEAPS FRAMEWORK
M: Sumit Semwal <sumit.semwal@linaro.org>
R: Benjamin Gaignard <benjamin.gaignard@collabora.com>
--
2.43.0
On 2025-01-23 10:42 am, Abdiel Janulgue wrote: > Add an entry for the Rust dma mapping helpers abstractions. Can't really speak for the Rust side of things, but I could be an additional reviewer to keep an eye on the DMA API angle if that would help. Thanks, Robin. > Signed-off-by: Abdiel Janulgue <abdiel.janulgue@gmail.com> > --- > MAINTAINERS | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index baf0eeb9a355..4808c9880b3e 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -6822,6 +6822,16 @@ F: include/linux/dma-mapping.h > F: include/linux/swiotlb.h > F: kernel/dma/ > > +DMA MAPPING HELPERS DEVICE DRIVER API [RUST] > +M: Abdiel Janulgue <abdiel.janulgue@gmail.com> > +M: Danilo Krummrich <dakr@kernel.org> > +R: Daniel Almeida <daniel.almeida@collabora.com> > +L: rust-for-linux@vger.kernel.org > +S: Supported > +W: https://rust-for-linux.com > +T: git https://github.com/Rust-for-Linux/linux.git rust-next > +F: rust/kernel/dma.rs > + > DMA-BUF HEAPS FRAMEWORK > M: Sumit Semwal <sumit.semwal@linaro.org> > R: Benjamin Gaignard <benjamin.gaignard@collabora.com>
On 30/01/2025 13:49, Robin Murphy wrote: > On 2025-01-23 10:42 am, Abdiel Janulgue wrote: >> Add an entry for the Rust dma mapping helpers abstractions. > > Can't really speak for the Rust side of things, but I could be an > additional reviewer to keep an eye on the DMA API angle if that would help. > Yes, would really appreciate your help! Thanks! Abdiel
Hi Robin, On Thu, Jan 30, 2025 at 11:49:12AM +0000, Robin Murphy wrote: > On 2025-01-23 10:42 am, Abdiel Janulgue wrote: > > Add an entry for the Rust dma mapping helpers abstractions. > > Can't really speak for the Rust side of things, but I could be an additional > reviewer to keep an eye on the DMA API angle if that would help. I think this is a great idea and it is very welcome and appreciated. - Danilo > > Thanks, > Robin. > > > Signed-off-by: Abdiel Janulgue <abdiel.janulgue@gmail.com> > > --- > > MAINTAINERS | 10 ++++++++++ > > 1 file changed, 10 insertions(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index baf0eeb9a355..4808c9880b3e 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -6822,6 +6822,16 @@ F: include/linux/dma-mapping.h > > F: include/linux/swiotlb.h > > F: kernel/dma/ > > +DMA MAPPING HELPERS DEVICE DRIVER API [RUST] > > +M: Abdiel Janulgue <abdiel.janulgue@gmail.com> > > +M: Danilo Krummrich <dakr@kernel.org> > > +R: Daniel Almeida <daniel.almeida@collabora.com> > > +L: rust-for-linux@vger.kernel.org > > +S: Supported > > +W: https://rust-for-linux.com > > +T: git https://github.com/Rust-for-Linux/linux.git rust-next > > +F: rust/kernel/dma.rs > > + > > DMA-BUF HEAPS FRAMEWORK > > M: Sumit Semwal <sumit.semwal@linaro.org> > > R: Benjamin Gaignard <benjamin.gaignard@collabora.com> >
© 2016 - 2025 Red Hat, Inc.