Patch "KVM: LAPIC: Drop pending LAPIC timer injection when canceling the timer" has been added to the 5.18-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    KVM: LAPIC: Drop pending LAPIC timer injection when canceling the timer

to the 5.18-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     kvm-lapic-drop-pending-lapic-timer-injection-when-ca.patch
and it can be found in the queue-5.18 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit d7f9aa2e1c77dd2bc4c1ec1b94af41c6f9eaf209
Author: Wanpeng Li <wanpengli@xxxxxxxxxxx>
Date:   Fri May 20 10:15:18 2022 -0400

    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@xxxxxxxxxxx>
    Signed-off-by: Paolo Bonzini <pbonzini@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/x86/kvm/lapic.c b/arch/x86/kvm/lapic.c
index 66b0eb0bda94..6268880c8eed 100644
--- a/arch/x86/kvm/lapic.c
+++ b/arch/x86/kvm/lapic.c
@@ -1548,6 +1548,7 @@ static void cancel_apic_timer(struct kvm_lapic *apic)
 	if (apic->lapic_timer.hv_timer_in_use)
 		cancel_hv_timer(apic);
 	preempt_enable();
+	atomic_set(&apic->lapic_timer.pending, 0);
 }
 
 static void apic_update_lvtt(struct kvm_lapic *apic)



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux