Skip to content

Commit 91fd38e

Browse files
bulwahnChristoph Hellwig
authored andcommitted
MAINTAINERS: merge SWIOTLB SUBSYSTEM into DMA MAPPING HELPERS
Commit 78013ea ("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. As only include/linux/swiotlb.h is unique to the SWIOTLB SUBSYSTEM section and Christoph is maintainer of DMA MAPPING HELPERS and SWIOTLB SUBSYSTEM, just merge those two sections. Leave the small architecture-dependent pieces to the arch maintainers. 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> Signed-off-by: Christoph Hellwig <hch@lst.de>
1 parent 639205e commit 91fd38e

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

MAINTAINERS

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6147,6 +6147,7 @@ F: include/asm-generic/dma-mapping.h
61476147
F: include/linux/dma-direct.h
61486148
F: include/linux/dma-mapping.h
61496149
F: include/linux/dma-map-ops.h
6150+
F: include/linux/swiotlb.h
61506151
F: kernel/dma/
61516152

61526153
DMA MAPPING BENCHMARK
@@ -19581,16 +19582,6 @@ S: Maintained
1958119582
F: Documentation/admin-guide/svga.rst
1958219583
F: arch/x86/boot/video*
1958319584

19584-
SWIOTLB SUBSYSTEM
19585-
M: Christoph Hellwig <hch@infradead.org>
19586-
L: iommu@lists.linux.dev
19587-
S: Supported
19588-
W: http://git.infradead.org/users/hch/dma-mapping.git
19589-
T: git git://git.infradead.org/users/hch/dma-mapping.git
19590-
F: arch/*/kernel/pci-swiotlb.c
19591-
F: include/linux/swiotlb.h
19592-
F: kernel/dma/swiotlb.c
19593-
1959419585
SWITCHDEV
1959519586
M: Jiri Pirko <jiri@resnulli.us>
1959619587
M: Ivan Vecera <ivecera@redhat.com>
@@ -22286,8 +22277,10 @@ M: Stefano Stabellini <sstabellini@kernel.org>
2228622277
L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
2228722278
L: iommu@lists.linux.dev
2228822279
S: Supported
22289-
F: arch/x86/xen/*swiotlb*
22290-
F: drivers/xen/*swiotlb*
22280+
F: arch/*/include/asm/xen/swiotlb-xen.h
22281+
F: drivers/xen/swiotlb-xen.c
22282+
F: include/xen/arm/swiotlb-xen.h
22283+
F: include/xen/swiotlb-xen.h
2229122284

2229222285
XFS FILESYSTEM
2229322286
C: irc://irc.oftc.net/xfs

0 commit comments

Comments
 (0)