[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1455514968.4046.1.camel@perches.com>
Date: Sun, 14 Feb 2016 21:42:48 -0800
From: Joe Perches <joe@...ches.com>
To: Viresh Kumar <viresh.kumar@...aro.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
"Rafael J. Wysocki" <rjw@...ysocki.net>
Subject: Re: [BUG]: get-maintainers unable to respect parenthesis in
subsystem name
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 <vireshk@...nel.org>
> M: Nishanth Menon <nm@...com>
> M: Stephen Boyd <sboyd@...eaurora.org>
> L: linux-pm@...r.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@...ts.linaro.org,
> linux-pm@...r.kernel.org,
> Viresh Kumar <viresh.kumar@...aro.org>,
> Krzysztof Kozlowski <k.kozlowski@...sung.com>,
> Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
> Len Brown <len.brown@...el.com>,
> linux-kernel@...r.kernel.org (open list),
> linux-pm@...r.kernel.org) (open list:OPERATING PERFORMANCE POINTS (OPP),
> Nishanth Menon <nm@...com>,
> Pavel Machek <pavel@....cz>,
> Stephen Boyd <sboyd@...eaurora.org>,
> Viresh Kumar <vireshk@...nel.org>
>
>
>
> 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 <vireshk@...nel.org> (maintainer:OPERATING PERFORMANCE POINTS (OPP))
Nishanth Menon <nm@...com> (maintainer:OPERATING PERFORMANCE POINTS (OPP))
Stephen Boyd <sboyd@...eaurora.org> (maintainer:OPERATING PERFORMANCE POINTS (OPP))
"Rafael J. Wysocki" <rjw@...ysocki.net> (supporter:SUSPEND TO RAM)
Len Brown <len.brown@...el.com> (supporter:SUSPEND TO RAM)
Pavel Machek <pavel@....cz> (supporter:SUSPEND TO RAM)
linux-pm@...r.kernel.org (open list:OPERATING PERFORMANCE POINTS (OPP))
linux-kernel@...r.kernel.org (open list)
Powered by blists - more mailing lists