The Linux kernel fix tracked as CVE-2022-48893 addresses a long-standing robustness gap in the Intel i915 DRM driver: when driver initialization aborts partway through GT/engine discovery, some engine structures could remain only partially initialized, leaving their cleanup hooks unset...
The Linux kernel’s graphics stack received a surgical but important fix addressing a potential use‑after‑free (UAF) in the Intel i915 driver: gem_context_register() could make a newly created context visible to userspace before the kernel had finished using the context pointer, opening a race...