kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add myself as VFIO-platform reviewer
@ 2025-08-20 20:31 Mostafa Saleh
  2025-08-25 14:51 ` Eric Auger
  0 siblings, 1 reply; 6+ messages in thread
From: Mostafa Saleh @ 2025-08-20 20:31 UTC (permalink / raw)
  To: linux-kernel, kvm; +Cc: alex.williamson, eric.auger, clg, Mostafa Saleh

Based on discussion:
https://lore.kernel.org/kvm/20250806170314.3768750-3-alex.williamson@redhat.com/

I will start looking into adding support for modern HW and more
features to VFIO-platform.

Signed-off-by: Mostafa Saleh <smostafa@google.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index daf520a13bdf..840da132c835 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -26463,6 +26463,7 @@ F:	drivers/vfio/pci/pds/
 
 VFIO PLATFORM DRIVER
 M:	Eric Auger <eric.auger@redhat.com>
+R:	Mostafa Saleh <smostafa@google.com>
 L:	kvm@vger.kernel.org
 S:	Maintained
 F:	drivers/vfio/platform/
-- 
2.51.0.rc2.233.g662b1ed5c5-goog


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

* Re: [PATCH] MAINTAINERS: Add myself as VFIO-platform reviewer
  2025-08-20 20:31 [PATCH] MAINTAINERS: Add myself as VFIO-platform reviewer Mostafa Saleh
@ 2025-08-25 14:51 ` Eric Auger
  0 siblings, 0 replies; 6+ messages in thread
From: Eric Auger @ 2025-08-25 14:51 UTC (permalink / raw)
  To: Mostafa Saleh, linux-kernel, kvm; +Cc: alex.williamson, clg

Hi Mostafa,

On 8/20/25 10:31 PM, Mostafa Saleh wrote:
> Based on discussion:
> https://lore.kernel.org/kvm/20250806170314.3768750-3-alex.williamson@redhat.com/
>
> I will start looking into adding support for modern HW and more
> features to VFIO-platform.
>
> Signed-off-by: Mostafa Saleh <smostafa@google.com>
Reviewed-by: Eric Auger <eric.auger@redhat.com>

Thanks

Eric
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index daf520a13bdf..840da132c835 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -26463,6 +26463,7 @@ F:	drivers/vfio/pci/pds/
>  
>  VFIO PLATFORM DRIVER
>  M:	Eric Auger <eric.auger@redhat.com>
> +R:	Mostafa Saleh <smostafa@google.com>
>  L:	kvm@vger.kernel.org
>  S:	Maintained
>  F:	drivers/vfio/platform/


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

* [PATCH] MAINTAINERS: Add myself as VFIO-platform reviewer
@ 2025-09-01 19:16 Pranjal Shrivastava
  2025-09-01 20:40 ` Alex Williamson
  2025-09-02  7:11 ` Eric Auger
  0 siblings, 2 replies; 6+ messages in thread
From: Pranjal Shrivastava @ 2025-09-01 19:16 UTC (permalink / raw)
  To: linux-kernel, kvm
  Cc: Alex Williamson, Eric Auger, clg, Mostafa Saleh,
	Pranjal Shrivastava

While my work at Google Cloud focuses on various areas of the kernel,
my background in IOMMU and the VFIO subsystem motivates me to help with
the maintenance effort for vfio-platform (based on the discussion [1])
and ensure its continued health.

Link: https://lore.kernel.org/all/aKxpyyKvYcd84Ayi@google.com/ [1]
Signed-off-by: Pranjal Shrivastava <praan@google.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 840da132c835..eebda43caffa 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -26464,6 +26464,7 @@ F:	drivers/vfio/pci/pds/
 VFIO PLATFORM DRIVER
 M:	Eric Auger <eric.auger@redhat.com>
 R:	Mostafa Saleh <smostafa@google.com>
+R:	Pranjal Shrivastava <praan@google.com>
 L:	kvm@vger.kernel.org
 S:	Maintained
 F:	drivers/vfio/platform/
-- 
2.51.0.318.gd7df087d1a-goog


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

* Re: [PATCH] MAINTAINERS: Add myself as VFIO-platform reviewer
  2025-09-01 19:16 Pranjal Shrivastava
