[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220715114211.53175-1-yu.c.zhang@linux.intel.com>
Date: Fri, 15 Jul 2022 19:42:09 +0800
From: Yu Zhang <yu.c.zhang@...ux.intel.com>
To: pbonzini@...hat.com, seanjc@...gle.com, vkuznets@...hat.com,
jmattson@...gle.com, joro@...tes.org, wanpengli@...cent.com,
kvm@...r.kernel.org
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH 0/2] Fix the #PF injection logic for smaller MAXPHYADDR in nested.
KVM shall inject the #PF directly to L2 when L2 has a smaller MAXPHYADDR
and L1 has no desire to intercept it, yet currently the #PF will be
delivered to L1 anyway.
Patch 1 fixes this, by initializing the 'fault' variable.
Patch 2 is just a cleanup for the comments.
Yu Zhang (2):
KVM: X86: Initialize 'fault' in kvm_fixup_and_inject_pf_error().
KVM: X86: Fix the comments in prepare_vmcs02_rare()
arch/x86/kvm/vmx/nested.c | 8 ++++----
arch/x86/kvm/x86.c | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
--
2.25.1
Powered by blists - more mailing lists