All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH kvm-unit-tests] MAINTAINERS: add S lines
@ 2021-09-23 11:48 Paolo Bonzini
  2021-09-23 12:11 ` Laurent Vivier
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Paolo Bonzini @ 2021-09-23 11:48 UTC (permalink / raw)
  To: kvm; +Cc: Laurent Vivier, Thomas Huth, Janosch Frank, Andrew Jones

Mark PPC as maintained since it is a bit more stagnant than the rest.

Everything else is supported---strange but true.

Cc: Laurent Vivier <lvivier@redhat.com>
Cc: Thomas Huth <thuth@redhat.com>
Cc: Janosch Frank <frankja@linux.ibm.com>
Cc: Andrew Jones <drjones@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 MAINTAINERS | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 89b21c2..4fc01a5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -56,6 +56,7 @@ Maintainers
 M: Paolo Bonzini <pbonzini@redhat.com>
 M: Thomas Huth <thuth@redhat.com>
 M: Andrew Jones <drjones@redhat.com>
+S: Supported
 L: kvm@vger.kernel.org
 T: https://gitlab.com/kvm-unit-tests/kvm-unit-tests.git
 
@@ -64,6 +65,7 @@ Architecture Specific Code:
 
 ARM
 M: Andrew Jones <drjones@redhat.com>
+S: Supported
 L: kvm@vger.kernel.org
 L: kvmarm@lists.cs.columbia.edu
 F: arm/*
@@ -74,6 +76,7 @@ T: https://gitlab.com/rhdrjones/kvm-unit-tests.git
 POWERPC
 M: Laurent Vivier <lvivier@redhat.com>
 M: Thomas Huth <thuth@redhat.com>
+S: Maintained
 L: kvm@vger.kernel.org
 L: kvm-ppc@vger.kernel.org
 F: powerpc/*
@@ -83,6 +86,7 @@ F: lib/ppc64/*
 S390X
 M: Thomas Huth <thuth@redhat.com>
 M: Janosch Frank <frankja@linux.ibm.com>
+S: Supported
 R: Cornelia Huck <cohuck@redhat.com>
 R: Claudio Imbrenda <imbrenda@linux.ibm.com>
 R: David Hildenbrand <david@redhat.com>
@@ -93,6 +97,7 @@ F: lib/s390x/*
 
 X86
 M: Paolo Bonzini <pbonzini@redhat.com>
+S: Supported
 L: kvm@vger.kernel.org
 F: x86/*
 F: lib/x86/*
-- 
2.31.1


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

* Re: [PATCH kvm-unit-tests] MAINTAINERS: add S lines
  2021-09-23 11:48 [PATCH kvm-unit-tests] MAINTAINERS: add S lines Paolo Bonzini
@ 2021-09-23 12:11 ` Laurent Vivier
  2021-09-24  8:36 ` Thomas Huth
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: Laurent Vivier @ 2021-09-23 12:11 UTC (permalink / raw)
  To: Paolo Bonzini, kvm; +Cc: Thomas Huth, Janosch Frank, Andrew Jones

On 23/09/2021 13:48, Paolo Bonzini wrote:
> Mark PPC as maintained since it is a bit more stagnant than the rest.
> 
> Everything else is supported---strange but true.
> 
> Cc: Laurent Vivier <lvivier@redhat.com>
> Cc: Thomas Huth <thuth@redhat.com>
> Cc: Janosch Frank <frankja@linux.ibm.com>
> Cc: Andrew Jones <drjones@redhat.com>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>   MAINTAINERS | 5 +++++
>   1 file changed, 5 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 89b21c2..4fc01a5 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -56,6 +56,7 @@ Maintainers
>   M: Paolo Bonzini <pbonzini@redhat.com>
>   M: Thomas Huth <thuth@redhat.com>
>   M: Andrew Jones <drjones@redhat.com>
> +S: Supported
>   L: kvm@vger.kernel.org
>   T: https://gitlab.com/kvm-unit-tests/kvm-unit-tests.git
>   
> @@ -64,6 +65,7 @@ Architecture Specific Code:
>   
>   ARM
>   M: Andrew Jones <drjones@redhat.com>
> +S: Supported
>   L: kvm@vger.kernel.org
>   L: kvmarm@lists.cs.columbia.edu
>   F: arm/*
> @@ -74,6 +76,7 @@ T: https://gitlab.com/rhdrjones/kvm-unit-tests.git
>   POWERPC
>   M: Laurent Vivier <lvivier@redhat.com>
>   M: Thomas Huth <thuth@redhat.com>
> +S: Maintained
>   L: kvm@vger.kernel.org
>   L: kvm-ppc@vger.kernel.org
>   F: powerpc/*
> @@ -83,6 +86,7 @@ F: lib/ppc64/*
>   S390X
>   M: Thomas Huth <thuth@redhat.com>
>   M: Janosch Frank <frankja@linux.ibm.com>
> +S: Supported
>   R: Cornelia Huck <cohuck@redhat.com>
>   R: Claudio Imbrenda <imbrenda@linux.ibm.com>
>   R: David Hildenbrand <david@redhat.com>
> @@ -93,6 +97,7 @@ F: lib/s390x/*
>   
>   X86
>   M: Paolo Bonzini <pbonzini@redhat.com>
> +S: Supported
>   L: kvm@vger.kernel.org
>   F: x86/*
>   F: lib/x86/*
> 

Reviewed-by: Laurent Vivier <lvivier@redhat.com>


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

* Re: [PATCH kvm-unit-tests] MAINTAINERS: add S lines
  2021-09-23 11:48 [PATCH kvm-unit-tests] MAINTAINERS: add S lines Paolo Bonzini
  2021-09-23 12:11 ` Laurent Vivier
