From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754851AbcESMWe (ORCPT ); Thu, 19 May 2016 08:22:34 -0400 Received: from terminus.zytor.com ([198.137.202.10]:60836 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753590AbcESMWd (ORCPT ); Thu, 19 May 2016 08:22:33 -0400 Date: Thu, 19 May 2016 05:21:41 -0700 From: tip-bot for Peter Zijlstra Message-ID: Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, peterz@infradead.org, bp@suse.de, tglx@linutronix.de, mingo@kernel.org, hpa@zytor.com, jolsa@redhat.com, acme@redhat.com, alexander.shishkin@linux.intel.com Reply-To: jolsa@redhat.com, acme@redhat.com, alexander.shishkin@linux.intel.com, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, mingo@kernel.org, hpa@zytor.com, bp@suse.de, peterz@infradead.org, tglx@linutronix.de In-Reply-To: <20160519103019.GJ3206@twins.programming.kicks-ass.net> References: <20160519103019.GJ3206@twins.programming.kicks-ass.net> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/urgent] perf: Update MAINTAINERS for x86 move Git-Commit-ID: b0a434fb7412937d55f15b8897c5646c81497bbe X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: b0a434fb7412937d55f15b8897c5646c81497bbe Gitweb: http://git.kernel.org/tip/b0a434fb7412937d55f15b8897c5646c81497bbe Author: Peter Zijlstra AuthorDate: Thu, 19 May 2016 12:30:19 +0200 Committer: Ingo Molnar CommitDate: Thu, 19 May 2016 14:19:30 +0200 perf: Update MAINTAINERS for x86 move The move of the x86 perf implementation forgot to update the MAINTAINERS F(ile) pattern. Signed-off-by: Peter Zijlstra (Intel) Acked-by: Borislav Petkov Cc: Alexander Shishkin Cc: Arnaldo Carvalho de Melo Cc: Jiri Olsa Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Thomas Gleixner Fixes: fa9cbf320e99 ("perf/x86: Move perf_event.c ............... => x86/events/core.c") Link: http://lkml.kernel.org/r/20160519103019.GJ3206@twins.programming.kicks-ass.net Signed-off-by: Ingo Molnar --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 9c567a4..e15a79d 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