@ 2025-09-01 20:40 ` Alex Williamson
  2025-09-02  4:41   ` Pranjal Shrivastava
  2025-09-02  7:11 ` Eric Auger
  1 sibling, 1 reply; 6+ messages in thread
From: Alex Williamson @ 2025-09-01 20:40 UTC (permalink / raw)
  To: Pranjal Shrivastava; +Cc: linux-kernel, kvm, Eric Auger, clg, Mostafa Saleh

On Mon,  1 Sep 2025 19:16:19 +0000
Pranjal Shrivastava <praan@google.com> wrote:

> While my work at Google Cloud focuses on various areas of the kernel,
> my background in IOMMU and the VFIO subsystem motivates me to help with
> the maintenance effort for vfio-platform (based on the discussion [1])
> and ensure its continued health.
> 
> Link: https://lore.kernel.org/all/aKxpyyKvYcd84Ayi@google.com/ [1]
> Signed-off-by: Pranjal Shrivastava <praan@google.com>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 840da132c835..eebda43caffa 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -26464,6 +26464,7 @@ F:	drivers/vfio/pci/pds/
>  VFIO PLATFORM DRIVER
>  M:	Eric Auger <eric.auger@redhat.com>
>  R:	Mostafa Saleh <smostafa@google.com>
> +R:	Pranjal Shrivastava <praan@google.com>
>  L:	kvm@vger.kernel.org
>  S:	Maintained
>  F:	drivers/vfio/platform/

This would be all the more convincing if either of the proposed new
reviewers were to actually review the outstanding series[1] touching
drivers/vfio/platform/.  Thanks,

Alex

[1]https://lore.kernel.org/all/20250825175807.3264083-1-alex.williamson@redhat.com


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

* Re: [PATCH] MAINTAINERS: Add myself as VFIO-platform reviewer
  2025-09-01 20:40 ` Alex Williamson
@ 2025-09-02  4:41   ` Pranjal Shrivastava
  0 siblings, 0 replies; 6+ messages in thread
From: Pranjal Shrivastava @ 2025-09-02  4:41 UTC (permalink / raw)
  To: Alex Williamson; +Cc: linux-kernel, kvm, Eric Auger, clg, Mostafa Saleh

On Mon, Sep 01, 2025 at 02:40:43PM -0600, Alex Williamson wrote:
> On Mon,  1 Sep 2025 19:16:19 +0000
> Pranjal Shrivastava <praan@google.com> wrote:
> 
> > While my work at Google Cloud focuses on various areas of the kernel,
> > my background in IOMMU and the VFIO subsystem motivates me to help with
> > the maintenance effort for vfio-platform (based on the discussion [1])
> > and ensure its continued health.
> > 
> > Link: https://lore.kernel.org/all/aKxpyyKvYcd84Ayi@google.com/ [1]
> > Signed-off-by: Pranjal Shrivastava <praan@google.com>
> > ---
> >  MAINTAINERS | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 840da132c835..eebda43caffa 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -26464,6 +26464,7 @@ F:	drivers/vfio/pci/pds/
> >  VFIO PLATFORM DRIVER
> >  M:	Eric Auger <eric.auger@redhat.com>
> >  R:	Mostafa Saleh <smostafa@google.com>
> > +R:	Pranjal Shrivastava <praan@google.com>
> >  L:	kvm@vger.kernel.org
> >  S:	Maintained
> >  F:	drivers/vfio/platform/
> 
> This would be all the more convincing if either of the proposed new
> reviewers were to actually review the outstanding series[1] touching
> drivers/vfio/platform/.  Thanks,
> 

I was catching up after being away and just got to this.
I've reviewed the series [1].

Thanks,
Praan

[1] https://lore.kernel.org/all/aLYYvURhjGmJ__Fx@google.com/

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

* Re: [PATCH] MAINTAINERS: Add myself as VFIO-platform reviewer
  2025-09-01 19:16 Pranjal Shrivastava
  2025-09-01 20:40 ` Alex Williamson
@ 2025-09-02  7:11 ` Eric Auger
  1 sibling, 0 replies; 6+ messages in thread
From: Eric Auger @ 2025-09-02  7:11 UTC (permalink / raw)
  To: Pranjal Shrivastava, linux-kernel, kvm
  Cc: Alex Williamson, clg, Mostafa Saleh

Hi,

On 9/1/25 9:16 PM, Pranjal Shrivastava wrote:
> While my work at Google Cloud focuses on various areas of the kernel,
> my background in IOMMU and the VFIO subsystem motivates me to help with
> the maintenance effort for vfio-platform (based on the discussion [1])
> and ensure its continued health.
>
> Link: https://lore.kernel.org/all/aKxpyyKvYcd84Ayi@google.com/ [1]
> Signed-off-by: Pranjal Shrivastava <praan@google.com>
Reviewed-by: Eric Auger <eric.auger@redhat.com>

Thanks

Eric
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 840da132c835..eebda43caffa 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -26464,6 +26464,7 @@ F:	drivers/vfio/pci/pds/
>  VFIO PLATFORM DRIVER
>  M:	Eric Auger <eric.auger@redhat.com>
>  R:	Mostafa Saleh <smostafa@google.com>
> +R:	Pranjal Shrivastava <praan@google.com>
>  L:	kvm@vger.kernel.org
>  S:	Maintained
>  F:	drivers/vfio/platform/


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

end of thread, other threads:[~2025-09-02  7:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-20 20:31 [PATCH] MAINTAINERS: Add myself as VFIO-platform reviewer Mostafa Saleh
2025-08-25 14:51 ` Eric Auger
  -- strict thread matches above, loose matches on Subject: below --
2025-09-01 19:16 Pranjal Shrivastava
2025-09-01 20:40 ` Alex Williamson
2025-09-02  4:41   ` Pranjal Shrivastava
2025-09-02  7:11 ` Eric Auger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).