lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 15 Feb 2016 00:30:55 -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 13:48 +0530, Viresh Kumar wrote:
> On 14-02-16, 23:36, Joe Perches wrote:
> > On Mon, 2016-02-15 at 12:07 +0530, Viresh Kumar wrote:
> > > On 14-02-16, 21:42, Joe Perches wrote:
> > > > 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)
> > > 
> > > Okay, its not get-maintainers, but cc-cmd that is screwing it up.
> > > 
> > > I have tested it again with following in my .gitconfig:
> > > 
> > > [sendemail]
> > >         cccmd = scripts/get_maintainers~/scripts/cccmd
> > > 
> > 
> > Then you should most likely fix your cccmd script.
> 
> Sorry for bad copy-paste, it looks like this instead:
> 
> [sendemail]
>         cccmd = scripts/get_maintainers
> 
> So, its some issue with git I suppose. I will try logging a ticket
> there.

git send-email requires a simple list of names and addresses
without decorations like roles, commit stats or section names.

You are supposed to use something like:

tocmd = "scripts/get_maintainer.pl --nogit --nogit-fallback --norolestats --pattern-depth=1 --nol"
cccmd = "scripts/get_maintainer.pl --nogit --nogit-fallback --norolestats --nom --nor"

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