On Tue, Aug 09, 2016 at 01:01:30PM -0300, Arnaldo Carvalho de Melo wrote: > From: Arnaldo Carvalho de Melo <[email protected]> > > There were changes related to the deprecation of the "pcommit" > instruction: > > fd1d961dd681 ("x86/insn: remove pcommit") > dfa169bbee00 ("Revert "KVM: x86: add pcommit support"") > > No need to update anything in the tools, as "pcommit" wasn't being > listed on the VMX_EXIT_REASONS in the tools/perf/arch/x86/util/kvm-stat.c > file. > > Just grab fresh copies of these files to silence the file cache > coherency detector: > > $ make -C tools/perf O=/tmp/build/perf install-bin > make: Entering directory '/home/acme/git/linux/tools/perf' > BUILD: Doing 'make -j4' parallel build > Warning: tools/arch/x86/include/asm/cpufeatures.h differs from kernel > Warning: tools/arch/x86/include/uapi/asm/vmx.h differs from kernel > INSTALL GTK UI > <SNIP> > # > > Cc: Adrian Hunter <[email protected]> > Cc: Dan Williams <[email protected]> > Cc: David Ahern <[email protected]> > Cc: Jiri Olsa <[email protected]> > Cc: Namhyung Kim <[email protected]> > Cc: Paolo Bonzini <[email protected]> > Cc: Ross Zwisler <[email protected]> > Cc: Wang Nan <[email protected]> > Cc: Xiao Guangrong <[email protected]> > Link: http://lkml.kernel.org/n/[email protected] > Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Acked-by: Ross Zwisler <[email protected]>

