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

From: Ingo Molnar
Date: Sun Jun 03 2018 - 13:12:30 EST



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

> Hi Ingo,
>
> Please consider pulling,
>
> - Arnaldo
>
> Test results at the end of this message, as usual.
>
> The following changes since commit 6497bbc35ac5efce3bccd31d3719bae020282da6:
>
> Merge tag 'perf-urgent-for-mingo-4.17-20180531' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent (2018-05-31 12:37:07 +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.17-20180602
>
> for you to fetch changes up to 0b3a18387f3e5cdcfaaf884860a4688280d09c9d:
>
> perf tools intel-pt-decoder: Update insn.h from the kernel sources (2018-06-01 16:13:18 -0300)
>
> ----------------------------------------------------------------
> perf/urgent fixes:
>
> - Update prctl and cpufeatures.h tools/ copies with the kernel sources
> originals, which makes 'perf trace' know about the new prctl options
> for speculation control and silences the build warnings (Arnaldo Carvalho de Melo)
>
> - Update insn.h in Intel-PT instruction decoder with its original from from the
> kernel sources, to silence build warnings, no effect on the actual tools this
> time around (Arnaldo Carvalho de Melo)
>
> Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
>
> ----------------------------------------------------------------
> Arnaldo Carvalho de Melo (4):
> perf trace beauty prctl: Default header_dir to cwd to work without parms
> tools headers: Synchronize prctl.h ABI header
> tools headers: Sync x86 cpufeatures.h with the kernel sources
> perf tools intel-pt-decoder: Update insn.h from the kernel sources
>
> tools/arch/x86/include/asm/cpufeatures.h | 20 ++++++++++++++------
> tools/include/uapi/linux/prctl.h | 12 ++++++++++++
> tools/perf/trace/beauty/prctl_option.sh | 2 +-
> tools/perf/util/intel-pt-decoder/insn.h | 18 ++++++++++++++++++
> 4 files changed, 45 insertions(+), 7 deletions(-)

Pulled, thanks a lot Arnaldo!

Ingo