* [PATCH] MAINTAINERS: co-maintainance of KVM/{arm,arm64}
@ 2014-04-26 10:43 Christoffer Dall
2014-04-27 9:53 ` Paolo Bonzini
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Christoffer Dall @ 2014-04-26 10:43 UTC (permalink / raw)
To: Paolo Bonzini, kvm
Cc: kvmarm, Marc Zyngier, Catalin Marinas, Russell King, Gleb Natapov,
Christoffer Dall
From: Marc Zyngier <marc.zyngier@arm.com>
The KVM/{arm,arm64} ports are sharing a lot of code, and are
effectively co-maintained (and have been for quite a while).
Make the situation official and list the two maintainers
for both ports.
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
---
MAINTAINERS | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 06f571e..6af9a48 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5034,14 +5034,19 @@ F: drivers/s390/kvm/
KERNEL VIRTUAL MACHINE (KVM) FOR ARM
M: Christoffer Dall <christoffer.dall@linaro.org>
+M: Marc Zyngier <marc.zyngier@arm.com>
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
L: kvmarm@lists.cs.columbia.edu
W: http://systems.cs.columbia.edu/projects/kvm-arm
S: Supported
F: arch/arm/include/uapi/asm/kvm*
F: arch/arm/include/asm/kvm*
F: arch/arm/kvm/
+F: virt/kvm/arm/
+F: include/kvm/arm_*
KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
+M: Christoffer Dall <christoffer.dall@linaro.org>
M: Marc Zyngier <marc.zyngier@arm.com>
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
L: kvmarm@lists.cs.columbia.edu
--
1.8.3.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: co-maintainance of KVM/{arm,arm64}
2014-04-26 10:43 [PATCH] MAINTAINERS: co-maintainance of KVM/{arm,arm64} Christoffer Dall
@ 2014-04-27 9:53 ` Paolo Bonzini
2014-04-27 15:12 ` Catalin Marinas
2014-04-28 10:28 ` Paolo Bonzini
2 siblings, 0 replies; 4+ messages in thread
From: Paolo Bonzini @ 2014-04-27 9:53 UTC (permalink / raw)
To: Christoffer Dall, kvm
Cc: kvmarm, Marc Zyngier, Catalin Marinas, Russell King, Gleb Natapov
Il 26/04/2014 12:43, Christoffer Dall ha scritto:
> From: Marc Zyngier <marc.zyngier@arm.com>
>
> The KVM/{arm,arm64} ports are sharing a lot of code, and are
> effectively co-maintained (and have been for quite a while).
>
> Make the situation official and list the two maintainers
> for both ports.
>
> Cc: Catalin Marinas <catalin.marinas@arm.com>
> Cc: Russell King <linux@arm.linux.org.uk>
> Cc: Paolo Bonzini <pbonzini@redhat.com>
> Cc: Gleb Natapov <gleb@redhat.com>
> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
> Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
> ---
> MAINTAINERS | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 06f571e..6af9a48 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5034,14 +5034,19 @@ F: drivers/s390/kvm/
>
> KERNEL VIRTUAL MACHINE (KVM) FOR ARM
> M: Christoffer Dall <christoffer.dall@linaro.org>
> +M: Marc Zyngier <marc.zyngier@arm.com>
> +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> L: kvmarm@lists.cs.columbia.edu
> W: http://systems.cs.columbia.edu/projects/kvm-arm
> S: Supported
> F: arch/arm/include/uapi/asm/kvm*
> F: arch/arm/include/asm/kvm*
> F: arch/arm/kvm/
> +F: virt/kvm/arm/
> +F: include/kvm/arm_*
>
> KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
> +M: Christoffer Dall <christoffer.dall@linaro.org>
> M: Marc Zyngier <marc.zyngier@arm.com>
> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> L: kvmarm@lists.cs.columbia.edu
>
Nice! :)
Paolo
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: co-maintainance of KVM/{arm,arm64}
2014-04-26 10:43 [PATCH] MAINTAINERS: co-maintainance of KVM/{arm,arm64} Christoffer Dall
2014-04-27 9:53 ` Paolo Bonzini
@ 2014-04-27 15:12 ` Catalin Marinas
2014-04-28 10:28 ` Paolo Bonzini
2 siblings, 0 replies; 4+ messages in thread
From: Catalin Marinas @ 2014-04-27 15:12 UTC (permalink / raw)
To: Christoffer Dall
Cc: Paolo Bonzini, kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu,
Marc Zyngier, Russell King, Gleb Natapov
On 26 Apr 2014, at 11:43, Christoffer Dall <christoffer.dall@linaro.org> wrote:
> From: Marc Zyngier <marc.zyngier@arm.com>
>
> The KVM/{arm,arm64} ports are sharing a lot of code, and are
> effectively co-maintained (and have been for quite a while).
>
> Make the situation official and list the two maintainers
> for both ports.
>
> Cc: Catalin Marinas <catalin.marinas@arm.com>
> Cc: Russell King <linux@arm.linux.org.uk>
> Cc: Paolo Bonzini <pbonzini@redhat.com>
> Cc: Gleb Natapov <gleb@redhat.com>
> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
> Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: co-maintainance of KVM/{arm,arm64}
2014-04-26 10:43 [PATCH] MAINTAINERS: co-maintainance of KVM/{arm,arm64} Christoffer Dall
2014-04-27 9:53 ` Paolo Bonzini
2014-04-27 15:12 ` Catalin Marinas
@ 2014-04-28 10:28 ` Paolo Bonzini
2 siblings, 0 replies; 4+ messages in thread
From: Paolo Bonzini @ 2014-04-28 10:28 UTC (permalink / raw)
To: Christoffer Dall, kvm
Cc: kvmarm, Marc Zyngier, Catalin Marinas, Russell King, Gleb Natapov
Il 26/04/2014 12:43, Christoffer Dall ha scritto:
> From: Marc Zyngier <marc.zyngier@arm.com>
>
> The KVM/{arm,arm64} ports are sharing a lot of code, and are
> effectively co-maintained (and have been for quite a while).
>
> Make the situation official and list the two maintainers
> for both ports.
>
> Cc: Catalin Marinas <catalin.marinas@arm.com>
> Cc: Russell King <linux@arm.linux.org.uk>
> Cc: Paolo Bonzini <pbonzini@redhat.com>
> Cc: Gleb Natapov <gleb@redhat.com>
> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
> Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
> ---
> MAINTAINERS | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 06f571e..6af9a48 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5034,14 +5034,19 @@ F: drivers/s390/kvm/
>
> KERNEL VIRTUAL MACHINE (KVM) FOR ARM
> M: Christoffer Dall <christoffer.dall@linaro.org>
> +M: Marc Zyngier <marc.zyngier@arm.com>
> +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> L: kvmarm@lists.cs.columbia.edu
> W: http://systems.cs.columbia.edu/projects/kvm-arm
> S: Supported
> F: arch/arm/include/uapi/asm/kvm*
> F: arch/arm/include/asm/kvm*
> F: arch/arm/kvm/
> +F: virt/kvm/arm/
> +F: include/kvm/arm_*
>
> KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
> +M: Christoffer Dall <christoffer.dall@linaro.org>
> M: Marc Zyngier <marc.zyngier@arm.com>
> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> L: kvmarm@lists.cs.columbia.edu
>
Applied to kvm/master, thanks.
Paolo
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-04-28 10:28 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-26 10:43 [PATCH] MAINTAINERS: co-maintainance of KVM/{arm,arm64} Christoffer Dall
2014-04-27 9:53 ` Paolo Bonzini
2014-04-27 15:12 ` Catalin Marinas
2014-04-28 10:28 ` Paolo Bonzini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox