Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1403628
| From | Peter Zijlstra <peterz@infradead.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] perf: Update MAINTAINERS for x86 move |
| Date | 2016-05-19 12:40 +0200 |
| Message-ID | <rAtwZ-6WI-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
The move of the x86 perf implementation forgot to update the MAINTAINERS
F(ile) pattern.
Cc: Borislav Petkov <bp@suse.de>
Fixes: fa9cbf320e99 ("perf/x86: Move perf_event.c ............... => x86/events/core.c")
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 9c567a431d8d..e15a79d88480 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8637,6 +8637,7 @@ F: arch/*/kernel/*/perf_event*.c
F: arch/*/kernel/*/*/perf_event*.c
F: arch/*/include/asm/perf_event.h
F: arch/*/kernel/perf_callchain.c
+F: arch/*/events/*
F: tools/perf/
PERSONALITY HANDLING
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] perf: Update MAINTAINERS for x86 move Peter Zijlstra <peterz@infradead.org> - 2016-05-19 12:40 +0200 Re: [PATCH] perf: Update MAINTAINERS for x86 move Borislav Petkov <bp@suse.de> - 2016-05-19 13:40 +0200 [tip:perf/urgent] perf: Update MAINTAINERS for x86 move tip-bot for Peter Zijlstra <tipbot@zytor.com> - 2016-05-19 14:30 +0200
csiph-web