diff options
author | Sean Christopherson <[email protected]> | 2024-04-23 09:53:26 -0700 |
---|---|---|
committer | Paolo Bonzini <[email protected]> | 2024-05-07 13:07:34 -0400 |
commit | c43ad19045d5b7bd3aaf20d9b1f5acb22bdd6a38 (patch) | |
tree | 5943cc1252fcbb4d68d565c628be15272d0a2c93 /include/linux/overflow.h | |
parent | aa24865fb5e33701c93521460a2d05ab76d6bddc (diff) |
KVM: x86: Fully re-initialize supported_vm_types on vendor module load
Recompute the entire set of supported VM types when a vendor module is
loaded, as preserving supported_vm_types across vendor module unload and
reload can result in VM types being incorrectly treated as supported.
E.g. if a vendor module is loaded with TDP enabled, unloaded, and then
reloaded with TDP disabled, KVM_X86_SW_PROTECTED_VM will be incorrectly
retained. Ditto for SEV_VM and SEV_ES_VM and their respective module
params in kvm-amd.ko.
Fixes: 2a955c4db1dd ("KVM: x86: Add supported_vm_types to kvm_caps")
Signed-off-by: Sean Christopherson <[email protected]>
Reviewed-by: Xiaoyao Li <[email protected]>
Message-ID: <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Diffstat (limited to 'include/linux/overflow.h')
0 files changed, 0 insertions, 0 deletions