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.
drm scheduler
About this tag
The DRM scheduler (drm/sched) is a component of the Linux kernel responsible for managing GPU command submission and synchronization. Recent discussions on WindowsForum.com highlight two critical vulnerabilities: CVE-2025-40329, a deadlock in fence callback handling that can hang the kernel, and CVE-2025-40096, a double-free memory defect triggered by failed dependency handling. These issues affect systems using DRM scheduler code, including desktop GPUs, GPU-accelerated VMs, and Azure Linux. Patches are available, and operators should verify exposure across products like WSL and Marketplace images. The tag covers kernel-level GPU scheduling, security fixes, and enterprise deployment considerations.
The Linux kernel received a targeted fix for a subtle but consequential deadlock in the DRM scheduler: drm/sched: Fix deadlock in drm_sched_entity_kill_jobs_cb, tracked as CVE‑2025‑40329. The patch restructures how the scheduler handles fence callbacks and dependency re‑arming to avoid an...
A recently assigned Linux-kernel CVE — CVE-2025-40096 — discloses a memory-management defect in the kernel DRM scheduler (drm/sched) that can produce a double free when dependency handling fails, and Microsoft’s Security Response Center (MSRC) has published a product-level attestation stating...