mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] Update IOMMU related MAINTAINER entries
@ 2026-05-28  7:53 Jörg Rödel
  2026-05-28  7:53 ` [PATCH 1/2] MAINTAINERS: Add Vasant Hegde to reviewers of AMD IOMMU Jörg Rödel
  2026-05-28  7:53 ` [PATCH 2/2] MAINTAINERS: Add my employer to my entries Jörg Rödel
  0 siblings, 2 replies; 4+ messages in thread
From: Jörg Rödel @ 2026-05-28  7:53 UTC (permalink / raw)
  To: linux-kernel, iommu
  Cc: Vasant Hegde, Suravee Suthikulpanit, Jason Gunthorpe,
	Will Deacon, Robin Murphy, Joerg Roedel

From: Joerg Roedel <joerg.roedel@amd.com>

Update some IOMMU-related entries in the MAINTAINERS file to match the
changed reality.

Joerg Roedel (2):
  MAINTAINERS: Add Vasant Hegde to reviewers of AMD IOMMU
  MAINTAINERS: Add my employer to my entries

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

-- 
2.53.0


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

* [PATCH 1/2] MAINTAINERS: Add Vasant Hegde to reviewers of AMD IOMMU
  2026-05-28  7:53 [PATCH 0/2] Update IOMMU related MAINTAINER entries Jörg Rödel
@ 2026-05-28  7:53 ` Jörg Rödel
  2026-05-28 11:25   ` Vasant Hegde
  2026-05-28  7:53 ` [PATCH 2/2] MAINTAINERS: Add my employer to my entries Jörg Rödel
  1 sibling, 1 reply; 4+ messages in thread
From: Jörg Rödel @ 2026-05-28  7:53 UTC (permalink / raw)
  To: linux-kernel, iommu
  Cc: Vasant Hegde, Suravee Suthikulpanit, Jason Gunthorpe,
	Will Deacon, Robin Murphy, Joerg Roedel

From: Joerg Roedel <joerg.roedel@amd.com>

Vasant has a long history of providing valuable feedback and testing
results for the AMD IOMMU code. Still, too often he gets not Cc'ed on
code changes, so make his reviewer status official.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index b2040011a386..7fab8903c858 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1146,6 +1146,7 @@ F:	drivers/platform/x86/amd/hfi/
 AMD IOMMU (AMD-VI)
 M:	Joerg Roedel <joro@8bytes.org>
 R:	Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
+R:	Vasant Hegde <vasant.hegde@amd.com>
 L:	iommu@lists.linux.dev
 S:	Maintained
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux.git
-- 
2.53.0


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

* [PATCH 2/2] MAINTAINERS: Add my employer to my entries
  2026-05-28  7:53 [PATCH 0/2] Update IOMMU related MAINTAINER entries Jörg Rödel
  2026-05-28  7:53 ` [PATCH 1/2] MAINTAINERS: Add Vasant Hegde to reviewers of AMD IOMMU Jörg Rödel
@ 2026-05-28  7:53 ` Jörg Rödel
  1 sibling, 0 replies; 4+ messages in thread
From: Jörg Rödel @ 2026-05-28  7:53 UTC (permalink / raw)
  To: linux-kernel, iommu
  Cc: Vasant Hegde, Suravee Suthikulpanit, Jason Gunthorpe,
	Will Deacon, Robin Murphy, Joerg Roedel

From: Joerg Roedel <joerg.roedel@amd.com>

AMD pays for my IOMMU maintainer work, so mention that in the
MAINTAINERS file as well.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
---
 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 7fab8903c858..5d5b89cba095 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1144,7 +1144,7 @@ F:	Documentation/arch/x86/amd-hfi.rst
 F:	drivers/platform/x86/amd/hfi/
 
 AMD IOMMU (AMD-VI)
-M:	Joerg Roedel <joro@8bytes.org>
+M:	Joerg Roedel (AMD) <joro@8bytes.org>
 R:	Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
 R:	Vasant Hegde <vasant.hegde@amd.com>
 L:	iommu@lists.linux.dev
@@ -13476,7 +13476,7 @@ F:	include/linux/iommu-dma.h
 F:	include/linux/iova.h
 
 IOMMU SUBSYSTEM
-M:	Joerg Roedel <joro@8bytes.org>
+M:	Joerg Roedel (AMD) <joro@8bytes.org>
 M:	Will Deacon <will@kernel.org>
 R:	Robin Murphy <robin.murphy@arm.com>
 L:	iommu@lists.linux.dev
-- 
2.53.0


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

* Re: [PATCH 1/2] MAINTAINERS: Add Vasant Hegde to reviewers of AMD IOMMU
  2026-05-28  7:53 ` [PATCH 1/2] MAINTAINERS: Add Vasant Hegde to reviewers of AMD IOMMU Jörg Rödel
@ 2026-05-28 11:25   ` Vasant Hegde
  0 siblings, 0 replies; 4+ messages in thread
From: Vasant Hegde @ 2026-05-28 11:25 UTC (permalink / raw)
  To: Jörg Rödel, linux-kernel, iommu
  Cc: Suravee Suthikulpanit, Jason Gunthorpe, Will Deacon,
	Robin Murphy, Joerg Roedel



On 5/28/2026 1:23 PM, Jörg Rödel wrote:
> From: Joerg Roedel <joerg.roedel@amd.com>
> 
> Vasant has a long history of providing valuable feedback and testing
> results for the AMD IOMMU code. Still, too often he gets not Cc'ed on
> code changes, so make his reviewer status official.
> 
> Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>

Acked-by: Vasant Hegde <vasant.hegde@amd.com>

-Vasant


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

end of thread, other threads:[~2026-05-28 11:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-28  7:53 [PATCH 0/2] Update IOMMU related MAINTAINER entries Jörg Rödel
2026-05-28  7:53 ` [PATCH 1/2] MAINTAINERS: Add Vasant Hegde to reviewers of AMD IOMMU Jörg Rödel
2026-05-28 11:25   ` Vasant Hegde
2026-05-28  7:53 ` [PATCH 2/2] MAINTAINERS: Add my employer to my entries Jörg Rödel

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

Powered by JetHome