Kernel KVM virtualization development
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Update s390 specific vfio sections
@ 2026-07-30  5:34 Heiko Carstens
  2026-07-30  7:43 ` Christian Borntraeger
  0 siblings, 1 reply; 2+ messages in thread
From: Heiko Carstens @ 2026-07-30  5:34 UTC (permalink / raw)
  To: Christian Borntraeger, Janosch Frank, Claudio Imbrenda
  Cc: Alexander Gordeev, Vasily Gorbik, Tony Krowiak, Halil Pasic,
	Jason Herne, Eric Farman, Matthew Rosato, Farhan Ali, linux-s390,
	kvm

Update all three s390 vfio sections to clarify that s390 specific
vfio code normally will go upstream via the kvms390 git tree.
Add a corresponding T entry to reflect that.

For consistency with the other s390 specfic vfio sections rename
"VFIO AP" to "VFIO-AP" and add an L entry for the kvm mailing list.

Acked-by: Claudio Imbrenda <imbrenda@linux.ibm.com>
Acked-by: Matthew Rosato <mjrosato@linux.ibm.com>
Acked-by: Eric Farman <farman@linux.ibm.com>
Acked-by: Anthony Krowiak <akrowiak@linux.ibm.com>
Acked-by: Farhan Ali <alifm@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
---
 MAINTAINERS | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 716acfc3d7c1..b95bebe8a78a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -23890,12 +23890,14 @@ S:	Supported
 F:	drivers/s390/block/scm*
 F:	drivers/s390/cio/scm.c
 
-S390 VFIO AP DRIVER
+S390 VFIO-AP DRIVER
 M:	Tony Krowiak <akrowiak@linux.ibm.com>
 M:	Halil Pasic <pasic@linux.ibm.com>
 M:	Jason Herne <jjherne@linux.ibm.com>
 L:	linux-s390@vger.kernel.org
+L:	kvm@vger.kernel.org
 S:	Supported
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
 F:	Documentation/arch/s390/vfio-ap*
 F:	drivers/s390/crypto/vfio_ap*
 
@@ -23906,6 +23908,7 @@ R:	Halil Pasic <pasic@linux.ibm.com>
 L:	linux-s390@vger.kernel.org
 L:	kvm@vger.kernel.org
 S:	Supported
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
 F:	Documentation/arch/s390/vfio-ccw.rst
 F:	drivers/s390/cio/vfio_ccw*
 F:	include/uapi/linux/vfio_ccw.h
@@ -23917,6 +23920,7 @@ R:	Eric Farman <farman@linux.ibm.com>
 L:	linux-s390@vger.kernel.org
 L:	kvm@vger.kernel.org
 S:	Supported
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
 F:	arch/s390/kvm/pci*
 F:	drivers/vfio/pci/vfio_pci_zdev.c
 F:	include/uapi/linux/vfio_zdev.h
-- 
2.53.0


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

* Re: [PATCH] MAINTAINERS: Update s390 specific vfio sections
  2026-07-30  5:34 [PATCH] MAINTAINERS: Update s390 specific vfio sections Heiko Carstens
@ 2026-07-30  7:43 ` Christian Borntraeger
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Borntraeger @ 2026-07-30  7:43 UTC (permalink / raw)
  To: Heiko Carstens, Janosch Frank, Claudio Imbrenda, Paolo Bonzini,
	Alex Williamson
  Cc: Alexander Gordeev, Vasily Gorbik, Tony Krowiak, Halil Pasic,
	Jason Herne, Eric Farman, Matthew Rosato, Farhan Ali, linux-s390,
	kvm



Am 30.07.26 um 07:34 schrieb Heiko Carstens:
> Update all three s390 vfio sections to clarify that s390 specific
> vfio code normally will go upstream via the kvms390 git tree.
> Add a corresponding T entry to reflect that.
> 
> For consistency with the other s390 specfic vfio sections rename
> "VFIO AP" to "VFIO-AP" and add an L entry for the kvm mailing list.
> 
> Acked-by: Claudio Imbrenda <imbrenda@linux.ibm.com>
> Acked-by: Matthew Rosato <mjrosato@linux.ibm.com>
> Acked-by: Eric Farman <farman@linux.ibm.com>
> Acked-by: Anthony Krowiak <akrowiak@linux.ibm.com>
> Acked-by: Farhan Ali <alifm@linux.ibm.com>
> Signed-off-by: Heiko Carstens <hca@linux.ibm.com>

Acked-by: Christian Borntraeger <borntraeger@linux.ibm.com>

FYI, Paolo, Alex. We had some forth and back (e.g. going via s390 tree)
but in the end the kvms390 seems to be the tree where most
interdependencies happen. So we will carry things from here.
common vfio code changes continue to be carried via Alex tree.


Unless you complain, I will apply that for kvms390/next.



> ---
>   MAINTAINERS | 6 +++++-
>   1 file changed, 5 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 716acfc3d7c1..b95bebe8a78a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -23890,12 +23890,14 @@ S:	Supported
>   F:	drivers/s390/block/scm*
>   F:	drivers/s390/cio/scm.c
>   
> -S390 VFIO AP DRIVER
> +S390 VFIO-AP DRIVER
>   M:	Tony Krowiak <akrowiak@linux.ibm.com>
>   M:	Halil Pasic <pasic@linux.ibm.com>
>   M:	Jason Herne <jjherne@linux.ibm.com>
>   L:	linux-s390@vger.kernel.org
> +L:	kvm@vger.kernel.org
>   S:	Supported
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
>   F:	Documentation/arch/s390/vfio-ap*
>   F:	drivers/s390/crypto/vfio_ap*
>   
> @@ -23906,6 +23908,7 @@ R:	Halil Pasic <pasic@linux.ibm.com>
>   L:	linux-s390@vger.kernel.org
>   L:	kvm@vger.kernel.org
>   S:	Supported
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
>   F:	Documentation/arch/s390/vfio-ccw.rst
>   F:	drivers/s390/cio/vfio_ccw*
>   F:	include/uapi/linux/vfio_ccw.h
> @@ -23917,6 +23920,7 @@ R:	Eric Farman <farman@linux.ibm.com>
>   L:	linux-s390@vger.kernel.org
>   L:	kvm@vger.kernel.org
>   S:	Supported
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
>   F:	arch/s390/kvm/pci*
>   F:	drivers/vfio/pci/vfio_pci_zdev.c
>   F:	include/uapi/linux/vfio_zdev.h


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

end of thread, other threads:[~2026-07-30  7:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-30  5:34 [PATCH] MAINTAINERS: Update s390 specific vfio sections Heiko Carstens
2026-07-30  7:43 ` Christian Borntraeger

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