public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 5.15 0/2] Fixup IOMMU list in MAINTAINERS
@ 2023-08-23 17:57 Easwar Hariharan
  2023-08-23 17:57 ` [PATCH 5.15 1/2] MAINTAINERS: update maintainer list of DMA MAPPING BENCHMARK Easwar Hariharan
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Easwar Hariharan @ 2023-08-23 17:57 UTC (permalink / raw)
  To: stable

The IOMMU list has moved and emails to the old list bounce. Bring stable
in alignment with mainline.

Joerg Roedel (1):
  MAINTAINERS: Remove iommu@lists.linux-foundation.org

Xiang Chen (1):
  MAINTAINERS: update maintainer list of DMA MAPPING BENCHMARK

 MAINTAINERS | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

-- 
2.25.1


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

* [PATCH 5.15 1/2] MAINTAINERS: update maintainer list of DMA MAPPING BENCHMARK
  2023-08-23 17:57 [PATCH 5.15 0/2] Fixup IOMMU list in MAINTAINERS Easwar Hariharan
@ 2023-08-23 17:57 ` Easwar Hariharan
  2023-08-23 17:57 ` [PATCH 5.15 2/2] MAINTAINERS: Remove iommu@lists.linux-foundation.org Easwar Hariharan
  2023-08-23 18:01 ` [PATCH 5.15 0/2] Fixup IOMMU list in MAINTAINERS Greg KH
  2 siblings, 0 replies; 6+ messages in thread
From: Easwar Hariharan @ 2023-08-23 17:57 UTC (permalink / raw)
  To: stable; +Cc: Xiang Chen, Barry Song, Christoph Hellwig, open list

From: Xiang Chen <chenxiang66@hisilicon.com>

commit e62c17f0455a74b182ce6373e2777817256afaa1 upstream

Barry Song will not focus on this area, and Xiang Chen will continue his
work to maintain this module.

Signed-off-by: Xiang Chen <chenxiang66@hisilicon.com>
Acked-by: Barry Song <song.bao.hua@hisilicon.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Easwar Hariharan <eahariha@linux.microsoft.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index e6b53e76651b..6c3f7ce19a79 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5609,7 +5609,7 @@ F:	include/linux/dma-map-ops.h
 F:	kernel/dma/
 
 DMA MAPPING BENCHMARK
-M:	Barry Song <song.bao.hua@hisilicon.com>
+M:	Xiang Chen <chenxiang66@hisilicon.com>
 L:	iommu@lists.linux-foundation.org
 L:	iommu@lists.linux.dev
 F:	kernel/dma/map_benchmark.c
-- 
2.25.1


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

