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-next>] [day] [month] [year] [list]
Date:	Thu, 23 Oct 2008 16:09:18 -0700
From:	Joe Perches <joe@...ches.com>
To:	linux-kernel@...r.kernel.org
Cc:	Linus Torvalds <torvalds@...ux-foundation.org>,
	Andrew Morton <akpm@...ux-foundation.org>,
	Randy Dunlap <randy.dunlap@...cle.com>,
	Pavel Machek <pavel@...e.cz>,
	Uwe Kleine-König <ukleinek@...len.de>
Subject: [PATCH 0/8] MAINTAINERS - add script and patterns

Now that "F:" is documented in MAINTAINERS, this patchset
adds a script to find the maintainer of an individual
file or files in a patch and additional patterns to
MAINTAINERS.

Other information from MAINTAINERS sections can
also be generated by file or patch.

Changes since last submission:

Changed scripts/get_maintainers.pl mode to 0755
Fixed INTEL ETHERNET DRIVERS patterns
Fixed PCMCIA SUBSYSTEM patterns
Changed patterns for recent asm renames
Added patterns for recent MAINTAINERS entries
Removed HP FibreChannel HBA section
Used single style for "T: git" urls
Added Linus' git reference
Added FTRACE git reference

1/8: Add scripts/get_maintainer.pl
2/8: MAINTAINERS - Add file patterns
3/8: MAINTAINERS - Standardize style
4/8: MAINTAINERS - remove CS4280
5/8: MAINTAINERS - Remove HP Fibre Channel HBA no longer in tree
6/8: MAINTAINERS - standardize "T:	git urls"
7/8: MAINTAINERS - Add Linus Torvalds' git
8/8: MAINTAINERS - Add FTRACE git

$ ./scripts/get_maintainer.pl 
usage: ./scripts/get_maintainer.pl [options] patchfile 
       ./scripts/get_maintainer.pl [options] -f file
version: 0.12

MAINTAINER field selection options:
  --email => print email address(es) if any
    --git => include recent git *-by: signers
    --git-chief-penguins => include (Linus Torvalds|Andrew Morton)
    --m => include maintainer(s) if any
    --n => include name 'Full Name <addr@...ain.tld>'
    --l => include list(s) if any
    --s => include subscriber only list(s) if any
  --scm => print SCM tree(s) if any
  --status => print status if any
  --subsystem => print subsystem name if any
  --web => print website(s) if any

Output type options:
  --separator [, ] => separator for multiple entries on 1 line
  --multiline => print 1 entry per line

Default options:
  [--email --git --m --l --multiline]

Signed-off-by: Joe Perches <joe@...ches.com>


--
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