From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754916AbdJIO4X (ORCPT ); Mon, 9 Oct 2017 10:56:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57102 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754509AbdJIO4V (ORCPT ); Mon, 9 Oct 2017 10:56:21 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 6997420275 Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=thuth@redhat.com Subject: Re: [PATCH] MAINTAINERS: Add Paul Mackerras as maintainer for KVM/powerpc To: Alexander Graf , Paolo Bonzini , kvm-ppc@vger.kernel.org, Paul Mackerras , Alexander Graf Cc: linux-kernel@vger.kernel.org, kvm@vger.kernel.org, =?UTF-8?B?UmFkaW0gS3LEjW3DocWZ?= , Scott Wood , Mihai Caraman , Bharat Bhushan References: <1507559641-11743-1-git-send-email-thuth@redhat.com> <0a84d3fd-aea9-76fa-e8eb-3010bf7db4c1@redhat.com> From: Thomas Huth Message-ID: Date: Mon, 9 Oct 2017 16:56:15 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Mon, 09 Oct 2017 14:56:21 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09.10.2017 16:43, Alexander Graf wrote: > > > On 09.10.17 16:42, Paolo Bonzini wrote: >> On 09/10/2017 16:34, Thomas Huth wrote: >>> Paul is handling almost all of the powerpc related KVM patches nowadays, >>> so he should be mentioned in the MAINTAINERS file accordingly. >>> >>> Signed-off-by: Thomas Huth >>> --- >>> MAINTAINERS | 1 + >>> 1 file changed, 1 insertion(+) >>> >>> diff --git a/MAINTAINERS b/MAINTAINERS >>> index 2d3d750..177ffde 100644 >>> --- a/MAINTAINERS >>> +++ b/MAINTAINERS >>> @@ -7571,6 +7571,7 @@ F: arch/mips/include/asm/kvm* >>> F: arch/mips/kvm/ >>> >>> KERNEL VIRTUAL MACHINE FOR POWERPC (KVM/powerpc) >>> +M: Paul Mackerras >>> M: Alexander Graf >>> L: kvm-ppc@vger.kernel.org >>> W: http://www.linux-kvm.org/ >>> >> >> Queued, replacing Alex too. What's the state of BookE? > > Orphaned? :) > > It's a dead architecture anyways Do you know whether anybody is still using it? ... if not, maybe it's time to remove the code from the kernel? Thomas