Linux Kernel Daily: Late-Cycle Fixes Converge on Crypto, Filesystems, and Build Tooling
This was a pure merge-window cleanup day, with Linus pulling seven subsystem fix branches ahead of release, the heaviest being s390 crypto correctness fixes and a large xfs batch touching scrub and repair paths. Two standalone kbuild commits close out lingering symbol-table regressions that have shipped since version 6.18.
Duration: PT2M19S
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-13T06:01:21Z
- Audio duration: PT2M19S
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 13th, 2026, and this is Linux Kernel Daily.
No pull requests today, just twelve merge and fix commits landing straight from Linus — the classic pattern of late-cycle stabilization as 7.3 heads toward release.
The dominant theme is correctness fixes in low-level, security-sensitive code. The s390 crypto pull, commit 2f0c1cf, is the standout: it fixes mutex use inside atomic context for AES and PAES ciphers, closes double-completion bugs in PAES and PHMAC requests, and adds proper scrubbing of temporary buffers — meaning…
The second theme is filesystem robustness. The xfs pull, commit cba2348, is large — seventy-five commits — fixing an under-reservation bug that was tripping a newly added assertion, plus a missing lock in the health monitor that was triggering lockdep warnings. Btrfs, commit 95deca8, adds tree-checker validation for…
Standalone from Lorenzo Stoakes: two kbuild fixes, 5935136 and 281b61d, correcting symbol table generation bugs that have quietly shipped since kernel 6.18 — one bloating kallsyms with stray module info entries, adding tens of kilobytes to the image, the other fixing broken escaping for arm64 PIE symbols.
What to remember: if you…