public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: refurbish SWIOTLB SUBSYSTEM sections after refactoring
@ 2022-06-01  7:56 Lukas Bulwahn
  2022-06-01  8:38 ` Juergen Gross
  2022-06-01 11:57 ` Christoph Hellwig
  0 siblings, 2 replies; 3+ messages in thread
From: Lukas Bulwahn @ 2022-06-01  7:56 UTC (permalink / raw)
  To: Christoph Hellwig, iommu
  Cc: Juergen Gross, Stefano Stabellini, kernel-janitors, linux-kernel,
	Lukas Bulwahn

Commit 78013eaadf69 ("x86: remove the IOMMU table infrastructure")
refactored the generic swiotlb/swiotlb-xen setup into pci-dma.c, but
misses to adjust MAINTAINERS.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about
broken references.

Update the SWIOTLB SUBSYSTEM to include arch/x86/kernel/pci-dma.c, which
contains the swiotlb setup now and drop the file pattern that does not
match any files.

Further, update the XEN SWIOTLB SUBSYSTEM to include all swiotlb-xen
headers and replace the pattern in drivers with the specific one file that
matches this pattern.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
Christoph, please pick this minor non-urgent clean-up patch for swiotlb.

 MAINTAINERS | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index d5ea4ef223f8..cc12a3aaad45 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -19166,7 +19166,7 @@ L:	iommu@lists.linux-foundation.org
 S:	Supported
 W:	http://git.infradead.org/users/hch/dma-mapping.git
 T:	git git://git.infradead.org/users/hch/dma-mapping.git
-F:	arch/*/kernel/pci-swiotlb.c
+F:	arch/x86/kernel/pci-dma.c
 F:	include/linux/swiotlb.h
 F:	kernel/dma/swiotlb.c
 
@@ -21831,8 +21831,10 @@ M:	Stefano Stabellini <sstabellini@kernel.org>
 L:	xen-devel@lists.xenproject.org (moderated for non-subscribers)
 L:	iommu@lists.linux-foundation.org
 S:	Supported
-F:	arch/x86/xen/*swiotlb*
-F:	drivers/xen/*swiotlb*
+F:	arch/*/include/asm/xen/swiotlb-xen.h
+F:	drivers/xen/swiotlb-xen.c
+F:	include/xen/arm/swiotlb-xen.h
+F:	include/xen/swiotlb-xen.h
 
 XFS FILESYSTEM
 C:	irc://irc.oftc.net/xfs
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] MAINTAINERS: refurbish SWIOTLB SUBSYSTEM sections after refactoring
  2022-06-01  7:56 [PATCH] MAINTAINERS: refurbish SWIOTLB SUBSYSTEM sections after refactoring Lukas Bulwahn
@ 2022-06-01  8:38 ` Juergen Gross
  2022-06-01 11:57 ` Christoph Hellwig
  1 sibling, 0 replies; 3+ messages in thread
From: Juergen Gross @ 2022-06-01  8:38 UTC (permalink / raw)
  To: Lukas Bulwahn, Christoph Hellwig, iommu
  Cc: Stefano Stabellini, kernel-janitors, linux-kernel


[-- Attachment #1.1.1: Type: text/plain, Size: 790 bytes --]

On 01.06.22 09:56, Lukas Bulwahn wrote:
> Commit 78013eaadf69 ("x86: remove the IOMMU table infrastructure")
> refactored the generic swiotlb/swiotlb-xen setup into pci-dma.c, but
> misses to adjust MAINTAINERS.
> 
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about
> broken references.
> 
> Update the SWIOTLB SUBSYSTEM to include arch/x86/kernel/pci-dma.c, which
> contains the swiotlb setup now and drop the file pattern that does not
> match any files.
> 
> Further, update the XEN SWIOTLB SUBSYSTEM to include all swiotlb-xen
> headers and replace the pattern in drivers with the specific one file that
> matches this pattern.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>

Acked-by: Juergen Gross <jgross@suse.com>


Juergen

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3149 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 495 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] MAINTAINERS: refurbish SWIOTLB SUBSYSTEM sections after refactoring
  2022-06-01  7:56 [PATCH] MAINTAINERS: refurbish SWIOTLB SUBSYSTEM sections after refactoring Lukas Bulwahn
  2022-06-01  8:38 ` Juergen Gross
@ 2022-06-01 11:57 ` Christoph Hellwig
  1 sibling, 0 replies; 3+ messages in thread
From: Christoph Hellwig @ 2022-06-01 11:57 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: Christoph Hellwig, iommu, Juergen Gross, Stefano Stabellini,
	kernel-janitors, linux-kernel

On Wed, Jun 01, 2022 at 09:56:13AM +0200, Lukas Bulwahn wrote:
> +F:	arch/x86/kernel/pci-dma.c

I think this file is better left for the x86 maintainers.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-06-01 11:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-01  7:56 [PATCH] MAINTAINERS: refurbish SWIOTLB SUBSYSTEM sections after refactoring Lukas Bulwahn
2022-06-01  8:38 ` Juergen Gross
2022-06-01 11:57 ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox