Merge tag 'perf-urgent-for-mingo-20160818' of git://git.kernel.org/pub/scm/linux...
authorIngo Molnar <mingo@kernel.org>
Thu, 18 Aug 2016 20:50:36 +0000 (22:50 +0200)
committerIngo Molnar <mingo@kernel.org>
Thu, 18 Aug 2016 20:50:36 +0000 (22:50 +0200)
commitde737f33ab23b213650c624e79ee479f12e3c500
tree646c2938da90906d440ad50de1523550a70d7053
parent71e7bc2bab77e64882c031c2af943c3256c1adb0
parentc53412ee8c7ec31373a4176ff7f3a6b79296c05c
Merge tag 'perf-urgent-for-mingo-20160818' of git://git./linux/kernel/git/acme/linux into perf/urgent

Pull perf/urgent fixes from Arnaldo Carvalho de Melo:

- Do not access outside hw cache name arrays (Arnaldo Carvalho de Melo)

- Use addr_location::addr instead of ip for entries when unwinding using
  DWARF CFI, fixing the "srcline" information for userspace application
  callchains (Milian Wolff)

- Reinstate strlcpy() header guard with __UCLIBC__, fixing the build
  with uclibc, detected when building for the ARC architecture (Vineet Gupta)

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