Linux Kernel Daily: AMD Fixes Converge Ahead of 7.3

This cycle's merges were dominated by AMD-specific corrections, including an inverted interrupt bug in machine check storm handling and a null pointer risk in the AMD node driver, alongside a batch of powerpc entry and interrupt fixes. Both AMD issues are tagged for stable backport.

Duration: PT2M18S

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-09-09T06:01:23Z
  • Audio duration: PT2M18S

Transcript excerpt

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

Good day. It's September 9th, 2026, and this is Linux Kernel Daily.

Today's activity is light on volume but heavy on AMD-specific corrections, with a secondary thread of powerpc entry and exception handling fixes rolling in ahead of 7.3.

Start with AMD. Commit d292911 fixes a genuinely backwards bit of logic in the machine check storm handler: the code was enabling threshold interrupts when a storm was detected, and disabling them when it subsided — the exact opposite of what storm handling requires. That's the kind of bug that quietly defeats the…

Right alongside it, commit aefdbd5 addresses a null pointer risk in the AMD node driver. A prior reordering of initialization left a redundant exclusivity flag in place while the real safety check — verifying the AMD roots pointer isn't null — went missing. Jason Andryuk's fix replaces the stale flag with a direct…

Second theme: powerpc. Madhavan Srinivasan's pull, folded into merge 5acbae5, bundles a set of entry and interrupt fixes — clearing a stale syscall return flag before error returns, preserving restore-all state across syscall restarts, and fixing interrupt soft-mask corruption on replayed interrupt exit. These are…

Smaller but…

Nearby episodes from Linux Kernel Daily

  1. Configfs Use-After-Free Fixes
  2. Weekly Recap - Correctness Fixes Across Subsystems
  3. Merge Window Cleanup Across Subsystems
  4. Race Conditions and Rushed Requests
  5. The Merge Window Cleanup
  6. Merge Window Cleanup and a Memory Accounting Bug Fix
  7. Randstruct Settles Down for Rust Builds
  8. SMB Stack Gets a Security Overhaul