]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf977900005f830a9ab6a11765a1b4857624a5034
tree646c2938da90906d440ad50de1523550a70d7053
parentbbe6a9a10ba122104761897a4543d401a96e75c3
parent6eb40f22b8ff87b408affe8754b70516b0c2d1d8
Merge tag 'perf-urgent-for-mingo-20160818' of git://git.kernel.org/pub/scm/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>