lkml.org 
[lkml]   [2012]   [Feb]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] get_maintainer.pl: Add support for moderated lists
From
Date
On Wed, 2012-02-29 at 21:06 +0100, Richard Weinberger wrote:
> Joe,
>
> Am 29.02.2012 20:58, schrieb Joe Perches:
> > <shrug> From my perspective, it's correct and simple.
> >
> > Moderated lists just means your email may get delayed
> > and you may get a "delayed due to moderation" email.
>
> Most moderated lists are "moderated" by nobody and the patch
> goes to /dev/null.
>
> > It's not a big deal to me though if Andrew wants to pick
> > this up. It seems that all current lists are marked
> > the same way. You might consider using a case insensitive
> > m/\(moderated/i though in case some list has moderated
> > in the email address itself.
>
> Let's keep the regular expressions as simple as possible.

No, let's make the expressions as specific as possible.
The expression change is trivial and wouldn't have much
effect on a 25Mhz 386.

> get_maintainer.pl is already damn slow enough.

It's pretty darn fast if you don't use --git
or --git-fallback. --git is the thing that's slow.

On my slow netbook:

$ time ./scripts/get_maintainer.pl --nogit --nogit-fallback -f drivers/net/ethernet/intel/e1000e/mac.c
Jeff Kirsher <jeffrey.t.kirsher@intel.com> (supporter:INTEL ETHERNET DR...)
Jesse Brandeburg <jesse.brandeburg@intel.com> (supporter:INTEL ETHERNET DR...)
Bruce Allan <bruce.w.allan@intel.com> (supporter:INTEL ETHERNET DR...)
Carolyn Wyborny <carolyn.wyborny@intel.com> (supporter:INTEL ETHERNET DR...)
Don Skidmore <donald.c.skidmore@intel.com> (supporter:INTEL ETHERNET DR...)
Greg Rose <gregory.v.rose@intel.com> (supporter:INTEL ETHERNET DR...)
Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com> (supporter:INTEL ETHERNET DR...)
Alex Duyck <alexander.h.duyck@intel.com> (supporter:INTEL ETHERNET DR...)
John Ronciak <john.ronciak@intel.com> (supporter:INTEL ETHERNET DR...)
e1000-devel@lists.sourceforge.net (open list:INTEL ETHERNET DR...)
netdev@vger.kernel.org (open list:NETWORKING DRIVERS)
linux-kernel@vger.kernel.org (open list)

real 0m0.716s
user 0m0.512s
sys 0m0.016s

An old desktop:
$ time ./scripts/get_maintainer.pl --nogit --nogit-fallback -f drivers/net/ethernet/intel/e1000e/mac.c
Jeff Kirsher <jeffrey.t.kirsher@intel.com> (supporter:INTEL ETHERNET DR...)
Jesse Brandeburg <jesse.brandeburg@intel.com> (supporter:INTEL ETHERNET DR...)
Bruce Allan <bruce.w.allan@intel.com> (supporter:INTEL ETHERNET DR...)
Carolyn Wyborny <carolyn.wyborny@intel.com> (supporter:INTEL ETHERNET DR...)
Don Skidmore <donald.c.skidmore@intel.com> (supporter:INTEL ETHERNET DR...)
Greg Rose <gregory.v.rose@intel.com> (supporter:INTEL ETHERNET DR...)
Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com> (supporter:INTEL ETHERNET DR...)
Alex Duyck <alexander.h.duyck@intel.com> (supporter:INTEL ETHERNET DR...)
John Ronciak <john.ronciak@intel.com> (supporter:INTEL ETHERNET DR...)
e1000-devel@lists.sourceforge.net (open list:INTEL ETHERNET DR...)
netdev@vger.kernel.org (open list:NETWORKING DRIVERS)
linux-kernel@vger.kernel.org (open list)

real 0m0.250s
user 0m0.128s
sys 0m0.024s

Using git on the desktop (linux-next)
$ time ./scripts/get_maintainer.pl -f drivers/net/ethernet/intel/e1000e/mac.c
Jeff Kirsher <jeffrey.t.kirsher@intel.com> (supporter:INTEL ETHERNET DR...,commit_signer:17/19=89%)
Jesse Brandeburg <jesse.brandeburg@intel.com> (supporter:INTEL ETHERNET DR...)
Bruce Allan <bruce.w.allan@intel.com> (supporter:INTEL ETHERNET DR...,commit_signer:15/19=79%)
Carolyn Wyborny <carolyn.wyborny@intel.com> (supporter:INTEL ETHERNET DR...)
Don Skidmore <donald.c.skidmore@intel.com> (supporter:INTEL ETHERNET DR...)
Greg Rose <gregory.v.rose@intel.com> (supporter:INTEL ETHERNET DR...)
Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com> (supporter:INTEL ETHERNET DR...)
Alex Duyck <alexander.h.duyck@intel.com> (supporter:INTEL ETHERNET DR...)
John Ronciak <john.ronciak@intel.com> (supporter:INTEL ETHERNET DR...)
"David S. Miller" <davem@davemloft.net> (commit_signer:2/19=11%)
Tobias Klauser <tklauser@distanz.ch> (commit_signer:1/19=5%)
Jon Mason <jdmason@kudzu.us> (commit_signer:1/19=5%)
e1000-devel@lists.sourceforge.net (open list:INTEL ETHERNET DR...)
netdev@vger.kernel.org (open list:NETWORKING DRIVERS)
linux-kernel@vger.kernel.org (open list)

real 0m13.357s
user 0m9.649s
sys 0m0.388s




\
 
 \ /
  Last update: 2012-02-29 21:19    [W:0.120 / U:0.468 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site