All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/3] KVM: s390: maintainers update
@ 2018-01-31  9:24 Cornelia Huck
  2018-01-31  9:24 ` [PULL 1/3] MAINTAINERS: add David as a reviewer for KVM/s390 Cornelia Huck
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Cornelia Huck @ 2018-01-31  9:24 UTC (permalink / raw)
  To: pbonzini, rkrcmar
  Cc: borntraeger, frankja, david, pasic, bjsdjshi, linux-s390, kvm,
	Cornelia Huck

Paolo, Radim,

last KVM/s390 pull request from me. Thanks again to the folks that
have agreed to be listed in MAINTAINERS.

The following changes since commit 92ea2b3381d7dc4223375f4337dcadb1fd556576:

  Merge tag 'kvm-s390-next-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux (2018-01-30 17:42:40 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/kvm-s390-next-4.16-3

for you to fetch changes up to cd74ff94524e138e72e9feb5bf5b30ce28ba2311:

  MAINTAINERS: update KVM/s390 maintainers (2018-01-31 10:03:30 +0100)

----------------------------------------------------------------
KVM: s390: update maintainers

----------------------------------------------------------------

Cornelia Huck (3):
  MAINTAINERS: add David as a reviewer for KVM/s390
  MAINTAINERS: add Halil as additional vfio-ccw maintainer
  MAINTAINERS: update KVM/s390 maintainers

 MAINTAINERS | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

-- 
2.13.6

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

* [PULL 1/3] MAINTAINERS: add David as a reviewer for KVM/s390
  2018-01-31  9:24 [PULL 0/3] KVM: s390: maintainers update Cornelia Huck
@ 2018-01-31  9:24 ` Cornelia Huck
  2018-01-31  9:24 ` [PULL 2/3] MAINTAINERS: add Halil as additional vfio-ccw maintainer Cornelia Huck
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Cornelia Huck @ 2018-01-31  9:24 UTC (permalink / raw)
  To: pbonzini, rkrcmar
  Cc: borntraeger, frankja, david, pasic, bjsdjshi, linux-s390, kvm,
	Cornelia Huck

Acked-by: Janosch Frank <frankja@linux.vnet.ibm.com>
Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
Acked-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 82ad0eabce4f..cd7a416c516b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7693,6 +7693,7 @@ F:	arch/powerpc/kernel/kvm*
 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
 M:	Christian Borntraeger <borntraeger@de.ibm.com>
 M:	Cornelia Huck <cohuck@redhat.com>
+R:	David Hildenbrand <david@redhat.com>
 L:	linux-s390@vger.kernel.org
 W:	http://www.ibm.com/developerworks/linux/linux390/
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
-- 
2.13.6

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

* [PULL 2/3] MAINTAINERS: add Halil as additional vfio-ccw maintainer
  2018-01-31  9:24 [PULL 0/3] KVM: s390: maintainers update Cornelia Huck
  2018-01-31  9:24 ` [PULL 1/3] MAINTAINERS: add David as a reviewer for KVM/s390 Cornelia Huck
