[PATCH] MAINTAINERS: Remove obsolete file entry in DMA BUFFER SHARING FRAMEWORK

Lukas Bulwahn posted 1 patch 2 months, 1 week ago
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
[PATCH] MAINTAINERS: Remove obsolete file entry in DMA BUFFER SHARING FRAMEWORK
Posted by Lukas Bulwahn 2 months, 1 week ago
From: Lukas Bulwahn <lukas.bulwahn@redhat.com>

Commit 25bd73562941 ("dma: contiguous: Turn heap registration logic
around") removes the file include/linux/dma-buf/heaps/cma.h, which is the
only file in include/linux/dma-buf/.

Hence, there is no file matching the file entry include/linux/dma-buf/ in
the MAINTAINERS section DMA BUFFER SHARING FRAMEWORK.

Remove this obsolete file entry in DMA BUFFER SHARING FRAMEWORK.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 10d12b51b1f6..77c0fc7ede03 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7561,7 +7561,6 @@ F:	Documentation/userspace-api/dma-buf-alloc-exchange.rst
 F:	drivers/dma-buf/
 F:	include/linux/*fence.h
 F:	include/linux/dma-buf.h
-F:	include/linux/dma-buf/
 F:	include/linux/dma-resv.h
 F:	rust/helpers/dma-resv.c
 K:	\bdma_(?:buf|fence|resv)\b
-- 
2.53.0
Re: [PATCH] MAINTAINERS: Remove obsolete file entry in DMA BUFFER SHARING FRAMEWORK
Posted by Christian König 2 months ago
On 4/8/26 12:08, Lukas Bulwahn wrote:
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> 
> Commit 25bd73562941 ("dma: contiguous: Turn heap registration logic
> around") removes the file include/linux/dma-buf/heaps/cma.h, which is the
> only file in include/linux/dma-buf/.
> 
> Hence, there is no file matching the file entry include/linux/dma-buf/ in
> the MAINTAINERS section DMA BUFFER SHARING FRAMEWORK.
> 
> Remove this obsolete file entry in DMA BUFFER SHARING FRAMEWORK.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>

Reviewed-by: Christian König <christian.koenig@amd.com>

> ---
>  MAINTAINERS | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 10d12b51b1f6..77c0fc7ede03 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7561,7 +7561,6 @@ F:        Documentation/userspace-api/dma-buf-alloc-exchange.rst
>  F:     drivers/dma-buf/
>  F:     include/linux/*fence.h
>  F:     include/linux/dma-buf.h
> -F:     include/linux/dma-buf/
>  F:     include/linux/dma-resv.h
>  F:     rust/helpers/dma-resv.c
>  K:     \bdma_(?:buf|fence|resv)\b
> --
> 2.53.0
> 

Re: [PATCH] MAINTAINERS: Remove obsolete file entry in DMA BUFFER SHARING FRAMEWORK
Posted by Maxime Ripard 2 months ago
On Wed, Apr 08, 2026 at 12:08:19PM +0200, Lukas Bulwahn wrote:
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> 
> Commit 25bd73562941 ("dma: contiguous: Turn heap registration logic
> around") removes the file include/linux/dma-buf/heaps/cma.h, which is the
> only file in include/linux/dma-buf/.
> 
> Hence, there is no file matching the file entry include/linux/dma-buf/ in
> the MAINTAINERS section DMA BUFFER SHARING FRAMEWORK.
> 
> Remove this obsolete file entry in DMA BUFFER SHARING FRAMEWORK.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>

Acked-by: Maxime Ripard <mripard@kernel.org>

Thanks!
Maxime