mmio memory safety

  1. CVE-2026-31588: KVM x86 MMIO use-after-free—Why Linux hypervisors need patching

    CVE-2026-31588 is the kind of Linux kernel flaw that looks tiny in code review and important in production: a narrow KVM x86 MMIO use-after-free triggered by page-splitting emulated writes, userspace exits, and stale stack-backed data. The fix changes how small write values are stored when KVM...