Linux Kernel 7.2.5 and 6.18.51 Drop Simultaneously with Blackwell Fixes and a Growing AI-Assisted Commit Trail
Greg Kroah-Hartman signed off on both stable trees today, bringing roughly 550 patches each to the newest mainline line and the 6.18 long-term track.
Two stable Linux kernel releases hit kernel.org on September 11, 2026. Linux 7.2.5 lands on the August 17 mainline base, while 6.18.51 continues the December 2025 release with its fifty-first incremental patch. Both clock in around 550 commits and carry the same familiar Greg Kroah-Hartman sign-off. If you run a rolling distro or just like tracking upstream, this is a standard weekly cadence. The real story in these trees is less about raw commit volume and more about what actually got patched.
The Blackwell Driver Catch-Up
The open-source nouveau driver finally caught up to the register layout changes on the GB20x chips. Head timing interrupts were being routed to legacy vectors instead of the new low-latency message-based ones. That broke vblank synchronization and sequence queries. There are also fixes for HDMI vendor infoframes and register stride mismatches on the same hardware. Head here to the full patch breakdown if you are debugging display output on a Blackwell workstation.
Network-facing kernel components keep getting hardened. ksmbd now zeros out pipe read compound padding to stop uninitialized heap memory from leaking up to seven bytes. A use-after-free condition in the oplock break path was also squashed. Interestingly, several commits this cycle explicitly note AI assistance. We saw the same pattern in the June stable release, where AI-assisted commits started showing up in the DRM tree. This patch credits "Assisted-by: Codex:gpt-5.6" for catching a use-after-free in the ab8500_fg power supply driver. Another acknowledges Claude for helping trace a NULL dereference in the nouveau UVMM code.
The memory management layer picked up a few targeted fixes too. HugeTLB vmemmap rollback was overwriting head-page metadata during unmap attempts, and xarray node accounting was getting charged to the wrong memory cgroup during page cache splits. BPF got a preemption disable patch to prevent buffer corruption in stack ID lookups. DAMON, the data access monitoring subsystem, also saw a round of race condition and infinite loop fixes from SJ Park. Quiet maintenance. The kind that actually keeps production boxes alive.
Keep in mind that the 6.18 branch has been getting regular maintenance since December 2025. It has not been officially marked as an LTS release yet, but fifty-one stable patches in nine months suggests the community treats it as one. Distribution vendors will likely start integrating 7.2.5 into their next rolling refresh, while enterprise systems on 6.18 will push the new patch through their usual QA cycles.
Linux kernel 6.18.51 released
Linux kernel version 6.18.51 is now available:
Full source: https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.18.51.tar.xz
Patch: https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.18.51.xz
PGP Signature: https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.18.51.tar.sign
You can view the summary of the changes at the following URL:
https://git.kernel.org/stable/ds/v6.18.51/v6.18.50
Linux kernel 7.2.5 released
Linux kernel version 7.2.5 is now available:
Full source: https://cdn.kernel.org/pub/linux/kernel/v7.x/linux-7.2.5.tar.xz
Patch: https://cdn.kernel.org/pub/linux/kernel/v7.x/patch-7.2.5.xz
PGP Signature: https://cdn.kernel.org/pub/linux/kernel/v7.x/linux-7.2.5.tar.sign
You can view the summary of the changes at the following URL:
https://git.kernel.org/stable/ds/v7.2.5/v7.2.4
