]> www.infradead.org Git - users/jedix/linux-maple.git/commit
KVM: x86: Snapshot the host's DEBUGCTL after disabling IRQs
authorSean Christopherson <seanjc@google.com>
Thu, 27 Feb 2025 22:24:10 +0000 (14:24 -0800)
committerSean Christopherson <seanjc@google.com>
Fri, 28 Feb 2025 17:17:45 +0000 (09:17 -0800)
commit189ecdb3e112da703ac0699f4ec76aa78122f911
treee01bdc4c1455034b64bdaa8e0baa735ac1c4e9fe
parent433265870ab3455b418885bff48fa5fd02f7e448
KVM: x86: Snapshot the host's DEBUGCTL after disabling IRQs

Snapshot the host's DEBUGCTL after disabling IRQs, as perf can toggle
debugctl bits from IRQ context, e.g. when enabling/disabling events via
smp_call_function_single().  Taking the snapshot (long) before IRQs are
disabled could result in KVM effectively clobbering DEBUGCTL due to using
a stale snapshot.

Cc: stable@vger.kernel.org
Reviewed-and-tested-by: Ravi Bangoria <ravi.bangoria@amd.com>
Link: https://lore.kernel.org/r/20250227222411.3490595-6-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/x86.c