mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-09 19:39:56 +00:00
And other arch-specific UAPI headers to pick up changes from:4b23e0c199KVM: Ensure new code that references immediate_exit gets extra scrutiny85542adb65KVM: x86: Add KVM_RUN_X86_GUEST_MODE kvm_run flag6fef518594KVM: x86: Add a capability to configure bus frequency for APIC timer34ff659017x86/sev: Use kernel provided SVSM Calling Areas5dcc1e7614Merge tag 'kvm-x86-misc-6.11' of https://github.com/kvm-x86/linux into HEAD9a0d2f4995KVM: PPC: Book3S HV: Add one-reg interface for HASHPKEYR registere9eb790b25KVM: PPC: Book3S HV: Add one-reg interface for HASHKEYR register1a1e6865f5KVM: PPC: Book3S HV: Add one-reg interface for DEXCR register This should be used to beautify KVM syscall arguments and it addresses these tools/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/powerpc/include/uapi/asm/kvm.h arch/powerpc/include/uapi/asm/kvm.h Please see tools/include/uapi/README for details (it's in the first patch of this series). Cc: Paolo Bonzini <pbonzini@redhat.com> Cc: kvm@vger.kernel.org Signed-off-by: Namhyung Kim <namhyung@kernel.org>