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] [day] [month] [year] [list]
Date:	Wed, 28 Oct 2009 09:00:16 -0700
From:	Joe Perches <joe@...ches.com>
To:	Roel Kluin <roel.kluin@...il.com>
Cc:	Andrew Morton <akpm@...ux-foundation.org>,
	LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] scripts/get_maintainer.pl: display frequently used tags

On Wed, 2009-10-28 at 15:04 +0100, Roel Kluin wrote:
> With the flag --tags, show frequently used tags.
> 
> $ ./scripts/get_maintainer.pl --tags -f ./sound/core/
> 71 times observed tag ALSA:
> What do you think of this?

Hi Roel.

I don't see a benefit to finding maintainers for
a particular patch or file/directory here.

I think git should be used for what git does well.

$ git log --since=1-year-ago --format=%s sound/core | grep "ALSA" | wc -l
72

Maybe if something like git log -grep were used to
find patterns and the signers for that pattern.

That's a bit like the recently added "K:" keyword.

cheers, Joe

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