[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20190502155805.7539-1-kim.phillips@amd.com>
Date: Thu, 2 May 2019 15:58:37 +0000
From: "Phillips, Kim" <kim.phillips@....com>
To: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"x86@...nel.org" <x86@...nel.org>
CC: "Phillips, Kim" <kim.phillips@....com>,
"Natarajan, Janakarajan" <Janakarajan.Natarajan@....com>,
"Suthikulpanit, Suravee" <Suravee.Suthikulpanit@....com>,
"Hook, Gary" <Gary.Hook@....com>,
"Lendacky, Thomas" <Thomas.Lendacky@....com>,
Martin Liška <mliska@...e.cz>,
Peter Zijlstra <peterz@...radead.org>,
Ingo Molnar <mingo@...hat.com>,
Arnaldo Carvalho de Melo <acme@...nel.org>,
Alexander Shishkin <alexander.shishkin@...ux.intel.com>,
Jiri Olsa <jolsa@...hat.com>,
Namhyung Kim <namhyung@...nel.org>,
Thomas Gleixner <tglx@...utronix.de>,
Borislav Petkov <bp@...en8.de>,
"H. Peter Anvin" <hpa@...or.com>, Pu Wen <puwen@...on.cn>
Subject: [PATCH] MAINTAINERS: include vendor specific files under
arch/*/events/*
From: Kim Phillips <kim.phillips@....com>
Add an explicit subdirectory specification for arch/x86/events/amd to
the MAINTAINERS file, to distinguish it from its parent. This will
produce the correct set of maintainers for the files found therein.
Fixes: 39b0332a2158 ("perf/x86: Move perf_event_amd.c ........... => x86/events/amd/core.c")
Signed-off-by: Kim Phillips <kim.phillips@....com>
Cc: Janakarajan Natarajan <Janakarajan.Natarajan@....com>
Cc: Suravee Suthikulpanit <Suravee.Suthikulpanit@....com>
Cc: Gary Hook <Gary.Hook@....com>
Cc: Thomas Lendacky <Thomas.Lendacky@....com>
Cc: Martin Liška <mliska@...e.cz>
Cc: Peter Zijlstra <peterz@...radead.org>
Cc: Ingo Molnar <mingo@...hat.com>
Cc: Arnaldo Carvalho de Melo <acme@...nel.org>
Cc: Alexander Shishkin <alexander.shishkin@...ux.intel.com>
Cc: Jiri Olsa <jolsa@...hat.com>
Cc: Namhyung Kim <namhyung@...nel.org>
Cc: Thomas Gleixner <tglx@...utronix.de>
Cc: Borislav Petkov <bp@...en8.de>
Cc: "H. Peter Anvin" <hpa@...or.com>
Cc: Pu Wen <puwen@...on.cn>
Cc: x86@...nel.org
Cc: linux-kernel@...r.kernel.org
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 5c38f21aee78..3a15b6d7584e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12176,6 +12176,7 @@ F: arch/*/kernel/*/*/perf_event*.c
F: arch/*/include/asm/perf_event.h
F: arch/*/kernel/perf_callchain.c
F: arch/*/events/*
+F: arch/*/events/*/*
F: tools/perf/
PERSONALITY HANDLING
--
2.21.0
Powered by blists - more mailing lists