]> www.infradead.org Git - users/jedix/linux-maple.git/commit
KVM: VMX: Assert that IRQs are disabled when putting vCPU on PI wakeup list
authorSean Christopherson <seanjc@google.com>
Tue, 1 Apr 2025 15:47:26 +0000 (08:47 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 4 Apr 2025 11:11:59 +0000 (07:11 -0400)
commit6bad6ecc63b75af294ff3f56f54d6b857c8964a5
tree0ca7d6ea544b6fe25ca7f8563f55fd2ae8407a54
parent782f9feaa9517caf33186dcdd6b50a8f770ed29b
KVM: VMX: Assert that IRQs are disabled when putting vCPU on PI wakeup list

Assert that IRQs are already disabled when putting a vCPU on a CPU's PI
wakeup list, as opposed to saving/disabling+restoring IRQs.  KVM relies on
IRQs being disabled until the vCPU task is fully scheduled out, i.e. until
the scheduler has dropped all of its per-CPU locks (e.g. for the runqueue),
as attempting to wake the task while it's being scheduled out could lead
to deadlock.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Reviewed-by: Maxim Levitsky <mlevitsk@redhat.com>
Reviewed-by: Yan Zhao <yan.y.zhao@intel.com>
Message-ID: <20250401154727.835231-2-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/posted_intr.c