From patchwork Wed Nov 18 20:58:33 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andreas_F=C3=A4rber?= X-Patchwork-Id: 546204 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 5B7CD141496 for ; Thu, 19 Nov 2015 07:59:09 +1100 (AEDT) Received: from localhost ([::1]:38390 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zz9op-0006tG-BG for incoming@patchwork.ozlabs.org; Wed, 18 Nov 2015 15:59:07 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42601) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zz9oP-00066j-MH for qemu-devel@nongnu.org; Wed, 18 Nov 2015 15:58:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zz9oL-0001pF-0G for qemu-devel@nongnu.org; Wed, 18 Nov 2015 15:58:41 -0500 Received: from mx2.suse.de ([195.135.220.15]:50281) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zz9oK-0001ot-LU; Wed, 18 Nov 2015 15:58:36 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 575E9ABDC; Wed, 18 Nov 2015 20:58:12 +0000 (UTC) To: Eric Blake , qemu-ppc@nongnu.org References: <1433367941-119488-1-git-send-email-agraf@suse.de> <1433367941-119488-38-git-send-email-agraf@suse.de> <564CE38A.5000108@suse.de> <564CE4BB.4040509@redhat.com> From: =?UTF-8?Q?Andreas_F=c3=a4rber?= X-Enigmail-Draft-Status: N1110 Organization: SUSE Linux GmbH Message-ID: <564CE679.5010907@suse.de> Date: Wed, 18 Nov 2015 21:58:33 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <564CE4BB.4040509@redhat.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] X-Received-From: 195.135.220.15 Cc: qemu-devel@nongnu.org, peter.maydell@linaro.org, Alexander Graf , David Gibson Subject: Re: [Qemu-devel] [PULL 37/40] Add David Gibson for sPAPR in MAINTAINERS file X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Am 18.11.2015 um 21:51 schrieb Eric Blake: > On 11/18/2015 01:46 PM, Andreas Färber wrote: >>> +++ b/MAINTAINERS >>> @@ -486,7 +486,8 @@ F: hw/ppc/prep.c >>> F: hw/pci-host/prep.[hc] >>> F: hw/isa/pc87312.[hc] >>> >>> -sPAPR >>> +sPAPR (pseries) >> >> This change leads to get_maintainer.pl using "qemu-ppc@nongnu.org (open >> list:sPAPR (pseries))", which results in: >> >> 5.1.3 Bad recipient address syntax >> >>> +M: David Gibson >>> M: Alexander Graf >>> L: qemu-ppc@nongnu.org >> >> Changing this to >> >> L: qemu-ppc >> >> I am instead asked: >> >> (cc-cmd) Adding cc: (open list:sPAPR (pseries)) from: >> 'scripts/get_maintainer.pl --nogit-fallback' >> (cc-cmd) Adding cc: qemu-ppc@nongnu.org (open list:PowerPC) from: >> 'scripts/get_maintainer.pl --nogit-fallback' >> error: unable to extract a valid address from: ")" (open list:sPAPR >> (pseries) >> What to do with this address? ([q]uit|[d]rop|[e]dit): >> >>> S: Supported >> >> While this is not the only MAINTAINERS section with parenthesis in the >> title, it is the only one to have an L: entry in that section. > > Does using a section title of "sPAPR (pseries)" (with the quotes present > in the file) make a difference? --dry-run did not show an error before, but with title quotes instead of ... ... --dry-run does not look promising: Cc: "Daniel P. Berrange" , =?UTF-8?q?Andreas=20F=C3=A4rber?= , David Gibson , Alexander Graf , qemu-ppc@nongnu.org") (open list:"sPAPR (pseries) Regards, Andreas diff --git a/MAINTAINERS b/MAINTAINERS index 28f0139..4971f41 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -579,7 +579,7 @@ F: hw/ppc/prep.c F: hw/pci-host/prep.[hc] F: hw/isa/pc87312.[hc] -sPAPR (pseries) +"sPAPR (pseries)" M: David Gibson M: Alexander Graf L: qemu-ppc@nongnu.org