mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-08-09 06:14:34 +02:00
To pick up the changes in:103ff3a50e("KVM: s390: Add capability to support 2G hugepages")229132c309("LoongArch: KVM: Add DMSINTC device support")2619da73bb("KVM: x86: Use __DECLARE_FLEX_ARRAY() for UAPI structures with VLAs")4aebd7d5c7("KVM: s390: Add KVM capability for ESA mode guests")4f256d5770("KVM: x86: nSVM: Save/restore gPAT with KVM_{GET,SET}_NESTED_STATE")822790ab01("KVM: x86: Define KVM_X86_QUIRK_NESTED_SVM_SHARED_PAT")8800dbf661("KVM: arm64: Allow userspace to create protected VMs when pKVM is enabled")bf8f3cec93("KVM: s390: vsie: Refactor handle_stfle")c547c51ff4("KVM: arm64: gic-v5: Add ARM_VGIC_V5 device to KVM headers")d7507a94a0("KVM: SVM: Treat exit_code as an unsigned 64-bit value through all of KVM") This addresses these perf build warnings: 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/s390/include/uapi/asm/kvm.h arch/s390/include/uapi/asm/kvm.h Please see tools/include/uapi/README for further details. Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>