From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751967AbcBOFmw (ORCPT ); Mon, 15 Feb 2016 00:42:52 -0500 Received: from smtprelay0159.hostedemail.com ([216.40.44.159]:40570 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751327AbcBOFmv (ORCPT ); Mon, 15 Feb 2016 00:42:51 -0500 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::,RULES_HIT:41:355:379:541:599:800:960:968:973:982:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1542:1593:1594:1711:1730:1747:1777:1792:2393:2559:2562:2828:2896:3138:3139:3140:3141:3142:3353:3622:3865:3866:3867:3868:3870:3871:3872:3874:4250:4321:5007:6119:6261:7809:7903:9010:10004:10400:10848:11232:11658:11783:11914:12043:12050:12295:12517:12519:12740:13891:13894:14659:21060:21080:30003:30029:30054:30060:30064:30070:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:3,LUA_SUMMARY:none X-HE-Tag: pie81_8d0f844d86546 X-Filterd-Recvd-Size: 3100 Message-ID: <1455514968.4046.1.camel@perches.com> Subject: Re: [BUG]: get-maintainers unable to respect parenthesis in subsystem name From: Joe Perches To: Viresh Kumar Cc: Linux Kernel Mailing List , "Rafael J. Wysocki" Date: Sun, 14 Feb 2016 21:42:48 -0800 In-Reply-To: References: Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.4-0ubuntu1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2016-02-15 at 10:27 +0530, Viresh Kumar wrote: > Hi Joe, > > I used get-maintainers today to submit few patches for OPP framework > and that is defined as below in MAINTAINERS: > > OPERATING PERFORMANCE POINTS (OPP) > M:      Viresh Kumar > M:      Nishanth Menon > M:      Stephen Boyd > L:      linux-pm@vger.kernel.org > S:      Maintained > T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git > F:      drivers/base/power/opp/ > F:      include/linux/pm_opp.h > F:      Documentation/power/opp.txt > F:      Documentation/devicetree/bindings/opp/ > > > The parenthesis in the subsystem-name causes the cc list to look like: > > Cc: linaro-kernel@lists.linaro.org, > linux-pm@vger.kernel.org, > Viresh Kumar , > Krzysztof Kozlowski , > Greg Kroah-Hartman , > Len Brown , > linux-kernel@vger.kernel.org (open list), > linux-pm@vger.kernel.org) (open list:OPERATING PERFORMANCE POINTS (OPP), > Nishanth Menon , > Pavel Machek , > Stephen Boyd , > Viresh Kumar > > > > Look at the second linux-pm entry here, it adds a ')' at the end of > the list's address > and removes it from the end of the line. > > And so that becomes an invalid address to git-send-email. > > Dropping () from the subsystem name fixes it though.. > > Thanks > > -- > viresh Not what I get with current -next: $ ./scripts/get_maintainer.pl -f Documentation/power/opp.txt  Viresh Kumar (maintainer:OPERATING PERFORMANCE POINTS (OPP)) Nishanth Menon (maintainer:OPERATING PERFORMANCE POINTS (OPP)) Stephen Boyd (maintainer:OPERATING PERFORMANCE POINTS (OPP)) "Rafael J. Wysocki" (supporter:SUSPEND TO RAM) Len Brown (supporter:SUSPEND TO RAM) Pavel Machek (supporter:SUSPEND TO RAM) linux-pm@vger.kernel.org (open list:OPERATING PERFORMANCE POINTS (OPP)) linux-kernel@vger.kernel.org (open list)