Kernel KVM virtualization development
 help / color / mirror / Atom feed
* [PATCH v2 0/2] KVM: x86: MCE fixes
@ 2026-06-09 10:55 Carlos López
  2026-06-09 10:55 ` [PATCH v2 1/2] KVM: x86: Fix array_index_nospec() protection in kvm_vcpu_ioctl_x86_set_mce() Carlos López
  2026-06-09 10:55 ` [PATCH v2 2/2] KVM: x86: Do not gate MCE logging based on IA32_MCi_CTL Carlos López
  0 siblings, 2 replies; 5+ messages in thread
From: Carlos López @ 2026-06-09 10:55 UTC (permalink / raw)
  To: kvm, seanjc, pbonzini
  Cc: linux-kernel, x86, tglx, mingo, dave.hansen, hpa,
	Carlos López

These two patches are somewhat unrelated, but patch 2 came out of
Sean's suggestions from reviewing the first patch (see [1]). Patch 1 is
unchanged.

Note that the SDM is ambiguous regarding the logging behavior for
IA32_MCG_CTL, so additional correctness fixes may be warranted on top.

[1] https://lore.kernel.org/all/20260516163412.601908-1-clopez@suse.de/

Carlos López (2):
  KVM: x86: Fix array_index_nospec() protection in kvm_vcpu_ioctl_x86_set_mce()
  KVM: x86: Do not gate MCE logging based on IA32_MCi_CTL

 arch/x86/kvm/x86.c | 32 ++++++++++++++++++++------------
 1 file changed, 20 insertions(+), 12 deletions(-)


base-commit: de3a35be92d2391ece4bf3143ef2887192625fd0
-- 
2.51.0


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

end of thread, other threads:[~2026-06-09 12:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-09 10:55 [PATCH v2 0/2] KVM: x86: MCE fixes Carlos López
2026-06-09 10:55 ` [PATCH v2 1/2] KVM: x86: Fix array_index_nospec() protection in kvm_vcpu_ioctl_x86_set_mce() Carlos López
2026-06-09 10:55 ` [PATCH v2 2/2] KVM: x86: Do not gate MCE logging based on IA32_MCi_CTL Carlos López
2026-06-09 11:10   ` sashiko-bot
2026-06-09 12:56     ` Carlos López

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