To pick the changes in:15fb7de1a7("KVM: SVM: Add KVM_SEV_RECEIVE_UPDATE_DATA command")3bf725699b("KVM: arm64: Add support for the KVM PTP service")4cfdd47d6d("KVM: SVM: Add KVM_SEV SEND_START command")54526d1fd5("KVM: x86: Support KVM VMs sharing SEV context")5569e2e7a6("KVM: SVM: Add support for KVM_SEV_SEND_CANCEL command")8b13c36493("KVM: introduce KVM_CAP_SET_GUEST_DEBUG2")af43cbbf95("KVM: SVM: Add support for KVM_SEV_RECEIVE_START command")d3d1af85e2("KVM: SVM: Add KVM_SEND_UPDATE_DATA command")fe7e948837("KVM: x86: Add capability to grant VM access to privileged SGX attribute") That don't cause any change in tooling as it doesn't introduce any new ioctl. $ grep kvm tools/perf/trace/beauty/*.sh tools/perf/trace/beauty/kvm_ioctl.sh:printf "static const char *kvm_ioctl_cmds[] = {\n" tools/perf/trace/beauty/kvm_ioctl.sh:egrep $regex ${header_dir}/kvm.h | \ $ $ tools/perf/trace/beauty/kvm_ioctl.sh > before $ cp include/uapi/linux/kvm.h tools/include/uapi/linux/kvm.h $ tools/perf/trace/beauty/kvm_ioctl.sh > after $ diff -u before after $ This silences this perf build warning: Warning: Kernel ABI header at 'tools/include/uapi/linux/kvm.h' differs from latest version at 'include/uapi/linux/kvm.h' diff -u tools/include/uapi/linux/kvm.h include/uapi/linux/kvm.h Cc: Brijesh Singh <brijesh.singh@amd.com> Cc: Jianyong Wu <jianyong.wu@arm.com> Cc: Marc Zyngier <maz@kernel.org> Cc: Nathan Tempelman <natet@google.com> Cc: Paolo Bonzini <pbonzini@redhat.com> Cc: Sean Christopherson <seanjc@google.com> Cc: Steve Rutherford <srutherford@google.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
53 KiB
53 KiB