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:	Thu, 18 Aug 2011 10:08:12 -0700
From:	Joe Perches <joe@...ches.com>
To:	Arnaldo Carvalho de Melo <acme@...radead.org>
Cc:	Ingo Molnar <mingo@...e.hu>, linux-kernel@...r.kernel.org,
	Geunsik Lim <geunsik.lim@...sung.com>,
	Jiri Kosina <trivial@...nel.org>,
	Li Zefan <lizf@...fujitsu.com>,
	Paul Mackerras <paulus@...ba.org>,
	Peter Zijlstra <a.p.zijlstra@...llo.nl>,
	Arnaldo Carvalho de Melo <acme@...hat.com>
Subject: Re: [PATCH 5/6] MAINTAINERS: Fix list of perf events source files

On Thu, 2011-08-18 at 13:50 -0300, Arnaldo Carvalho de Melo wrote:
> From: Geunsik Lim <geunsik.lim@...sung.com>
> Recent changes made kernel/perf_event.c be split and moved to
> kernel/events/.
[]
> diff --git a/MAINTAINERS b/MAINTAINERS
[]
> @@ -4971,7 +4971,7 @@ M:	Paul Mackerras <paulus@...ba.org>
[]
> -F:	kernel/perf_event*.c
> +F:	kernel/events/*

Trivia...

MAINTAINERS pattern matching in get_maintainer uses

directory/	to match all files and files in subdirectories
directory/*	to match only the files in the directory
		but no files in any subdirectory

This should probably be kernel/events/ so any
future subdirectory files are also included.

There is no effective difference today because
no subdirectories of kernel/event/ exist.


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