Linus Torvalds announced the release of Linux kernel 7.2-rc7 today, noting that AI-assisted code reviews are now a standard part of development [1].

This shift represents a fundamental change in how the world's most widely used open-source kernel is maintained. By integrating large language models into the review process, the community is identifying and resolving software defects at a pace previously unseen in late-stage release candidates.

Traditionally, activity in the kernel slows down as a release candidate reaches the seventh iteration. However, the current cycle has seen activity remain at an all-time high due to the deployment of AI and LLM coding agents [1]. These agents are used to automatically find, report, and fix bugs, which has led to a surge in the volume of patches being applied [2].

Torvalds expects the stable version of Linux 7.2 to be released next weekend, provided no major issues emerge [1]. While some reports suggest a target of mid-August [3], the current trajectory suggests a launch around Aug. 12 or 13 [1].

This "new normal" was evident as early as the rc4 phase, where AI agents were credited with finding and fixing significantly more bugs than manual reviews alone [2]. The increased efficiency allows developers to polish the kernel more thoroughly before it reaches end users.

Torvalds said Linux 7.2 should be released next weekend "unless something really bad pops up" [1].

AI-assisted code reviews are now a standard part of development

The integration of AI agents into the Linux kernel pipeline signals a transition from purely human-led peer review to a hybrid model of automated verification. This acceleration of the bug-fixing cycle reduces the time between the discovery of a vulnerability and its resolution, potentially increasing the overall security and stability of the Linux ecosystem.