Linux Kernel Daily: GPU Fixes and System Stability Updates

Linus Torvalds merged comprehensive GPU driver fixes affecting AMD, Intel XE, and Nouveau graphics systems, plus critical networking, hardware monitoring, and block device stability patches.

Duration: PT2M11S

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-02-06T11:04:12Z
  • Audio duration: PT2M11S

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 February 6th, 2026.

Today's activity centers on system stability with 17 commits merged by Linus Torvalds, addressing critical subsystems across the kernel.

The most substantial merge brings GPU driver fixes from Dave Airlie's DRM tree. AMD graphics sees fixes for MES 11 firmware compatibility, ASPM power management, and display controller LUT corrections. Intel's XE driver resolves topology query pointer issues, documentation gaps, and disables D3Cold power states on…

Networking fixes from Jakub Kicinski's tree tackle both recent regressions and longstanding issues. Key fixes include resolving IPv6 ECMP routing problems, correcting netfilter table mask checks, and addressing USB ethernet resume deadlocks. The STMMAC Ethernet driver receives a critical resume fix affecting STM32…

Block layer updates from Jens Axboe revert problematic loop device changes that caused user regressions, while NVMe fixes address NULL pointer access during DMA mapping setup and malformed TCP PDU handling.

Hardware monitoring improvements include Dell laptop fan control additions and ACPI power meter deadlock fixes. The VFS layer sees corrections for dcache…

Nearby episodes from Linux Kernel Daily

  1. SMB Server and Memory Management Fixes
  2. ** Linux Kernel Daily: Weekly Recap - Critical Fixes and System Stability
  3. Release Candidate Stabilization
  4. Critical Livepatch and Driver Fixes
  5. Platform Driver and Memory Leak Fixes
  6. Critical Security and Memory Management Fixes
  7. Pin Control Driver Fixes
  8. VFIO DMABUF Security Fix