[PATCH] MAINTAINERS: DMA BUFFER SHARING FRAMEWORK: tighten F: matches

Mike Rapoport (Microsoft) posted 1 patch 1 week, 1 day ago
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] MAINTAINERS: DMA BUFFER SHARING FRAMEWORK: tighten F: matches
Posted by Mike Rapoport (Microsoft) 1 week, 1 day ago
F:	include/linux/*fence.h

in "DMA BUFFER SHARING FRAMEWORK" entry matches include/linux/kfence.h
although that header has nothing to do with dma-buf.

Replace it with explicit 'include/linux/dma-fence.h'.

Signed-off-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index c2414447892c2..656bc5ed8d2ba 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7688,7 +7688,7 @@ T:	git https://gitlab.freedesktop.org/drm/misc/kernel.git
 F:	Documentation/driver-api/dma-buf.rst
 F:	Documentation/userspace-api/dma-buf-alloc-exchange.rst
 F:	drivers/dma-buf/
-F:	include/linux/*fence.h
+F:	include/linux/dma-fence.h
 F:	include/linux/dma-buf.h
 F:	include/linux/dma-buf/
 F:	include/linux/dma-resv.h

---
base-commit: fd73f4a6659897191fa0d40695fe370925dd3780
change-id: 20260916-maint-dma-buf-3311abfdc90e

--
Sincerely yours,
Mike.
Re: [PATCH] MAINTAINERS: DMA BUFFER SHARING FRAMEWORK: tighten F: matches
Posted by Christian König 1 week, 1 day ago
On 9/16/26 15:21, Mike Rapoport (Microsoft) wrote:
> F:	include/linux/*fence.h
> 
> in "DMA BUFFER SHARING FRAMEWORK" entry matches include/linux/kfence.h
> although that header has nothing to do with dma-buf.
> 
> Replace it with explicit 'include/linux/dma-fence.h'.
> 
> Signed-off-by: Mike Rapoport (Microsoft) <rppt@kernel.org>

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

Thanks a lot that was on my TODO list for an eternity as well!

Regards,
Christian

> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c2414447892c2..656bc5ed8d2ba 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7688,7 +7688,7 @@ T:	git https://gitlab.freedesktop.org/drm/misc/kernel.git
>  F:	Documentation/driver-api/dma-buf.rst
>  F:	Documentation/userspace-api/dma-buf-alloc-exchange.rst
>  F:	drivers/dma-buf/
> -F:	include/linux/*fence.h
> +F:	include/linux/dma-fence.h
>  F:	include/linux/dma-buf.h
>  F:	include/linux/dma-buf/
>  F:	include/linux/dma-resv.h
> 
> ---
> base-commit: fd73f4a6659897191fa0d40695fe370925dd3780
> change-id: 20260916-maint-dma-buf-3311abfdc90e
> 
> --
> Sincerely yours,
> Mike.
>