From: bugzilla-daemon@kernel.org
To: kvm@vger.kernel.org
Subject: [Bug 220631] kernel crash in kvm_intel module on Xeon Silver 4314s
Date: Mon, 06 Oct 2025 14:26:22 +0000 [thread overview]
Message-ID: <bug-220631-28872-SpIUrECr2D@https.bugzilla.kernel.org/> (raw)
In-Reply-To: <bug-220631-28872@https.bugzilla.kernel.org/>
https://bugzilla.kernel.org/show_bug.cgi?id=220631
Sean Christopherson (seanjc@google.com) changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |seanjc@google.com
--- Comment #4 from Sean Christopherson (seanjc@google.com) ---
This is due to a known a CPU/ucode bug where some Intel CPUs generate spurious
#VEs.
[ +0.000151] kvm: #VE 65dbc7f8
[ +0.000154] kvm: #VE 65dbc7f8, spte[4] = 0x8010000418c52807, spte[3] =
0x801000045b676807, spte[2] = 0x86100023d0000bf7
The "fix" is to disable CONFIG_KVM_INTEL_PROVE_VE. KVM_INTEL_PROVE_VE isn't
intended for production use (it's akin to PROVE_LOCKING), and the help text
even calls out that some CPUs generate spurious #VEs.
config KVM_INTEL_PROVE_VE
bool "Check that guests do not receive #VE exceptions"
depends on KVM_INTEL && EXPERT
help
Checks that KVM's page table management code will not incorrectly
let guests receive a virtualization exception. Virtualization
exceptions will be trapped by the hypervisor rather than injected
in the guest.
Note: some CPUs appear to generate spurious EPT Violations #VEs
that trigger KVM's WARN, in particular with eptad=0 and/or nested
virtualization.
If unsure, say N.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
next prev parent reply other threads:[~2025-10-06 14:26 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-06 8:44 [Bug 220631] New: kernel crash in kvm_intel module on Xeon Silver 4314s bugzilla-daemon
2025-10-06 8:46 ` [Bug 220631] " bugzilla-daemon
2025-10-06 11:45 ` bugzilla-daemon
2025-10-06 12:05 ` bugzilla-daemon
2025-10-06 14:26 ` bugzilla-daemon [this message]
2025-10-07 1:21 ` bugzilla-daemon
2025-10-08 6:23 ` bugzilla-daemon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-220631-28872-SpIUrECr2D@https.bugzilla.kernel.org/ \
--to=bugzilla-daemon@kernel.org \
--cc=kvm@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.