Re: [GIT PULL 0/2] perf/urgent fixes

From: Ingo Molnar
Date: Wed Jul 05 2017 - 03:12:14 EST



* Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> wrote:

> Hi Ingo,
>
> Please consider pulling, very small patches,
>
> - Arnaldo
>
> Test results at the end of this message, as usual.
>
> The following changes since commit e3c2c4fb524b548e58108a8820c0ac7787667584:
>
> Merge tag 'perf-urgent-for-mingo-4.12-20170626' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent (2017-06-27 09:17:02 +0200)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-urgent-for-mingo-4.12-20170704
>
> for you to fetch changes up to 1934adf78e33fa69570a763c7ac5353212416bb0:
>
> perf unwind: Do not fail due to missing unwind support (2017-07-04 11:43:58 -0300)
>
> ----------------------------------------------------------------
> perf/urgent fixes:
>
> User visible:
>
> - Fix max attr.precise_ip probing to make perf use the best cycles:p
> available in the processor for non root users (Arnaldo Carvalho de Melo)
>
> - Fix processing of MMAP events for 32-bit binaries on 64-bit systems
> when unwind support is not fully integrated, fixing DSO and symbol
> resolution (Jiri Olsa)
>
> Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
>
> ----------------------------------------------------------------
> Arnaldo Carvalho de Melo (1):
> perf evsel: Set attr.exclude_kernel when probing max attr.precise_ip
>
> Jiri Olsa (1):
> perf unwind: Do not fail due to missing unwind support
>
> tools/perf/util/evsel.c | 1 +
> tools/perf/util/unwind-libunwind.c | 2 +-
> 2 files changed, 2 insertions(+), 1 deletion(-)

Pulled, thanks a lot Arnaldo!

Ingo