tools headers cpufeatures: Sync with the kernel sources
To pick the changes from:
db2d8c69a5b8deab ("x86/speculation: Add RSB VM Exit protections")
1a64393f53b5699d ("x86/amd: Use IBPB for firmware calls")
2c762b35981f3be5 ("x86/speculation: Disable RRSBA behavior")
fc9be4ddbd7ffb28 ("x86/cpu/amd: Enumerate BTC_NO")
8451306d1b156404 ("x86/speculation: Fill RSB on vmexit for IBRS")
6bbb56b56b4e3b68 ("x86/bugs: Add retbleed=ibpb")
56b7e133a004c4ce ("x86/entry: Add kernel IBRS implementation")
23e7126838fa5143 ("x86/bugs: Report AMD retbleed vulnerability")
d585de8e0c46a17d ("x86: Add magic AMD return-thunk")
bb1371710a16fdb1 ("x86: Undo return-thunk damage")
3da9386e4835fd60 ("x86/cpufeatures: Move RETPOLINE flags to word 11")
717c38f5081cd2b0 ("x86/cpufeatures: Introduce x2AVIC CPUID bit")
a00fbcd89a476dcf ("x86: Fix comment for X86_FEATURE_ZEN")
55667a39c89e5228 ("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>