From: Joe Perches <joe@perches.com>
To: Viresh Kumar <viresh.kumar@linaro.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
"Rafael J. Wysocki" <rjw@rjwysocki.net>
Subject: Re: [BUG]: get-maintainers unable to respect parenthesis in subsystem name
Date: Sun, 14 Feb 2016 21:42:48 -0800 [thread overview]
Message-ID: <1455514968.4046.1.camel@perches.com> (raw)
In-Reply-To: <CAKohpon0jcn9yRbpC5Uhaf3abiE+7U=fJOuNF5C162wiO9Fgog@mail.gmail.com>
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@kernel.org>
> M: Nishanth Menon <nm@ti.com>
> M: Stephen Boyd <sboyd@codeaurora.org>
> 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 <viresh.kumar@linaro.org>,
> Krzysztof Kozlowski <k.kozlowski@samsung.com>,
> Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
> Len Brown <len.brown@intel.com>,
> linux-kernel@vger.kernel.org (open list),
> linux-pm@vger.kernel.org) (open list:OPERATING PERFORMANCE POINTS (OPP),
> Nishanth Menon <nm@ti.com>,
> Pavel Machek <pavel@ucw.cz>,
> Stephen Boyd <sboyd@codeaurora.org>,
> Viresh Kumar <vireshk@kernel.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@kernel.org> (maintainer:OPERATING PERFORMANCE POINTS (OPP))
Nishanth Menon <nm@ti.com> (maintainer:OPERATING PERFORMANCE POINTS (OPP))
Stephen Boyd <sboyd@codeaurora.org> (maintainer:OPERATING PERFORMANCE POINTS (OPP))
"Rafael J. Wysocki" <rjw@rjwysocki.net> (supporter:SUSPEND TO RAM)
Len Brown <len.brown@intel.com> (supporter:SUSPEND TO RAM)
Pavel Machek <pavel@ucw.cz> (supporter:SUSPEND TO RAM)
linux-pm@vger.kernel.org (open list:OPERATING PERFORMANCE POINTS (OPP))
linux-kernel@vger.kernel.org (open list)
next prev parent reply other threads:[~2016-02-15 5:42 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-15 4:57 [BUG]: get-maintainers unable to respect parenthesis in subsystem name Viresh Kumar
2016-02-15 5:42 ` Joe Perches [this message]
2016-02-15 6:37 ` Viresh Kumar
2016-02-15 7:36 ` Joe Perches
2016-02-15 8:18 ` Viresh Kumar
2016-02-15 8:30 ` Joe Perches
2016-02-15 8:43 ` Viresh Kumar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1455514968.4046.1.camel@perches.com \
--to=joe@perches.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rjw@rjwysocki.net \
--cc=viresh.kumar@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.