]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'perf-urgent-for-mingo-5.0-20190121' of git://git.kernel.org/pub/scm/linux...
authorIngo Molnar <mingo@kernel.org>
Tue, 22 Jan 2019 10:08:47 +0000 (11:08 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 22 Jan 2019 10:08:47 +0000 (11:08 +0100)
commitd3c8c0af7565ae5b4f9e65cff6e824ee2acdd451
tree16e78103b91039758bea5104dbfee345cbb246c3
parentd7393226d15add056285c8fc86723d54d7e0c77d
parent8bf8c6da53c2265aea365a1de6038f118f522113
Merge tag 'perf-urgent-for-mingo-5.0-20190121' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent

Pull perf/urgent fixes from Arnaldo Carvalho de Melo:

Kernel:

  Stephane Eranian:

  - Fix perf_proc_update_handler() bug.

perf script:

  Andi Kleen:

  - Fix crash with printing mixed trace point and other events.

  Tony Jones:

  - Fix crash when processing recorded stat data.

perf top:

  He Kuang:

  - Fix wrong hottest instruction highlighted.

perf python:

  Arnaldo Carvalho de Melo:

  - Remove -fstack-clash-protection when building with some clang versions.

perf ordered_events:

  Jiri Olsa:

  - Fix out of buffers crash in ordered_events__free().

perf cpu_map:

  Stephane Eranian:

  - Handle TOPOLOGY headers with no CPU.

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