You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
vmid probe
About this tag
The vmid probe tag covers a specific Linux kernel fix for RISC-V KVM virtualization. The issue involved the VMID detection routine writing non-zero fields into the hgatp CSR while probing for supported VMID bits, violating the RISC-V Privileged Architecture requirement that when MODE = BARE, the remaining fields of hgatp must be zero. This was tracked as CVE-2025-40065 and corrected with a narrow patch to the KVM VMID probe. The content focuses on a kernel-level bug fix related to hypervisor address translation and privileged specification compliance.
A subtle specification mismatch in the RISC‑V KVM code has been fixed upstream: the kernel’s VMID detection routine wrote non‑zero fields into the hgatp CSR while probing for supported VMID bits, violating the RISC‑V Privileged Architecture requirement that when MODE = BARE the remaining fields...