On Mon, 17 Jul 2023 04:19:03 +0000, Manali Shukla wrote: > Correct the spec_ctrl field in the VMCB save area based on the AMD > Programmer's manual. > > Originally, the spec_ctrl was listed as u32 with 4 bytes of reserved > area. The AMD Programmer's Manual now lists the spec_ctrl as 8 bytes > in VMCB save area. > > [...] I changed course and applied this to kvm-x86 svm, i.e. it will land in 6.6 instead of 6.5. I forgot/neglected to send an earlier pull request for this, and at this point squeezing this into 6.5 seems unnecessary. [1/1] KVM: SVM: correct the size of spec_ctrl field in VMCB save area https://github.com/kvm-x86/linux/commit/f67063414c0e -- https://github.com/kvm-x86/linux/tree/next https://github.com/kvm-x86/linux/tree/fixes