Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools headers: Synchoronize x86 features UAPI headers
Sync tools/arch/x86/include/asm/{cpu,disabled-,required-}features.h with the changes in: 2961298 ("x86/cpufeatures: Clean up Spectre v2 related CPUID flags") 20ffa1c ("x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) support") 5d10cbc ("x86/cpufeatures: Add AMD feature bits for Speculation Control") fc67dd7 ("x86/cpufeatures: Add Intel feature bits for Speculation Control") 95ca0ee ("x86/cpufeatures: Add CPUID_7_EDX CPUID leaf") a511e79 ("x86/intel_rdt: Enumerate L2 Code and Data Prioritization (CDP) feature") 4fdec20 ("x86/cpufeature: Move processor tracing out of scattered features") c995efd ("x86/retpoline: Fill RSB on context switch for affected CPUs") 76b0438 ("x86/retpoline: Add initial retpoline support") 99c6fa2 ("x86/cpufeatures: Add X86_BUG_SPECTRE_V[12]") de79182 ("x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN") 6cff64b ("x86/mm: Use INVPCID for __native_flush_tlb_single()") None will entail changes in the tools/perf/, synchronizing to elliminate these perf build warnings: Warning: Kernel ABI header at 'tools/arch/x86/include/asm/disabled-features.h' differs from latest version at 'arch/x86/include/asm/disabled-features.h' Warning: Kernel ABI header at 'tools/arch/x86/include/asm/required-features.h' differs from latest version at 'arch/x86/include/asm/required-features.h' Warning: Kernel ABI header at 'tools/arch/x86/include/asm/cpufeatures.h' differs from latest version at 'arch/x86/include/asm/cpufeatures.h' Cc: Adrian Hunter <[email protected]> Cc: Dave Hansen <[email protected]> Cc: David Ahern <[email protected]> Cc: David Woodhouse <[email protected]> Cc: Fenghua Yu <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Paolo Bonzini <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Wang Nan <[email protected]> Link: https://lkml.kernel.org/n/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
- Loading branch information