]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: nVMX: Let userspace set nVMX MSR to any _host_ supported value
authorSean Christopherson <seanjc@google.com>
Tue, 7 Jun 2022 21:35:54 +0000 (21:35 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 28 Jul 2022 17:22:28 +0000 (13:22 -0400)
commit19f25477081a78db42d1a4466f0695299577aeb7
treecd5666c39cdc9238febd41367aba2e4b0dd78043
parentd6b9ae0dc2256fd8ef3675a0c67bf2f86dd76dfe
KVM: nVMX: Let userspace set nVMX MSR to any _host_ supported value

Restrict the nVMX MSRs based on KVM's config, not based on the guest's
current config.  Using the guest's config to audit the new config
prevents userspace from restoring the original config (KVM's config) if
at any point in the past the guest's config was restricted in any way.

Fixes: 651c35318378 ("KVM: nVMX: support restore of VMX capability MSRs")
Cc: stable@vger.kernel.org
Cc: David Matlack <dmatlack@google.com>
Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20220607213604.3346000-6-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/nested.c