public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] KVM: s390: MAINTAINERS: promote Claudio Imbrenda
@ 2022-02-10  8:53 Christian Borntraeger
  2022-02-10  8:54 ` Janosch Frank
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Christian Borntraeger @ 2022-02-10  8:53 UTC (permalink / raw)
  To: KVM
  Cc: Cornelia Huck, Christian Borntraeger, Janosch Frank,
	David Hildenbrand, linux-s390, Thomas Huth, Claudio Imbrenda,
	Paolo Bonzini, Heiko Carstens, Vasily Gorbik, Alexander Gordeev

Claudio has volunteered to be more involved in the maintainership of
s390 KVM.

Signed-off-by: Christian Borntraeger <borntraeger@linux.ibm.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index f41088418aae..cde32aebb6ef 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10548,8 +10548,8 @@ F:	arch/riscv/kvm/
 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
 M:	Christian Borntraeger <borntraeger@linux.ibm.com>
 M:	Janosch Frank <frankja@linux.ibm.com>
+M:	Claudio Imbrenda <imbrenda@linux.ibm.com>
 R:	David Hildenbrand <david@redhat.com>
-R:	Claudio Imbrenda <imbrenda@linux.ibm.com>
 L:	kvm@vger.kernel.org
 S:	Supported
 W:	http://www.ibm.com/developerworks/linux/linux390/
-- 
2.33.1


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

* Re: [PATCH] KVM: s390: MAINTAINERS: promote Claudio Imbrenda
  2022-02-10  8:53 [PATCH] KVM: s390: MAINTAINERS: promote Claudio Imbrenda Christian Borntraeger
@ 2022-02-10  8:54 ` Janosch Frank
  2022-02-10  9:05 ` Thomas Huth
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Janosch Frank @ 2022-02-10  8:54 UTC (permalink / raw)
  To: Christian Borntraeger, KVM
  Cc: Cornelia Huck, David Hildenbrand, linux-s390, Thomas Huth,
	Claudio Imbrenda, Paolo Bonzini, Heiko Carstens, Vasily Gorbik,
	Alexander Gordeev

On 2/10/22 09:53, Christian Borntraeger wrote:
> Claudio has volunteered to be more involved in the maintainership of
> s390 KVM.
> 

Acked-by: Janosch Frank <frankja@linux.ibm.com>

> Signed-off-by: Christian Borntraeger <borntraeger@linux.ibm.com>
> ---
>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index f41088418aae..cde32aebb6ef 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -10548,8 +10548,8 @@ F:	arch/riscv/kvm/
>   KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
>   M:	Christian Borntraeger <borntraeger@linux.ibm.com>
>   M:	Janosch Frank <frankja@linux.ibm.com>
> +M:	Claudio Imbrenda <imbrenda@linux.ibm.com>
>   R:	David Hildenbrand <david@redhat.com>
> -R:	Claudio Imbrenda <imbrenda@linux.ibm.com>
>   L:	kvm@vger.kernel.org
>   S:	Supported
>   W:	http://www.ibm.com/developerworks/linux/linux390/


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

* Re: [PATCH] KVM: s390: MAINTAINERS: promote Claudio Imbrenda
  2022-02-10  8:53 [PATCH] KVM: s390: MAINTAINERS: promote Claudio Imbrenda Christian Borntraeger
  2022-02-10  8:54 ` Janosch Frank
