mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-28 21:13:06 +00:00
To pick up the changes in:af5366bea2KVM: x86: Drop the now unused KVM_X86_DISABLE_VALID_EXITS915d2f0718KVM: Move KVM_REG_SIZE() definition to common uAPI header5c17848134KVM: x86/xen: Restrict hypercall MSR to unofficial synthetic range9364789567KVM: x86: Add a VM type define for TDXfa662c9080KVM: SVM: Add Idle HLT intercept support3adaee7830KVM: arm64: Allow userspace to change the implementation ID registersfaf7714a47KVM: arm64: nv: Allow userland to set VGIC maintenance IRQc0000e58c7KVM: arm64: Introduce KVM_REG_ARM_VENDOR_HYP_BMAP_2f83c41fb3dKVM: arm64: Allow userspace to limit NV support to nVHE Addressing this perf tools build warning: Warning: Kernel ABI header differences: diff -u tools/include/uapi/linux/kvm.h include/uapi/linux/kvm.h diff -u tools/arch/x86/include/uapi/asm/kvm.h arch/x86/include/uapi/asm/kvm.h diff -u tools/arch/x86/include/uapi/asm/svm.h arch/x86/include/uapi/asm/svm.h diff -u tools/arch/arm64/include/uapi/asm/kvm.h arch/arm64/include/uapi/asm/kvm.h Please see tools/include/uapi/README for further details. Acked-by: Ingo Molnar <mingo@kernel.org> Tested-by: Venkat Rao Bagalkote <venkat88@linux.ibm.com> Cc: kvm@vger.kernel.org Link: https://lore.kernel.org/r/20250410001125.391820-2-namhyung@kernel.org Signed-off-by: Namhyung Kim <namhyung@kernel.org>