> ## Content Index
> Fetch the complete content index at: https://itsfoss.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Ubuntu is Tightening its Kernel SRU Cycle to Two Weeks, and Clankers Are to Blame
- URL: https://itsfoss.com/news/ubuntu-kernel-sru-cycle-update/
- Published: 2026-09-24T16:10:45.000Z
- Updated: 2026-09-24T16:10:45.000Z
- Description: Ubuntu users will get kernel security fixes faster thanks to this.
- Author: Sourav Rudra
- Tags: News

So far, Canonical has followed a split kernel SRU cycle for Ubuntu, where regular fixes and security patches lived on separate tracks, with a full update every four weeks and a security-focused release at the two-week midpoint for urgent [CVE](https://www.cve.org/?ref=itsfoss.com) fixes.

If that concept is new to you, a [Stable Release Update](https://ubuntu.com/project/docs/SRU/stable-release-updates/?ref=itsfoss.com), or SRU, is how Canonical ships bug fixes and security patches to Ubuntu after a release is out. The kernel gets its own dedicated track for this.

Canonical is [replacing both tracks](https://canonical.com/blog/accelerating-delivery-of-cve-fixes-with-a-new-kernel-release-strategy?ref=itsfoss.com) with a single 2-week cycle, and since each new cycle kicks off a week into the current one, this results in a kernel release landing every week.

## The new 2-week cycle

![canonical-2-week-sru-cycle-graph](https://itsfoss.com/content/images/2026/09/canonical-2-week-sru-cycle-graph-2.jpg)

**Source: Canonical*

Each cycle starts with a week of patch integration and prep work. The kernel team selects which fixes land on each kernel, builds the packages, and runs basic smoke tests to catch anything obviously wrong before the build moves on.

Those builds get pushed into Ubuntu's `-proposed` [pocket](https://ubuntu.com/project/docs/how-ubuntu-is-made/concepts/package-archive/?ref=itsfoss.com#proposed) once the first week wraps up. That is where kernel release candidates live before they have been certified, accessible to those who know where to look but not yet out to general users.

Week two is where Canonical runs the builds through its [Ubuntu Certified](https://ubuntu.com/certified?ref=itsfoss.com) hardware testing program, putting them through different machine types to make sure nothing breaks in the real world before the kernel ships.

A fresh cycle starts every week regardless of where the current one stands, so there is always a kernel finishing its test run and rolling out. That is how a 2-week cycle ends up delivering a release every week.

And, when something is not safe to ship, Canonical says that they will be clear about that and direct users toward general system hardening advice.

**For teams that cannot wait the full two weeks**, Canonical is explicitly pointing to `-proposed` as a fast path. The idea is that you run your own acceptance tests on the build sitting there rather than waiting for certification to wrap up.

## Clankers made this inevitable

This change did not come from nowhere; they had to take such a sweeping decision due to clankers. Only last month, we saw how they were [bleeding compute resources](https://itsfoss.com/news/linux-kernel-repo-ai-overrun/) from git.kernel.org just by scraping it for training data.

For Canonical, their decision was driven by LLMs and AI agents **turning vulnerability hunting into something automated and relentless**, finding kernel bugs at a scale and speed no individual human researcher could replicate.

The goal is to have a workaround published within 24 to 48 hours of a CVE going public. Not the patch, but something that gets affected systems into a safer state while one is being built.

What the Ubuntu maker is doing here is responding to a rapidly-evolving situation by shortening the window between a CVE going public and a patch landing.