Merge tag 'perf-urgent-for-mingo-5.4-20190921' of git://git.kernel.org/pub/scm/linux...
authorIngo Molnar <mingo@kernel.org>
Sun, 22 Sep 2019 10:45:11 +0000 (12:45 +0200)
committerIngo Molnar <mingo@kernel.org>
Sun, 22 Sep 2019 10:45:11 +0000 (12:45 +0200)
commit2b32769700f857a8e608a8ee24080833889965b9
tree8ec5ca44c2bbf6800732b65c7dc0a88a129e44c0
parent351a1f5c8afa13ea5cfcdae543f6596ef8ebdbd9
parent9f014e3a66bc936412b6614304a4e6c70c70230e
Merge tag 'perf-urgent-for-mingo-5.4-20190921' of git://git./linux/kernel/git/acme/linux into perf/urgent

Pull perf/urgent fixes from Arnaldo Carvalho de Melo:

perf tests:

  Jiri Olsa:

  - Fix 'make -C tools/perf build-test' static build entry.

perf record:

  Jiri Olsa:

  - Fix segfault in cpu_cache_level__read() when reading CPU topology.

session:

  Mamatha Inamdar:

  - Properly propagate error when reading a perf.data file, it may
    not exist or the user may not have permissions, etc.

perf probe:

  Masami Hiramatsu:

  - Skip same probe address for a given line.

  - Clear tev->nargs in clear_probe_trace_event(), fixing segfault.

tools headers UAPI:

  Arnaldo Carvalho de Melo:

  - Sync headers, among them prctl.h, that introduces two new options
    that are now supported in the 'perf trace' prctl syscall args
    beautifiers.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>