linux_dsm_epyc7002/arch/x86/kvm/svm
Krish Sadhukhan fb0f33fdef KVM: nSVM: CR3 MBZ bits are only 63:52
Commit 761e416934 created a wrong mask for the
CR3 MBZ bits. According to APM vol 2, only the upper 12 bits are MBZ.

Fixes: 761e416934 ("KVM: nSVM: Check that MBZ bits in CR3 and CR4 are not set on vmrun of nested guests", 2020-07-08)
Signed-off-by: Krish Sadhukhan <krish.sadhukhan@oracle.com>
Message-Id: <20200829004824.4577-2-krish.sadhukhan@oracle.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2020-09-28 07:57:23 -04:00
..
avic.c KVM: SVM: use __GFP_ZERO instead of clear_page() 2020-09-28 07:57:19 -04:00
nested.c KVM: nSVM: CR3 MBZ bits are only 63:52 2020-09-28 07:57:23 -04:00
pmu.c KVM: x86/pmu: Tweak kvm_pmu_get_msr to pass 'struct msr_data' in 2020-06-01 04:26:08 -04:00
sev.c KVM: SVM: Periodically schedule when unregistering regions on destroy 2020-09-11 13:24:15 -04:00
svm.c KVM: SVM: Add tracepoint for cr_interception 2020-09-28 07:57:21 -04:00
svm.h KVM: nSVM: CR3 MBZ bits are only 63:52 2020-09-28 07:57:23 -04:00
vmenter.S x86/kvm/svm: Move guest enter/exit into .noinstr.text 2020-07-09 07:08:41 -04:00