Patch "KVM: nVMX: Consolidate nested MTF checks to helper function" has been added to the 5.6-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: nVMX: Consolidate nested MTF checks to helper function

to the 5.6-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-nvmx-consolidate-nested-mtf-checks-to-helper-fun.patch
and it can be found in the queue-5.6 subdirectory.

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



commit 93f0534f01401ea1cdd7ae6a5706c766b0d4b4e5
Author: Oliver Upton <oupton@xxxxxxxxxx>
Date:   Mon Feb 24 12:27:44 2020 -0800

    KVM: nVMX: Consolidate nested MTF checks to helper function
    
    [ Upstream commit 212617dbb6bac2a21dec6ef7d6012d96bb6dbb5d ]
    
    commit 5ef8acbdd687 ("KVM: nVMX: Emulate MTF when performing
    instruction emulation") introduced a helper to check the MTF
    VM-execution control in vmcs12. Change pre-existing check in
    nested_vmx_exit_reflected() to instead use the helper.
    
    Signed-off-by: Oliver Upton <oupton@xxxxxxxxxx>
    Reviewed-by: Krish Sadhukhan <krish.sadhukhan@xxxxxxxxxx>
    Reviewed-by: Miaohe Lin <linmiaohe@xxxxxxxxxx>
    Signed-off-by: Paolo Bonzini <pbonzini@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/x86/kvm/vmx/nested.c b/arch/x86/kvm/vmx/nested.c
index eec7b2d93104c..b773989308015 100644
--- a/arch/x86/kvm/vmx/nested.c
+++ b/arch/x86/kvm/vmx/nested.c
@@ -5618,7 +5618,7 @@ bool nested_vmx_exit_reflected(struct kvm_vcpu *vcpu, u32 exit_reason)
 	case EXIT_REASON_MWAIT_INSTRUCTION:
 		return nested_cpu_has(vmcs12, CPU_BASED_MWAIT_EXITING);
 	case EXIT_REASON_MONITOR_TRAP_FLAG:
-		return nested_cpu_has(vmcs12, CPU_BASED_MONITOR_TRAP_FLAG);
+		return nested_cpu_has_mtf(vmcs12);
 	case EXIT_REASON_MONITOR_INSTRUCTION:
 		return nested_cpu_has(vmcs12, CPU_BASED_MONITOR_EXITING);
 	case EXIT_REASON_PAUSE_INSTRUCTION:



[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