* [PATCH 5.15 2/2] MAINTAINERS: Remove iommu@lists.linux-foundation.org
  2023-08-23 17:57 [PATCH 5.15 0/2] Fixup IOMMU list in MAINTAINERS Easwar Hariharan
  2023-08-23 17:57 ` [PATCH 5.15 1/2] MAINTAINERS: update maintainer list of DMA MAPPING BENCHMARK Easwar Hariharan
@ 2023-08-23 17:57 ` Easwar Hariharan
  2023-08-23 18:01 ` [PATCH 5.15 0/2] Fixup IOMMU list in MAINTAINERS Greg KH
  2 siblings, 0 replies; 6+ messages in thread
From: Easwar Hariharan @ 2023-08-23 17:57 UTC (permalink / raw)
  To: stable; +Cc: Joerg Roedel, open list

From: Joerg Roedel <jroedel@suse.de>

commit c51b8f85c4157eb91c2f4ab34b0c52fea642e77c upstream

The IOMMU mailing list has moved to iommu@lists.linux.dev
and the old list should bounce by now. Remove it from the
MAINTAINERS file.

Cc: stable@vger.kernel.org
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Link: https://lore.kernel.org/r/20220706103331.10215-1-joro@8bytes.org
Signed-off-by: Easwar Hariharan <eahariha@linux.microsoft.com>
---
 MAINTAINERS | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6c3f7ce19a79..5e69ba1220b0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -433,7 +433,6 @@ F:	drivers/acpi/acpi_video.c
 ACPI VIOT DRIVER
 M:	Jean-Philippe Brucker <jean-philippe@linaro.org>
 L:	linux-acpi@vger.kernel.org
-L:	iommu@lists.linux-foundation.org
 L:	iommu@lists.linux.dev
 S:	Maintained
 F:	drivers/acpi/viot.c
@@ -941,7 +940,6 @@ F:	drivers/video/fbdev/geode/
 AMD IOMMU (AMD-VI)
 M:	Joerg Roedel <joro@8bytes.org>
 R:	Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
-L:	iommu@lists.linux-foundation.org
 L:	iommu@lists.linux.dev
 S:	Maintained
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
@@ -5597,7 +5595,6 @@ DMA MAPPING HELPERS
 M:	Christoph Hellwig <hch@lst.de>
 M:	Marek Szyprowski <m.szyprowski@samsung.com>
 R:	Robin Murphy <robin.murphy@arm.com>
-L:	iommu@lists.linux-foundation.org
 L:	iommu@lists.linux.dev
 S:	Supported
 W:	http://git.infradead.org/users/hch/dma-mapping.git
@@ -5610,7 +5607,6 @@ F:	kernel/dma/
 
 DMA MAPPING BENCHMARK
 M:	Xiang Chen <chenxiang66@hisilicon.com>
-L:	iommu@lists.linux-foundation.org
 L:	iommu@lists.linux.dev
 F:	kernel/dma/map_benchmark.c
 F:	tools/testing/selftests/dma/
@@ -7112,7 +7108,6 @@ F:	drivers/gpu/drm/exynos/exynos_dp*
 
 EXYNOS SYSMMU (IOMMU) driver
 M:	Marek Szyprowski <m.szyprowski@samsung.com>
-L:	iommu@lists.linux-foundation.org
 L:	iommu@lists.linux.dev
 S:	Maintained
 F:	drivers/iommu/exynos-iommu.c
@@ -9453,7 +9448,6 @@ F:	drivers/hid/intel-ish-hid/
 INTEL IOMMU (VT-d)
 M:	David Woodhouse <dwmw2@infradead.org>
 M:	Lu Baolu <baolu.lu@linux.intel.com>
-L:	iommu@lists.linux-foundation.org
 L:	iommu@lists.linux.dev
 S:	Supported
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
@@ -9790,7 +9784,6 @@ F:	include/linux/iomap.h
 IOMMU DRIVERS
 M:	Joerg Roedel <joro@8bytes.org>
 M:	Will Deacon <will@kernel.org>
-L:	iommu@lists.linux-foundation.org
 L:	iommu@lists.linux.dev
 S:	Maintained
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
@@ -11791,7 +11784,6 @@ F:	drivers/i2c/busses/i2c-mt65xx.c
 
 MEDIATEK IOMMU DRIVER
 M:	Yong Wu <yong.wu@mediatek.com>
-L:	iommu@lists.linux-foundation.org
 L:	iommu@lists.linux.dev
 L:	linux-mediatek@lists.infradead.org (moderated for non-subscribers)
 S:	Supported
@@ -15551,7 +15543,6 @@ F:	drivers/i2c/busses/i2c-qcom-cci.c
 
 QUALCOMM IOMMU
 M:	Rob Clark <robdclark@gmail.com>
-L:	iommu@lists.linux-foundation.org
 L:	iommu@lists.linux.dev
 L:	linux-arm-msm@vger.kernel.org
 S:	Maintained
@@ -17980,7 +17971,6 @@ F:	arch/x86/boot/video*
 
 SWIOTLB SUBSYSTEM
 M:	Christoph Hellwig <hch@infradead.org>
-L:	iommu@lists.linux-foundation.org
 L:	iommu@lists.linux.dev
 S:	Supported
 W:	http://git.infradead.org/users/hch/dma-mapping.git
@@ -20561,7 +20551,6 @@ XEN SWIOTLB SUBSYSTEM
 M:	Juergen Gross <jgross@suse.com>
 M:	Stefano Stabellini <sstabellini@kernel.org>
 L:	xen-devel@lists.xenproject.org (moderated for non-subscribers)
-L:	iommu@lists.linux-foundation.org
 L:	iommu@lists.linux.dev
 S:	Supported
 F:	arch/x86/xen/*swiotlb*
-- 
2.25.1


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

* Re: [PATCH 5.15 0/2] Fixup IOMMU list in MAINTAINERS
  2023-08-23 17:57 [PATCH 5.15 0/2] Fixup IOMMU list in MAINTAINERS Easwar Hariharan
  2023-08-23 17:57 ` [PATCH 5.15 1/2] MAINTAINERS: update maintainer list of DMA MAPPING BENCHMARK Easwar Hariharan
  2023-08-23 17:57 ` [PATCH 5.15 2/2] MAINTAINERS: Remove iommu@lists.linux-foundation.org Easwar Hariharan
@ 2023-08-23 18:01 ` Greg KH
  2023-08-23 18:05   ` Easwar Hariharan
  2 siblings, 1 reply; 6+ messages in thread
From: Greg KH @ 2023-08-23 18:01 UTC (permalink / raw)
  To: Easwar Hariharan; +Cc: stable

On Wed, Aug 23, 2023 at 05:57:04PM +0000, Easwar Hariharan wrote:
> The IOMMU list has moved and emails to the old list bounce. Bring stable
> in alignment with mainline.
> 
> Joerg Roedel (1):
>   MAINTAINERS: Remove iommu@lists.linux-foundation.org

Who uses MAINTAINERS for submitting new patches?  No one should,
otherwise we would be syncing these types of changes backwards all the
time :(

So why is this needed?

confused,

greg k-h

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

* Re: [PATCH 5.15 0/2] Fixup IOMMU list in MAINTAINERS
  2023-08-23 18:01 ` [PATCH 5.15 0/2] Fixup IOMMU list in MAINTAINERS Greg KH
