Kernel KVM virtualization development
 help / color / mirror / Atom feed
* [PATCH 7.1.y 0/3] KVM: x86: Backports for VM entry failure due to stale CR8 intercept
@ 2026-07-09 13:21 Carlos López
  2026-07-09 13:21 ` [PATCH 7.1.y 1/3] KVM: x86: Move update_cr8_intercept() to lapic.c Carlos López
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Carlos López @ 2026-07-09 13:21 UTC (permalink / raw)
  To: stable; +Cc: kvm, linux-kernel, gregkh, Carlos López

Backport for bb365a506b1e ("KVM: x86: Unconditionally recompute CR8
intercept on PPR update") with two prerequisite patches.

Carlos López (1):
  KVM: x86: Unconditionally recompute CR8 intercept on PPR update

Sean Christopherson (2):
  KVM: x86: Move update_cr8_intercept() to lapic.c
  KVM: VMX: Grab vmcs12 on CR8 interception update iff vCPU is in guest
    mode

 arch/x86/kvm/lapic.c   | 28 ++++++++++++++++++++++++++++
 arch/x86/kvm/lapic.h   |  1 +
 arch/x86/kvm/vmx/vmx.c |  3 +--
 arch/x86/kvm/x86.c     | 35 ++---------------------------------
 4 files changed, 32 insertions(+), 35 deletions(-)


base-commit: 199c9959d3a9b53f346c221757fc7ac507fbac50
-- 
2.51.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-07-09 14:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-09 13:21 [PATCH 7.1.y 0/3] KVM: x86: Backports for VM entry failure due to stale CR8 intercept Carlos López
2026-07-09 13:21 ` [PATCH 7.1.y 1/3] KVM: x86: Move update_cr8_intercept() to lapic.c Carlos López
2026-07-09 13:21 ` [PATCH 7.1.y 2/3] KVM: VMX: Grab vmcs12 on CR8 interception update iff vCPU is in guest mode Carlos López
2026-07-09 13:21 ` [PATCH 7.1.y 3/3] KVM: x86: Unconditionally recompute CR8 intercept on PPR update Carlos López
2026-07-09 14:26 ` [PATCH 7.1.y 0/3] KVM: x86: Backports for VM entry failure due to stale CR8 intercept Sean Christopherson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox