Commit-ID: 8bc9481f43103da77d75a532d9eae55790b9eea6 Gitweb: https://git.kernel.org/tip/8bc9481f43103da77d75a532d9eae55790b9eea6 Author: Arnaldo Carvalho de Melo <[email protected]> AuthorDate: Mon, 16 Oct 2017 10:47:39 -0300 Committer: Arnaldo Carvalho de Melo <[email protected]> CommitDate: Mon, 16 Oct 2017 10:47:39 -0300
perf tools: Add long time reviewers to MAINTAINERS Jiri and Namhyung have long contributed a lot of code and time reviewing patches to tools/, so lets make that reflected in the MAINTAINERS file to encourage patch submitters to add them to the CC list, speeding up the process of tools/perf/ patch processing. Acked-by: Jiri Olsa <[email protected]> Acked-by: Namhyung Kim <[email protected]> Cc: Adrian Hunter <[email protected]> Cc: David Ahern <[email protected]> Cc: Wang Nan <[email protected]> Link: http://lkml.kernel.org/n/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]> --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index cc42c83..f205662 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10559,6 +10559,8 @@ M: Peter Zijlstra <[email protected]> M: Ingo Molnar <[email protected]> M: Arnaldo Carvalho de Melo <[email protected]> R: Alexander Shishkin <[email protected]> +R: Jiri Olsa <[email protected]> +R: Namhyung Kim <[email protected]> L: [email protected] T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core S: Supported

