tools headers cpufeatures: Sync with the kernel sources
To pick the changes from:
bef8fbe81a3f897c ("x86/speculation: Add RSB VM Exit protections")
e3abb3ac20c02687 ("x86/amd: Use IBPB for firmware calls")
e424e4a2af1e673a ("x86/speculation: Disable RRSBA behavior")
4ce08ad81ac7ea73 ("x86/cpu/amd: Enumerate BTC_NO")
99bd3f0c2d4f6886 ("x86/speculation: Fill RSB on vmexit for IBRS")
bf9a7f6cdeaabc5e ("x86/bugs: Add retbleed=ibpb")
e34a999cc4eeccc5 ("x86/entry: Add kernel IBRS implementation")
d890e1e06a2145b1 ("x86/bugs: Report AMD retbleed vulnerability")
7e8f27f3f2eb33f4 ("x86: Add magic AMD return-thunk")
f27938f128c23d68 ("x86: Undo return-thunk damage")
b70af0dd10d6659a ("x86/cpufeatures: Move RETPOLINE flags to word 11")
2a4ef2a3c0ce715e ("x86/cpufeatures: Introduce x2AVIC CPUID bit")
c6285bd670192f5d ("x86: Fix comment for X86_FEATURE_ZEN")
685b22d85855aad7 ("x86/speculation/mmio: Enumerate Processor MMIO Stale Data bug")
This only causes these perf files to be rebuilt:
CC /tmp/build/perf/bench/mem-memcpy-x86-64-asm.o
CC /tmp/build/perf/bench/mem-memset-x86-64-asm.o
And addresses this perf build warning:
Warning: Kernel ABI header at 'tools/arch/x86/include/asm/cpufeatures.h' differs from latest version at 'arch/x86/include/asm/cpufeatures.h'
diff -u tools/arch/x86/include/asm/cpufeatures.h arch/x86/include/asm/cpufeatures.h
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Alexandre Chartre <alexandre.chartre@oracle.com>
Cc: Andrew Cooper <andrew.cooper3@citrix.com>
Cc: Borislav Petkov <bp@suse.de>
Cc: Daniel Sneddon <daniel.sneddon@linux.intel.com>
Cc: Dave Hansen <dave.hansen@linux.intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Josh Poimboeuf <jpoimboe@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Pawan Gupta <pawan.kumar.gupta@linux.intel.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
Cc: Wyes Karny <wyes.karny@amd.com>
Link: https://lore.kernel.org/lkml/Yvznmu5oHv0ZDN2w@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>