@ 2021-09-24  8:36 ` Thomas Huth
  2021-09-24 12:42 ` Andrew Jones
  2021-09-27  8:00 ` Janosch Frank
  3 siblings, 0 replies; 7+ messages in thread
From: Thomas Huth @ 2021-09-24  8:36 UTC (permalink / raw)
  To: Paolo Bonzini, kvm; +Cc: Laurent Vivier, Janosch Frank, Andrew Jones

On 23/09/2021 13.48, Paolo Bonzini wrote:
> Mark PPC as maintained since it is a bit more stagnant than the rest.
> 
> Everything else is supported---strange but true.
> 
> Cc: Laurent Vivier <lvivier@redhat.com>
> Cc: Thomas Huth <thuth@redhat.com>
> Cc: Janosch Frank <frankja@linux.ibm.com>
> Cc: Andrew Jones <drjones@redhat.com>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>   MAINTAINERS | 5 +++++
>   1 file changed, 5 insertions(+)

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


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

* Re: [PATCH kvm-unit-tests] MAINTAINERS: add S lines
  2021-09-23 11:48 [PATCH kvm-unit-tests] MAINTAINERS: add S lines Paolo Bonzini
  2021-09-23 12:11 ` Laurent Vivier
  2021-09-24  8:36 ` Thomas Huth
@ 2021-09-24 12:42 ` Andrew Jones
  2021-09-27  8:00 ` Janosch Frank
  3 siblings, 0 replies; 7+ messages in thread
From: Andrew Jones @ 2021-09-24 12:42 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: kvm, Laurent Vivier, Thomas Huth, Janosch Frank

On Thu, Sep 23, 2021 at 01:48:14PM +0200, Paolo Bonzini wrote:
> Mark PPC as maintained since it is a bit more stagnant than the rest.
> 
> Everything else is supported---strange but true.
> 
> Cc: Laurent Vivier <lvivier@redhat.com>
> Cc: Thomas Huth <thuth@redhat.com>
> Cc: Janosch Frank <frankja@linux.ibm.com>
> Cc: Andrew Jones <drjones@redhat.com>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>  MAINTAINERS | 5 +++++
>  1 file changed, 5 insertions(+)
>

Acked-by: Andrew Jones <drjones@redhat.com>


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

* Re: [PATCH kvm-unit-tests] MAINTAINERS: add S lines
  2021-09-23 11:48 [PATCH kvm-unit-tests] MAINTAINERS: add S lines Paolo Bonzini
                   ` (2 preceding siblings ...)
  2021-09-24 12:42 ` Andrew Jones
@ 2021-09-27  8:00 ` Janosch Frank
  2021-09-27  8:02   ` Thomas Huth
  3 siblings, 1 reply; 7+ messages in thread
From: Janosch Frank @ 2021-09-27  8:00 UTC (permalink / raw)
  To: Paolo Bonzini, kvm; +Cc: Laurent Vivier, Thomas Huth, Andrew Jones

On 9/23/21 1:48 PM, Paolo Bonzini wrote:
> Mark PPC as maintained since it is a bit more stagnant than the rest.
> 
> Everything else is supported---strange but true.
> 
> Cc: Laurent Vivier <lvivier@redhat.com>
> Cc: Thomas Huth <thuth@redhat.com>
> Cc: Janosch Frank <frankja@linux.ibm.com>
> Cc: Andrew Jones <drjones@redhat.com>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

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

Is there a reason why we suddenly want to add this i.e. is that
indication used by anyone right now?

> ---
>  MAINTAINERS | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 89b21c2..4fc01a5 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -56,6 +56,7 @@ Maintainers
>  M: Paolo Bonzini <pbonzini@redhat.com>
>  M: Thomas Huth <thuth@redhat.com>
>  M: Andrew Jones <drjones@redhat.com>
> +S: Supported
>  L: kvm@vger.kernel.org
>  T: https://gitlab.com/kvm-unit-tests/kvm-unit-tests.git
>  
> @@ -64,6 +65,7 @@ Architecture Specific Code:
>  
>  ARM
>  M: Andrew Jones <drjones@redhat.com>
> +S: Supported
>  L: kvm@vger.kernel.org
>  L: kvmarm@lists.cs.columbia.edu
>  F: arm/*
> @@ -74,6 +76,7 @@ T: https://gitlab.com/rhdrjones/kvm-unit-tests.git
>  POWERPC
>  M: Laurent Vivier <lvivier@redhat.com>
>  M: Thomas Huth <thuth@redhat.com>
> +S: Maintained
>  L: kvm@vger.kernel.org
>  L: kvm-ppc@vger.kernel.org
>  F: powerpc/*
> @@ -83,6 +86,7 @@ F: lib/ppc64/*
>  S390X
>  M: Thomas Huth <thuth@redhat.com>
>  M: Janosch Frank <frankja@linux.ibm.com>
> +S: Supported
>  R: Cornelia Huck <cohuck@redhat.com>
>  R: Claudio Imbrenda <imbrenda@linux.ibm.com>
>  R: David Hildenbrand <david@redhat.com>
> @@ -93,6 +97,7 @@ F: lib/s390x/*
>  
>  X86
>  M: Paolo Bonzini <pbonzini@redhat.com>
> +S: Supported
>  L: kvm@vger.kernel.org
>  F: x86/*
>  F: lib/x86/*
> 


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

* Re: [PATCH kvm-unit-tests] MAINTAINERS: add S lines
  2021-09-27  8:00 ` Janosch Frank
