From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH] MAINTAINERS: co-maintainance of KVM/{arm,arm64} Date: Mon, 28 Apr 2014 12:28:11 +0200 Message-ID: <535E2D3B.5000909@redhat.com> References: <1398508981-36740-1-git-send-email-christoffer.dall@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvmarm@lists.cs.columbia.edu, Marc Zyngier , Catalin Marinas , Russell King , Gleb Natapov To: Christoffer Dall , kvm@vger.kernel.org Return-path: Received: from mail-ee0-f53.google.com ([74.125.83.53]:61016 "EHLO mail-ee0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932067AbaD1K2Q (ORCPT ); Mon, 28 Apr 2014 06:28:16 -0400 Received: by mail-ee0-f53.google.com with SMTP id b57so4691559eek.40 for ; Mon, 28 Apr 2014 03:28:15 -0700 (PDT) In-Reply-To: <1398508981-36740-1-git-send-email-christoffer.dall@linaro.org> Sender: kvm-owner@vger.kernel.org List-ID: Il 26/04/2014 12:43, Christoffer Dall ha scritto: > From: Marc Zyngier > > 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 > Cc: Russell King > Cc: Paolo Bonzini > Cc: Gleb Natapov > Signed-off-by: Marc Zyngier > Signed-off-by: Christoffer Dall > --- > 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 > +M: Marc Zyngier > +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 > M: Marc Zyngier > L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > L: kvmarm@lists.cs.columbia.edu > Applied to kvm/master, thanks. Paolo