KVM: LAPIC: Drop pending LAPIC timer injection when canceling the timer
authorWanpeng Li <wanpengli@tencent.com>
Fri, 20 May 2022 14:15:18 +0000 (10:15 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Jun 2022 08:23:13 +0000 (10:23 +0200)
commit4f1c4fa37f8bd0d142d6641db4c82094124f468c
tree7e87b4c8ef017d759bc67e0ed573543c80ee6530
parentca55150bff5817af4f857a746ecab9862c23e12a
KVM: LAPIC: Drop pending LAPIC timer injection when canceling the timer

[ Upstream commit 619f51da097952194a5d4d6a6c5f9ef3b9d1b25a ]

The timer is disarmed when switching between TSC deadline and other modes;
however, the pending timer is still in-flight, so let's accurately remove
any traces of the previous mode.

Fixes: 4427593258 ("KVM: x86: thoroughly disarm LAPIC timer around TSC deadline switch")
Signed-off-by: Wanpeng Li <wanpengli@tencent.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/x86/kvm/lapic.c