@ 2021-09-27  8:02   ` Thomas Huth
  2021-09-27  9:15     ` Janosch Frank
  0 siblings, 1 reply; 7+ messages in thread
From: Thomas Huth @ 2021-09-27  8:02 UTC (permalink / raw)
  To: Janosch Frank, Paolo Bonzini, kvm; +Cc: Laurent Vivier, Andrew Jones

On 27/09/2021 10.00, Janosch Frank wrote:
> On 9/23/21 1:48 PM, Paolo Bonzini wrote:
>> Mark PPC as maintained since it is a bit more stagnant than the rest.
>>
>> Everything else is supported---strange but true.
>>
>> Cc: Laurent Vivier <lvivier@redhat.com>
>> Cc: Thomas Huth <thuth@redhat.com>
>> Cc: Janosch Frank <frankja@linux.ibm.com>
>> Cc: Andrew Jones <drjones@redhat.com>
>> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> 
> Acked-by: Janosch Frank <frankja@linux.ibm.com>
> 
> Is there a reason why we suddenly want to add this i.e. is that
> indication used by anyone right now?

I think it's for the get_maintainers.pl script that has just been pushed to 
the repository some days ago.

  Thomas


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

* Re: [PATCH kvm-unit-tests] MAINTAINERS: add S lines
  2021-09-27  8:02   ` Thomas Huth
@ 2021-09-27  9:15     ` Janosch Frank
  0 siblings, 0 replies; 7+ messages in thread
From: Janosch Frank @ 2021-09-27  9:15 UTC (permalink / raw)
  To: Thomas Huth, Paolo Bonzini, kvm; +Cc: Laurent Vivier, Andrew Jones

On 9/27/21 10:02 AM, Thomas Huth wrote:
> On 27/09/2021 10.00, Janosch Frank wrote:
>> On 9/23/21 1:48 PM, Paolo Bonzini wrote:
>>> Mark PPC as maintained since it is a bit more stagnant than the rest.
>>>
>>> Everything else is supported---strange but true.
>>>
>>> Cc: Laurent Vivier <lvivier@redhat.com>
>>> Cc: Thomas Huth <thuth@redhat.com>
>>> Cc: Janosch Frank <frankja@linux.ibm.com>
>>> Cc: Andrew Jones <drjones@redhat.com>
>>> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
>>
>> Acked-by: Janosch Frank <frankja@linux.ibm.com>
>>
>> Is there a reason why we suddenly want to add this i.e. is that
>> indication used by anyone right now?
> 
> I think it's for the get_maintainers.pl script that has just been pushed to 
> the repository some days ago.
> 
>   Thomas
> 

Ah, haven't seen that patch yet, time to read more mails...
Thanks for the clarification!

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

end of thread, other threads:[~2021-09-27  9:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-23 11:48 [PATCH kvm-unit-tests] MAINTAINERS: add S lines Paolo Bonzini
2021-09-23 12:11 ` Laurent Vivier
2021-09-24  8:36 ` Thomas Huth
2021-09-24 12:42 ` Andrew Jones
2021-09-27  8:00 ` Janosch Frank
2021-09-27  8:02   ` Thomas Huth
2021-09-27  9:15     ` Janosch Frank

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.