Skip to content
Tech AI Wire

Linux 7.2.6 leads a 9,000-patch stable kernel batch

Greg Kroah-Hartman released seven stable kernels at once, with more than 9,000 patches between them and over 1,800 in Linux 7.2.6 alone.

By Tech AI Wire Team

3 min read

XLinkedIn
Greg Kroah-Hartman speaking from a podium at LinuxCon Europe.
Photo: Krd

By the numbers

patches across the seven stable kernels released together
9,000+
patches numbered in the 7.2.6 release candidate posting
1,815
stable kernel series updated at once
7

Greg Kroah-Hartman released seven Linux stable kernels together, carrying more than 9,000 patches between them. LWN.net reported the batch on September 14, 2026, and the advice attached to it is the usual one: upgrade. The volume is what makes this notable, and Kroah-Hartman flagged it himself.

The batch "may set a record for the number of patches with more than 9,000 in total between them," he wrote.

A stable kernel is a maintenance release. It takes an already-published kernel and adds fixes that were merged into the newest development kernel, without adding features. The practice is called backporting. It is how a distribution or a product can stay on one kernel version for years and still receive fixes.

The seven releases

SeriesRelease
7.27.2.6
6.186.18.52
6.126.12.110
6.66.6.157
6.16.1.188
5.155.15.221
5.105.10.270

Linux 7.2.6 carries the largest share on its own, at more than 1,800 patches.

How the count becomes visible

The patch count is not a summary written afterwards. It is in the subject line of the review posting.

Before a stable kernel ships, Kroah-Hartman posts the whole set to the kernel mailing list as a release candidate, for maintainers and users to test. The posting for this one is titled "[PATCH 7.2 0000/1815] 7.2.6-rc1 review", sent on September 12, 2026. The 0000/1815 is the patch numbering, so the series size is stated in the title of the first message.

That review window is the part worth knowing about. The patches are public for days before the release, which is the window in which a regression in your own workload can still be caught and reported.

What this means for developers

Treat the size as a scheduling fact, not a warning. A larger batch is not evidence of a lower-quality release. It does mean more changed lines reaching your systems in one step. It also means more surface for a regression that only you would notice.

Three practical moves. First, find which series you are actually on, with uname -r, and match it against the table above rather than assuming your distribution tracks the newest. Second, if you run anything with unusual hardware or an out-of-tree module, stage this on one machine before it reaches the fleet. Out-of-tree modules are the common source of surprise here, because nothing in the stable process tests them.

Third, if you do hit a regression, report it against the stable series rather than working around it locally. The review window exists for exactly that, and a fix that lands upstream reaches everyone on that series.

The one thing not to read into this is urgency about your kernel's lifespan. Neither the announcement nor LWN's write-up says any of these seven series is reaching end of life, so nothing here changes an upgrade deadline. The 5.10 and 5.15 series still receiving releases is itself the useful signal for anyone budgeting a long-lived product.

Separately, the same tree is preparing to shed weight: maintainers have a branch that would remove about 247,000 lines of old 32-bit ARM code. Read together, the two say something about where kernel effort goes. Backporting fixes to seven branches at once is the cost of supporting hardware for a decade, and deleting dead platforms is how maintainers try to keep that cost payable.

Sources

  1. More than 9,000 patches total in the seven stable kernels for Monday - LWN.net
  2. [PATCH 7.2 0000/1815] 7.2.6-rc1 review - linux-kernel mailing list

Related articles

The daily brief

Three to five stories a day, and what each one means for the people who build software. Free, no spam.