@ 2022-02-10  9:05 ` Thomas Huth
  2022-02-10 11:13 ` Claudio Imbrenda
  2022-02-11  8:52 ` Christian Borntraeger
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2022-02-10  9:05 UTC (permalink / raw)
  To: Christian Borntraeger, KVM
  Cc: Cornelia Huck, Janosch Frank, David Hildenbrand, linux-s390,
	Claudio Imbrenda, Paolo Bonzini, Heiko Carstens, Vasily Gorbik,
	Alexander Gordeev

On 10/02/2022 09.53, Christian Borntraeger wrote:
> Claudio has volunteered to be more involved in the maintainership of
> s390 KVM.
> 
> Signed-off-by: Christian Borntraeger <borntraeger@linux.ibm.com>
> ---
>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index f41088418aae..cde32aebb6ef 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -10548,8 +10548,8 @@ F:	arch/riscv/kvm/
>   KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
>   M:	Christian Borntraeger <borntraeger@linux.ibm.com>
>   M:	Janosch Frank <frankja@linux.ibm.com>
> +M:	Claudio Imbrenda <imbrenda@linux.ibm.com>
>   R:	David Hildenbrand <david@redhat.com>
> -R:	Claudio Imbrenda <imbrenda@linux.ibm.com>
>   L:	kvm@vger.kernel.org
>   S:	Supported
>   W:	http://www.ibm.com/developerworks/linux/linux390/

Reviewed-by: Thomas Huth <thuth@redhat.com>


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

* Re: [PATCH] KVM: s390: MAINTAINERS: promote Claudio Imbrenda
  2022-02-10  8:53 [PATCH] KVM: s390: MAINTAINERS: promote Claudio Imbrenda Christian Borntraeger
  2022-02-10  8:54 ` Janosch Frank
  2022-02-10  9:05 ` Thomas Huth
@ 2022-02-10 11:13 ` Claudio Imbrenda
  2022-02-11  8:52 ` Christian Borntraeger
  3 siblings, 0 replies; 5+ messages in thread
From: Claudio Imbrenda @ 2022-02-10 11:13 UTC (permalink / raw)
  To: Christian Borntraeger
  Cc: KVM, Cornelia Huck, Janosch Frank, David Hildenbrand, linux-s390,
	Thomas Huth, Paolo Bonzini, Heiko Carstens, Vasily Gorbik,
	Alexander Gordeev

On Thu, 10 Feb 2022 09:53:10 +0100
Christian Borntraeger <borntraeger@linux.ibm.com> wrote:

> Claudio has volunteered to be more involved in the maintainership of
> s390 KVM.
> 
> Signed-off-by: Christian Borntraeger <borntraeger@linux.ibm.com>

Acked-by: Claudio Imbrenda <imbrenda@linux.ibm.com>

> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index f41088418aae..cde32aebb6ef 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -10548,8 +10548,8 @@ F:	arch/riscv/kvm/
>  KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
>  M:	Christian Borntraeger <borntraeger@linux.ibm.com>
>  M:	Janosch Frank <frankja@linux.ibm.com>
> +M:	Claudio Imbrenda <imbrenda@linux.ibm.com>
>  R:	David Hildenbrand <david@redhat.com>
> -R:	Claudio Imbrenda <imbrenda@linux.ibm.com>
>  L:	kvm@vger.kernel.org
>  S:	Supported
>  W:	http://www.ibm.com/developerworks/linux/linux390/


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

* Re: [PATCH] KVM: s390: MAINTAINERS: promote Claudio Imbrenda
  2022-02-10  8:53 [PATCH] KVM: s390: MAINTAINERS: promote Claudio Imbrenda Christian Borntraeger
                   ` (2 preceding siblings ...)
  2022-02-10 11:13 ` Claudio Imbrenda
@ 2022-02-11  8:52 ` Christian Borntraeger
  3 siblings, 0 replies; 5+ messages in thread
From: Christian Borntraeger @ 2022-02-11  8:52 UTC (permalink / raw)
  To: KVM
  Cc: Cornelia Huck, Janosch Frank, David Hildenbrand, linux-s390,
	Thomas Huth, Claudio Imbrenda, Paolo Bonzini, Heiko Carstens,
	Vasily Gorbik, Alexander Gordeev

Am 10.02.22 um 09:53 schrieb Christian Borntraeger:
> Claudio has volunteered to be more involved in the maintainership of
> s390 KVM.
> 
> Signed-off-by: Christian Borntraeger <borntraeger@linux.ibm.com>
> ---
>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index f41088418aae..cde32aebb6ef 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -10548,8 +10548,8 @@ F:	arch/riscv/kvm/
>   KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
>   M:	Christian Borntraeger <borntraeger@linux.ibm.com>
>   M:	Janosch Frank <frankja@linux.ibm.com>
> +M:	Claudio Imbrenda <imbrenda@linux.ibm.com>
>   R:	David Hildenbrand <david@redhat.com>
> -R:	Claudio Imbrenda <imbrenda@linux.ibm.com>
>   L:	kvm@vger.kernel.org
>   S:	Supported
>   W:	http://www.ibm.com/developerworks/linux/linux390/

applied.

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

end of thread, other threads:[~2022-02-11  8:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-10  8:53 [PATCH] KVM: s390: MAINTAINERS: promote Claudio Imbrenda Christian Borntraeger
2022-02-10  8:54 ` Janosch Frank
2022-02-10  9:05 ` Thomas Huth
2022-02-10 11:13 ` Claudio Imbrenda
2022-02-11  8:52 ` Christian Borntraeger

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