mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-09 11:30:02 +00:00
To pick up the changes in this cset:a0423af92c("x86: KVM: Advertise CPUIDs for new instructions in Clearwater Forest")0c487010cb("x86/cpufeatures: Add X86_FEATURE_AMD_WORKLOAD_CLASS feature bit")1ad4667066("x86/cpufeatures: Add X86_FEATURE_AMD_HETEROGENEOUS_CORES")104edc6efc("x86/cpufeatures: Rename X86_FEATURE_FAST_CPPC to have AMD prefix")3ea87dfa31("x86/cpufeatures: Add a IBPB_NO_RET BUG flag")ff898623af("x86/cpufeatures: Define X86_FEATURE_AMD_IBPB_RET")dcb988cdac("KVM: x86: Quirk initialization of feature MSRs to KVM's max configuration") This addresses these perf build warnings: Warning: Kernel ABI header differences: diff -u tools/arch/x86/include/asm/cpufeatures.h arch/x86/include/asm/cpufeatures.h diff -u tools/arch/x86/include/uapi/asm/kvm.h arch/x86/include/uapi/asm/kvm.h Please see tools/include/uapi/README for further details. Reviewed-by: James Clark <james.clark@linaro.org> Cc: Sean Christopherson <seanjc@google.com> Cc: Paolo Bonzini <pbonzini@redhat.com> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Borislav Petkov <bp@alien8.de> Cc: Dave Hansen <dave.hansen@linux.intel.com> Cc: H. Peter Anvin <hpa@zytor.com> Cc: x86@kernel.org Cc: kvm@vger.kernel.org Link: https://lore.kernel.org/r/20241203035349.1901262-5-namhyung@kernel.org Signed-off-by: Namhyung Kim <namhyung@kernel.org>