CVE-2025-71315
The CVE-2025-71315 entry describes a Linux kernel fix: the vkms vblank timer is replaced by the DRM vblank timer implementation, removing vkms’ hrtimer and routing through vkms’ handle_vblank_timeout via drm_crtc_helper_funcs. This clarifies the affected component as the vkms driver in the DRM su...