The release fixes a "nasty" race condition in the PTDUMP memory management code — a use-after-free bug introduced in March 2018 (Linux 4.16), meaning it went undetected for eight years . The bug involved a race between ptdump and vmap when mapping huge page table entries. It was detected by Syzbot (an automated fuzzing tool) in June 2026 and fixed by Lorenzo Stoakes
. This is part of a broader trend: Torvalds noted that many fixes in 7.2-rc7 are "due to review by various AI tools"
.
Torvalds has a complex position on AI in kernel development:
If no critical issues emerge in the coming week, Linux 7.2 stable will ship on August 16, 2026 . It is expected to serve as the default kernel for Ubuntu 26.10
. Immediately after the stable release, a two-week merge window opens for Linux 7.3 features, followed by the usual seven more weeks of release candidate testing before Linux 7.3 stable.
On August 4, 2026, Greg Kroah-Hartman (Linux's second-in-command and the staging subsystem maintainer) announced a new policy: the drivers/staging/ area will now reject all LLM-generated patches . The only exception is genuine security fixes that have been validated on real hardware
. Kroah-Hartman cited an "onslaught" of AI-produced submissions overwhelming a subsystem that exists primarily as a training ground for new contributors
. This is a targeted ban on one specific kernel area, not a project-wide prohibition — consistent with Torvalds' broader acceptance of AI tools elsewhere in the kernel.