All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] perf: Update MAINTAINERS for x86 move
@ 2016-05-19 10:30 Peter Zijlstra
  2016-05-19 11:30 ` Borislav Petkov
  2016-05-19 12:21 ` [tip:perf/urgent] " tip-bot for Peter Zijlstra
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Zijlstra @ 2016-05-19 10:30 UTC (permalink / raw)
  To: mingo; +Cc: linux-kernel, bp, acme, tglx


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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] perf: Update MAINTAINERS for x86 move
  2016-05-19 10:30 [PATCH] perf: Update MAINTAINERS for x86 move Peter Zijlstra
@ 2016-05-19 11:30 ` Borislav Petkov
  2016-05-19 12:21 ` [tip:perf/urgent] " tip-bot for Peter Zijlstra
  1 sibling, 0 replies; 3+ messages in thread
From: Borislav Petkov @ 2016-05-19 11:30 UTC (permalink / raw)
  To: Peter Zijlstra; +Cc: mingo, linux-kernel, acme, tglx

On Thu, May 19, 2016 at 12:30:19PM +0200, Peter Zijlstra wrote:
> 
> 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

Acked-by: Borislav Petkov <bp@suse.de>

-- 
Regards/Gruss,
    Boris.

SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg)
-- 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [tip:perf/urgent] perf: Update MAINTAINERS for x86 move
  2016-05-19 10:30 [PATCH] perf: Update MAINTAINERS for x86 move Peter Zijlstra
  2016-05-19 11:30 ` Borislav Petkov
@ 2016-05-19 12:21 ` tip-bot for Peter Zijlstra
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Peter Zijlstra @ 2016-05-19 12:21 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: linux-kernel, torvalds, peterz, bp, tglx, mingo, hpa, jolsa,
	acme, alexander.shishkin

Commit-ID:  b0a434fb7412937d55f15b8897c5646c81497bbe
Gitweb:     http://git.kernel.org/tip/b0a434fb7412937d55f15b8897c5646c81497bbe
Author:     Peter Zijlstra <peterz@infradead.org>
AuthorDate: Thu, 19 May 2016 12:30:19 +0200
Committer:  Ingo Molnar <mingo@kernel.org>
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) <peterz@infradead.org>
Acked-by: Borislav Petkov <bp@suse.de>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
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 <mingo@kernel.org>
---
 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-05-19 12:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-19 10:30 [PATCH] perf: Update MAINTAINERS for x86 move Peter Zijlstra
2016-05-19 11:30 ` Borislav Petkov
2016-05-19 12:21 ` [tip:perf/urgent] " tip-bot for Peter Zijlstra

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.