[PATCH] dma-mapping: update MAINTAINERS

Christoph Hellwig posted 1 patch 9 months, 3 weeks ago
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
[PATCH] dma-mapping: update MAINTAINERS
Posted by Christoph Hellwig 9 months, 3 weeks ago
Marek has graciously offered to maintain the dma-mapping tree.

Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4ff26fa94895..5434da7a4889 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6879,7 +6879,6 @@ F:	kernel/dma/map_benchmark.c
 F:	tools/testing/selftests/dma/
 
 DMA MAPPING HELPERS
-M:	Christoph Hellwig <hch@lst.de>
 M:	Marek Szyprowski <m.szyprowski@samsung.com>
 R:	Robin Murphy <robin.murphy@arm.com>
 L:	iommu@lists.linux.dev
-- 
2.45.2
Re: [PATCH] dma-mapping: update MAINTAINERS
Posted by Marek Szyprowski 9 months, 3 weeks ago
On 24.02.2025 17:27, Christoph Hellwig wrote:
> Marek has graciously offered to maintain the dma-mapping tree.
>
> Signed-off-by: Christoph Hellwig <hch@lst.de>
> ---
>   MAINTAINERS | 1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4ff26fa94895..5434da7a4889 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6879,7 +6879,6 @@ F:	kernel/dma/map_benchmark.c
>   F:	tools/testing/selftests/dma/
>   
>   DMA MAPPING HELPERS
> -M:	Christoph Hellwig <hch@lst.de>
>   M:	Marek Szyprowski <m.szyprowski@samsung.com>
>   R:	Robin Murphy <robin.murphy@arm.com>
>   L:	iommu@lists.linux.dev


Thank You Christoph for all the work done so far! I will do my best to 
keep dma-mapping subsystem uptodate. I will prepare a new dma-mapping 
git tree asap and start collecting patches.

Best regards
-- 
Marek Szyprowski, PhD
Samsung R&D Institute Poland
Re: [PATCH] dma-mapping: update MAINTAINERS
Posted by Leon Romanovsky 9 months, 3 weeks ago
On Mon, Feb 24, 2025 at 08:27:21AM -0800, Christoph Hellwig wrote:

<...>

>  DMA MAPPING HELPERS
> -M:	Christoph Hellwig <hch@lst.de>

It is sad change to see.

Thanks
Re: [PATCH] dma-mapping: update MAINTAINERS
Posted by Jason Gunthorpe 9 months, 3 weeks ago
On Mon, Feb 24, 2025 at 08:27:21AM -0800, Christoph Hellwig wrote:
> Marek has graciously offered to maintain the dma-mapping tree.
> 
> Signed-off-by: Christoph Hellwig <hch@lst.de>
> ---
>  MAINTAINERS | 1 -
>  1 file changed, 1 deletion(-)

Thank you for all you've done. Your technical leadership on the DMA
API over all these years was sound and appreciated. I view it as one
of the cornerstone pieces of linux infrastructure that made a big
impact on the project.

To repeat Uladzislau's words: this is sad.

Regards,
Jason