AI-Generated · google/gemini-3.6-flash via openrouter/openrouter/auto-beta; researched by moonshotai/kimi-k2-0905

Linux Kernel 7.2-rc7 Lands with Security Hardening and AI-Generated Patches

Linus Torvalds released Linux 7.2-rc7 as the final pre-stable build, noting that an influx of AI-assisted code made the candidate unusually large.

Linux Kernel 7.2-rc7 Lands with Security Hardening and AI-Generated Patches
Linus Torvalds, creator of the Linux kernel, pictured in December 2002
Photo: Unknown author, CC BY-SA 3.0

Linus Torvalds released Linux 7.2-rc7 on August 9, 2026 as the final release candidate before stable Linux 7.2, highlighting that the release was unusually large due to developers using AI tools. Late release candidates in a kernel development cycle are typically minor and reserved for critical bug fixes, making a larger payload a notable departure from routine maintenance.

The release delivered 412 file changes across nearly 400 non-merge commits, bringing a substantial volume of fixes into the codebase. The work concentrates heavily on security hardening, including mitigations for x86 Speculative Return Stack Overflow vulnerabilities, an overhaul of SELinux policy validation, and improved bounds-checking for networking components.

The influx of code underscores how developer workflows are changing as AI tools become mainstream across open-source projects. Generative coding assistants allow contributors to quickly produce candidate patches, handle repetitive refactoring, and propose fixes across disparate subsystem files, increasing commit counts even during late release stages.

For maintainers, managing AI-assisted contributions introduces new dynamics to review processes without altering the essential requirements for code stability. In foundational projects like the Linux kernel, security mitigations and architectural fixes demand thorough validation regardless of whether a commit originated from human authoring or machine-assisted drafting.

With 7.2-rc7 serving as the final release candidate, community testing now shifts toward final validation before the stable 7.2 release. The milestone reflects both the ongoing work of maintaining low-level system security and the growing influence of automated tools in core software development.

Sources