Re: [PATCH 0/3] perf intel-pt: Fixes relating to transaction abort handling

From: Arnaldo Carvalho de Melo
Date: Wed May 19 2021 - 09:36:02 EST


Em Wed, May 19, 2021 at 10:45:12AM +0300, Adrian Hunter escreveu:
> Hi
>
> Here are 2 fixes for stable and a subsequent tiny tidy-up.
>
> Adrian Hunter (3):
> perf intel-pt: Fix transaction abort handling
> perf intel-pt: Fix sample instruction bytes
> perf intel-pt: Remove redundant setting of ptq->insn_len
>
> tools/perf/util/intel-pt-decoder/intel-pt-decoder.c | 6 +++++-
> tools/perf/util/intel-pt.c | 6 ++++--
> 2 files changed, 9 insertions(+), 3 deletions(-)

Thanks, applied.

- Arnaldo