diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-10-20 09:14:06 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-10-20 09:14:06 +0200 |
commit | 275d34b82561e695339b782950d49c386169dae3 (patch) | |
tree | 0af1bd7c6cc6d7e9723cf25feb4e99e666d16736 /MAINTAINERS | |
parent | ce43f4fd6f103681c7485c2b1967179647e73555 (diff) | |
parent | 74f8e22c153f4464060a0c2e4cfd1d6e51af2109 (diff) | |
download | linux-stable-275d34b82561e695339b782950d49c386169dae3.tar.gz linux-stable-275d34b82561e695339b782950d49c386169dae3.tar.bz2 linux-stable-275d34b82561e695339b782950d49c386169dae3.zip |
Merge tag 'perf-urgent-for-mingo-4.14-20171019' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
Pull perf/urgent fixes from Arnaldo Carvalho de Melo:
- Fix crash in perf_hpp__reset_output_field() (Jiri Olsa)
- Fix eBPF file/vendor events ambiguity in event specification (Jiri Olsa)
- Fix closing evsel fd in 'perf stat' (Jin Yao)
- Make perf test shell trace+probe_libc_inet_pton.sh pass in Debian/Ubuntu (Li Zhijian)
- Fix 'perf buildid-list --with-hits' crash when processing PERF_RECORD_NAMESPACE (Namhyung Kim)
- Fix documentation for an inexistent option 'perf record -l' (Taeung Song)
- Add long time reviewers to MAINTAINERS (Arnaldo Carvalho de Melo)
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a74227ad082e..e652a3e2929d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10560,6 +10560,8 @@ M: Peter Zijlstra <peterz@infradead.org> M: Ingo Molnar <mingo@redhat.com> M: Arnaldo Carvalho de Melo <acme@kernel.org> R: Alexander Shishkin <alexander.shishkin@linux.intel.com> +R: Jiri Olsa <jolsa@redhat.com> +R: Namhyung Kim <namhyung@kernel.org> L: linux-kernel@vger.kernel.org T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core S: Supported |