]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'perf-urgent-for-mingo-4.19-20180912' of git://git.kernel.org/pub/scm/linux...
authorIngo Molnar <mingo@kernel.org>
Wed, 12 Sep 2018 19:10:05 +0000 (21:10 +0200)
committerIngo Molnar <mingo@kernel.org>
Wed, 12 Sep 2018 19:10:05 +0000 (21:10 +0200)
commit9bfc1a3b459dbc5a3e38b73f0ee3d6c4f4e5c070
treebaf3600125c5b9937d9f5903b56e7e7651a0c2ec
parentd067bafc7e66512b189729dc6628bc76517e2301
parent4a1d9af12d083589684ddb31b00f185a73232b17
Merge tag 'perf-urgent-for-mingo-4.19-20180912' 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 finding a symbol by name when multiple maps use the same backing DSO,
  so we must first see if that symbol name is in the DSO, then see if it is
  inside the range of addresses for that specific map (Adrian Hunter)

- Update the tools copies of UAPI headers, which silences the warnings
  emitted when building the tools and in some cases, like for the new
  KVM ioctls, results in 'perf trace' being able to translate that
  ioctl number to a string (Arnaldo Carvalho de Melo)

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