@ 2023-08-23 18:05   ` Easwar Hariharan
  2023-08-23 18:35     ` Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: Easwar Hariharan @ 2023-08-23 18:05 UTC (permalink / raw)
  To: Greg KH; +Cc: stable

On 8/23/23 11:01, Greg KH wrote:
> On Wed, Aug 23, 2023 at 05:57:04PM +0000, Easwar Hariharan wrote:
>> The IOMMU list has moved and emails to the old list bounce. Bring stable
>> in alignment with mainline.
>>
>> Joerg Roedel (1):
>>    MAINTAINERS: Remove iommu@lists.linux-foundation.org
> 
> Who uses MAINTAINERS for submitting new patches?  No one should,
> otherwise we would be syncing these types of changes backwards all the
> time :(
> 
> So why is this needed?
> 
> confused,
> 
> greg k-h

I did, here[0] with cc-cmd=scripts/get_maintainer.pl. :) I'll keep the 
fact that I'm not supposed to in mind for the future. :)

Thanks,
Easwar


[0]: 
https://lore.kernel.org/stable/20230802170227.1590187-1-eahariha@linux.microsoft.com/T/#t

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

* Re: [PATCH 5.15 0/2] Fixup IOMMU list in MAINTAINERS
  2023-08-23 18:05   ` Easwar Hariharan
@ 2023-08-23 18:35     ` Greg KH
  0 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2023-08-23 18:35 UTC (permalink / raw)
  To: Easwar Hariharan; +Cc: stable

On Wed, Aug 23, 2023 at 11:05:37AM -0700, Easwar Hariharan wrote:
> On 8/23/23 11:01, Greg KH wrote:
> > On Wed, Aug 23, 2023 at 05:57:04PM +0000, Easwar Hariharan wrote:
> > > The IOMMU list has moved and emails to the old list bounce. Bring stable
> > > in alignment with mainline.
> > > 
> > > Joerg Roedel (1):
> > >    MAINTAINERS: Remove iommu@lists.linux-foundation.org
> > 
> > Who uses MAINTAINERS for submitting new patches?  No one should,
> > otherwise we would be syncing these types of changes backwards all the
> > time :(
> > 
> > So why is this needed?
> > 
> > confused,
> > 
> > greg k-h
> 
> I did, here[0] with cc-cmd=scripts/get_maintainer.pl. :) I'll keep the fact
> that I'm not supposed to in mind for the future. :)
> 
> Thanks,
> Easwar
> 
> 
> [0]: https://lore.kernel.org/stable/20230802170227.1590187-1-eahariha@linux.microsoft.com/T/#t

Just only cc: the people on the original patch and you should be fine.

thanks,

greg k-h

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

end of thread, other threads:[~2023-08-23 18:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-23 17:57 [PATCH 5.15 0/2] Fixup IOMMU list in MAINTAINERS Easwar Hariharan
2023-08-23 17:57 ` [PATCH 5.15 1/2] MAINTAINERS: update maintainer list of DMA MAPPING BENCHMARK Easwar Hariharan
2023-08-23 17:57 ` [PATCH 5.15 2/2] MAINTAINERS: Remove iommu@lists.linux-foundation.org Easwar Hariharan
2023-08-23 18:01 ` [PATCH 5.15 0/2] Fixup IOMMU list in MAINTAINERS Greg KH
2023-08-23 18:05   ` Easwar Hariharan
2023-08-23 18:35     ` Greg KH

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