]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'perf-core-for-mingo-4.20-20181008' of git://git.kernel.org/pub/scm/linux...
authorIngo Molnar <mingo@kernel.org>
Tue, 9 Oct 2018 05:22:04 +0000 (07:22 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 9 Oct 2018 05:23:23 +0000 (07:23 +0200)
commitb225b0654c4ac721cbc6ef234b0dd27e7f3b4ec8
treebce63ed0b2eb15b54e9dec30dd4df044c6c54ad4
parenta9c761ffef2e99236968834add3b9cb372d30cb2
parent31b1770afc014dae3585ac81e25e193729f014c3
Merge tag 'perf-core-for-mingo-4.20-20181008' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core

Pull perf/core improvements and fixes from Arnaldo Carvalho de Melo:

 - Fix building the python bindings with python3, which fixes some
   problems with building with clang on Clear Linux (Eduardo Habkost)

 - Fix coverity warnings, fixing up some error paths and plugging
   some temporary small buffer leaks (Sanskriti Sharma)

 - Adopt a wrapper for strerror_r() for the same reasons as recently
   for libbpf (Steven Rostedt)

 - S390 does not support watchpoints in perf test 22', check if
   that test is supported by the arch. (Thomas Richter)

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