[PATCH] MAINTAINERS: Drop the nonexistent vsi-iommu.h file entry

Daasaradhi Mannava posted 1 patch 2 weeks, 6 days ago
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
[PATCH] MAINTAINERS: Drop the nonexistent vsi-iommu.h file entry
Posted by Daasaradhi Mannava 2 weeks, 6 days ago
Commit 917ace84b770 ("iommu: Add verisilicon IOMMU driver") added the
VERISILICON IOMMU DRIVER section, including a file entry for
include/linux/vsi-iommu.h. That header is not present in the tree and
no file includes it; the driver in drivers/iommu/vsi-iommu.c is
self-contained.

scripts/get_maintainer.pl --self-test=patterns reports the pattern as
matching no file.

Drop the stale entry so the section only lists files that exist.

Assisted-by: LLM
Signed-off-by: Daasaradhi Mannava <daasaradhimannava@gmail.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9fb50c3ca..95b5a3bc3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -28608,7 +28608,6 @@ L:	iommu@lists.linux.dev
 S:	Maintained
 F:	Documentation/devicetree/bindings/iommu/verisilicon,iommu.yaml
 F:	drivers/iommu/vsi-iommu.c
-F:	include/linux/vsi-iommu.h
 
 VF610 NAND DRIVER
 M:	Stefan Agner <stefan@agner.ch>
-- 
2.43.0
Re: [PATCH] MAINTAINERS: Drop the nonexistent vsi-iommu.h file entry
Posted by Jörg Rödel 2 weeks, 4 days ago
On Sat, Sep 05, 2026 at 03:49:00PM +0000, Daasaradhi Mannava wrote:
> Assisted-by: LLM
> Signed-off-by: Daasaradhi Mannava <daasaradhimannava@gmail.com>

Queued for -rc, thanks.
Re: [PATCH] MAINTAINERS: Drop the nonexistent vsi-iommu.h file entry
Posted by Benjamin Gaignard 2 weeks, 4 days ago
Le 05/09/2026 à 17:49, Daasaradhi Mannava a écrit :
> Commit 917ace84b770 ("iommu: Add verisilicon IOMMU driver") added the
> VERISILICON IOMMU DRIVER section, including a file entry for
> include/linux/vsi-iommu.h. That header is not present in the tree and
> no file includes it; the driver in drivers/iommu/vsi-iommu.c is
> self-contained.
>
> scripts/get_maintainer.pl --self-test=patterns reports the pattern as
> matching no file.
>
> Drop the stale entry so the section only lists files that exist.
>
> Assisted-by: LLM
> Signed-off-by: Daasaradhi Mannava <daasaradhimannava@gmail.com>

Reviewed-by: Benjamin Gaignard <benjamin.gaignard@collabora.com>

> ---
>   MAINTAINERS | 1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9fb50c3ca..95b5a3bc3 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -28608,7 +28608,6 @@ L:	iommu@lists.linux.dev
>   S:	Maintained
>   F:	Documentation/devicetree/bindings/iommu/verisilicon,iommu.yaml
>   F:	drivers/iommu/vsi-iommu.c
> -F:	include/linux/vsi-iommu.h
>   
>   VF610 NAND DRIVER
>   M:	Stefan Agner <stefan@agner.ch>