Linux Kernel Daily: Security Fixes and Graphics Driver Stability

Multiple critical security vulnerabilities were addressed across graphics drivers and virtualization, with the DRM gem change handle ioctl temporarily disabled due to persistent race conditions. Filesystem fixes addressed use-after-free bugs in EROFS and XFS real-time device handling.

Duration: PT2M14S

Episode overview

This episode is a short developer briefing from Linux Kernel Daily.

It explains recent repository work in plain language.

  • Show: Linux Kernel Daily
  • Published: 2026-06-06T06:00:54Z
  • Audio duration: PT2M14S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

Good morning. This is Linux Kernel Daily for June 6th, 2026.

The dominant theme today is security vulnerability remediation, with graphics drivers receiving the most extensive fixes and one critical ioctl being temporarily disabled.

The most significant change involves the DRM gem change handle ioctl, which has been disabled entirely after multiple failed attempts to fix race conditions between gem close and gem change handle operations. Commit 8e65320 documents four separate fix attempts that introduced new bugs while trying to resolve…

Graphics drivers saw widespread hardening with bounds checking and memory safety fixes. The AMD GPU driver received fixes for buffer overflows in SDMA queue handling, null pointer dereferences in queue management, and use-after-free races in the KFD subsystem. The Ethosu accelerator driver had particularly extensive…

Virtualization security was strengthened with KVM fixes addressing GHCB handling vulnerabilities in SEV environments. The changes ensure proper unmapping and unpinning of guest-host communication blocks during vCPU cleanup, and implement exact-once reading of page size change request indices to prevent…

Filesystem stability improved with…

Nearby episodes from Linux Kernel Daily

  1. Hyper-V Stability and Build Fixes
  2. Weekly Recap - Security and Stability Hardening
  3. Critical Stability Fixes
  4. Late-Cycle Stability Fixes
  5. Network Stack Stability Fixes
  6. Memory Management and Firmware Driver Stability
  7. Race Condition Fixes and Minor Updates
  8. Weekly Recap - Security and Stability Focus