[PATCH v11 3/3] MAINTAINERS: add entry for Rust dma mapping helpers device driver API

Abdiel Janulgue posted 3 patches 8 months, 2 weeks ago
[PATCH v11 3/3] MAINTAINERS: add entry for Rust dma mapping helpers device driver API
Posted by Abdiel Janulgue 8 months, 2 weeks ago
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
Re: [PATCH v11 3/3] MAINTAINERS: add entry for Rust dma mapping helpers device driver API
Posted by Robin Murphy 8 months, 1 week ago
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>
Re: [PATCH v11 3/3] MAINTAINERS: add entry for Rust dma mapping helpers device driver API
Posted by Abdiel Janulgue 8 months ago

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
Re: [PATCH v11 3/3] MAINTAINERS: add entry for Rust dma mapping helpers device driver API
Posted by Danilo Krummrich 8 months, 1 week ago
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>
>