On Mon, 24 Feb 2025 08:54:40 -0800, Sean Christopherson wrote: > Fix a bug where KVM puts VMRUN in an STI shadow, which AMD CPUs bleed > into guest state if a #VMEXIT occurs before completing the VMRUN, e.g. > if vectoring an injected exception triggers an exit. > > v2: Use "raw" variants to avoid tracing in noinstr code. [kernel test robot] > > v1: https://lore.kernel.org/all/20250215010946.1201353-1-seanjc@xxxxxxxxxx > > [...] Applied to kvm-x86 fixes, thanks! [1/2] KVM: SVM: Set RFLAGS.IF=1 in C code, to get VMRUN out of the STI shadow https://github.com/kvm-x86/linux/commit/be45bc4eff33 [2/2] KVM: selftests: Assert that STI blocking isn't set after event injection https://github.com/kvm-x86/linux/commit/f3513a335e71 -- https://github.com/kvm-x86/linux/tree/next