@ 2018-01-31  9:24 ` Cornelia Huck
  2018-01-31  9:24 ` [PULL 3/3] MAINTAINERS: update KVM/s390 maintainers Cornelia Huck
  2018-01-31 17:17 ` [PULL 0/3] KVM: s390: maintainers update Radim Krčmář
  3 siblings, 0 replies; 5+ messages in thread
From: Cornelia Huck @ 2018-01-31  9:24 UTC (permalink / raw)
  To: pbonzini, rkrcmar
  Cc: borntraeger, frankja, david, pasic, bjsdjshi, linux-s390, kvm,
	Cornelia Huck

Acked-by: Janosch Frank <frankja@linux.vnet.ibm.com>
Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
Acked-by: Halil Pasic <pasic@linux.vnet.ibm.com>
Acked-by: Dong Jia Shi <bjsdjshi@linux.vnet.ibm.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index cd7a416c516b..990ac01c319d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11863,6 +11863,7 @@ F:	drivers/pci/hotplug/s390_pci_hpc.c
 S390 VFIO-CCW DRIVER
 M:	Cornelia Huck <cohuck@redhat.com>
 M:	Dong Jia Shi <bjsdjshi@linux.vnet.ibm.com>
+M:	Halil Pasic <pasic@linux.vnet.ibm.com>
 L:	linux-s390@vger.kernel.org
 L:	kvm@vger.kernel.org
 S:	Supported
-- 
2.13.6

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

* [PULL 3/3] MAINTAINERS: update KVM/s390 maintainers
  2018-01-31  9:24 [PULL 0/3] KVM: s390: maintainers update Cornelia Huck
  2018-01-31  9:24 ` [PULL 1/3] MAINTAINERS: add David as a reviewer for KVM/s390 Cornelia Huck
  2018-01-31  9:24 ` [PULL 2/3] MAINTAINERS: add Halil as additional vfio-ccw maintainer Cornelia Huck
@ 2018-01-31  9:24 ` Cornelia Huck
  2018-01-31 17:17 ` [PULL 0/3] KVM: s390: maintainers update Radim Krčmář
  3 siblings, 0 replies; 5+ messages in thread
From: Cornelia Huck @ 2018-01-31  9:24 UTC (permalink / raw)
  To: pbonzini, rkrcmar
  Cc: borntraeger, frankja, david, pasic, bjsdjshi, linux-s390, kvm,
	Cornelia Huck

As I have neither too much time nor access to the architecture
documentation anymore, let's switch my status from maintainer to
reviewer. Janosch will step in as second maintainer.

Acked-by: Janosch Frank <frankja@linux.vnet.ibm.com>
Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
---
 MAINTAINERS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 990ac01c319d..71781ad422f0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7692,8 +7692,9 @@ F:	arch/powerpc/kernel/kvm*
 
 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
 M:	Christian Borntraeger <borntraeger@de.ibm.com>
-M:	Cornelia Huck <cohuck@redhat.com>
+M:	Janosch Frank <frankja@linux.vnet.ibm.com>
 R:	David Hildenbrand <david@redhat.com>
+R:	Cornelia Huck <cohuck@redhat.com>
 L:	linux-s390@vger.kernel.org
 W:	http://www.ibm.com/developerworks/linux/linux390/
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
-- 
2.13.6

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

* Re: [PULL 0/3] KVM: s390: maintainers update
  2018-01-31  9:24 [PULL 0/3] KVM: s390: maintainers update Cornelia Huck
                   ` (2 preceding siblings ...)
  2018-01-31  9:24 ` [PULL 3/3] MAINTAINERS: update KVM/s390 maintainers Cornelia Huck
@ 2018-01-31 17:17 ` Radim Krčmář
  3 siblings, 0 replies; 5+ messages in thread
From: Radim Krčmář @ 2018-01-31 17:17 UTC (permalink / raw)
  To: Cornelia Huck
  Cc: pbonzini, borntraeger, frankja, david, pasic, bjsdjshi,
	linux-s390, kvm

2018-01-31 10:24+0100, Cornelia Huck:
> Paolo, Radim,
> 
> last KVM/s390 pull request from me. Thanks again to the folks that
> have agreed to be listed in MAINTAINERS.

Pulled, thanks and ... congratulations. :)

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

end of thread, other threads:[~2018-01-31 17:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-31  9:24 [PULL 0/3] KVM: s390: maintainers update Cornelia Huck
2018-01-31  9:24 ` [PULL 1/3] MAINTAINERS: add David as a reviewer for KVM/s390 Cornelia Huck
2018-01-31  9:24 ` [PULL 2/3] MAINTAINERS: add Halil as additional vfio-ccw maintainer Cornelia Huck
2018-01-31  9:24 ` [PULL 3/3] MAINTAINERS: update KVM/s390 maintainers Cornelia Huck
2018-01-31 17:17 ` [PULL 0/3] KVM: s390: maintainers update Radim Krčmář

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.