Skip to main content

Ubuntu 26.10 May Skip Linux 7.2 for Linux 7.3

·1247 words·6 mins
Ubuntu 26.10 Linux Kernel Linux 7.3 Canonical Linux 7.3-Rc Kernel Development Rust SMP Scheduler Ubuntu
Table of Contents

Ubuntu 26.10 May Skip Linux 7.2 for Linux 7.3

Ubuntu 26.10, codenamed “Stonking Stingray,” is taking an unusually aggressive kernel strategy: instead of settling on the already-stable Linux 7.2, Canonical’s kernel team is targeting Linux 7.3.

The decision gives Ubuntu 26.10 access to newer scheduler, graphics, Rust infrastructure, and hardware improvements, but it also creates a difficult integration window. Ubuntu 26.10 is scheduled for October 15, 2026, while Linux 7.3 is expected to reach stable status only around mid-to-late October.

That means Canonical may need to integrate a late 7.3 release candidate and transition to the final kernel through post-release updates.

🚀 The Kernel Version Leap and Its Timeline Risk
#

Ubuntu’s interim releases generally benefit from selecting a kernel that has been stable for several weeks before the distribution ships. This provides time for hardware testing, regression analysis, packaging, and integration work.

The conventional path would therefore have been Linux 7.2:

Standard Path  : Linux 7.2 (Released mid-Aug 2026)
                 └──> Ubuntu 26.10
                     └──> ~2 months of integration

Canonical Risk : Linux 7.3 (RC stage in Sept/Oct)
                 └──> Ubuntu 26.10
                     └──> Near-simultaneous release

Under that conventional schedule, Linux 7.2 would be the safer choice.

Instead, Canonical’s kernel team is reportedly preparing to carry Linux 7.3-rc builds into the Ubuntu 26.10 release process. The objective is to avoid locking the distribution to 7.2 and forcing users to wait for a later Hardware Enablement (HWE) cycle before receiving newer kernel improvements.

This is a calculated trade-off: more integration risk in exchange for getting the newer kernel stack into the initial Ubuntu 26.10 release.

🎯 Why Canonical Is Targeting Linux 7.3
#

Motivation 1: Aligning the Kernel and Ubuntu Release Windows
#

Linux 7.3 is expected to reach stable status around October 12–19, 2026, placing its release window extremely close to Ubuntu 26.10’s October 15 launch.

If that schedule holds, Ubuntu could ship a late-stage 7.3 release candidate and then transition to the final 7.3 kernel shortly afterward.

The timing is unusually tight, but the late RC should already contain most of the changes expected in the final release.

Motivation 2: High-Impact Linux 7.3 Improvements
#

Linux 7.3 brings several changes that make it more attractive than simply staying with 7.2.

ByteDance SMP Scheduler Overhaul
#

One of the most notable changes is a scheduler overhaul contributed by ByteDance.

The work restructures scheduling queues and is reported to reduce scheduling latency dramatically in relevant workloads:

Before: ~17 ms
After : ~1.5 ms

Reported reduction: ~90%

Such improvements could benefit both highly concurrent server workloads and interactive desktop workloads where scheduling latency directly affects responsiveness.

Legacy Hardware Gaming Performance
#

Linux 7.3 also shows potentially significant gains on older gaming hardware.

Phoronix testing reported minimum frame rates increasing from approximately 4 FPS to 29 FPS in selected workloads on decade-old hardware, representing roughly a sevenfold improvement in that particular test.

One example platform used an Intel Core i7-2600K paired with an AMD Radeon RX 580.

The results should not be interpreted as a universal sevenfold gaming improvement. Kernel performance varies considerably by workload, driver, hardware, and game engine. Nevertheless, the benchmarks demonstrate that kernel-level changes can still produce substantial improvements on older systems.

Expanded Rust Infrastructure
#

Linux 7.3 also continues the expansion of Rust-based kernel infrastructure, including additional network and storage driver work.

Rust adoption remains strategically important for Linux because memory-safety guarantees can reduce entire classes of vulnerabilities in kernel components while allowing developers to build new subsystems alongside the existing C codebase.

AMDGPU, BPF, and Filesystem Refinements
#

Beyond the headline changes, Linux 7.3 includes continued work across major subsystems, including:

  • AMDGPU improvements
  • BPF verifier hardening
  • Filesystem performance refinements
  • Driver updates
  • Additional architecture and infrastructure changes

Together, these improvements make 7.3 more compelling for an interim Ubuntu release than a simple version-number bump would suggest.

Motivation 3: Ubuntu 26.10 Is an Interim Release
#

The risk profile is also influenced by Ubuntu’s release model.

Ubuntu 26.10 is the first interim release following Ubuntu 26.04 LTS. Unlike an LTS release, it is aimed more heavily at developers, early adopters, and users who want newer technologies before they mature into the long-term support baseline.

That gives Canonical more flexibility to experiment with a newer kernel.

In other words, Ubuntu 26.10 is an appropriate place to validate Linux 7.3 before the resulting technologies and fixes potentially make their way into longer-lived Ubuntu releases.

🤖 Linux 7.3-rc2 and Linus Torvalds’ AI Joke
#

The aggressive Ubuntu schedule comes while Linux 7.3 itself is still progressing through its release-candidate cycle.

Linux 7.3-rc2 was released on September 6, 2026, and the release was noticeably heavier than a typical rc2 cycle.

Linus Torvalds jokingly attributed the unusually large patch volume to AI:

“rc2 is heavier than usual. I’m going to blame AI. That’s my story and I’m sticking to it.”

The comment was clearly humorous, but it touches on a growing issue for large open-source projects: AI-assisted development can potentially increase the volume of submitted patches while placing additional pressure on maintainers and code-review systems.

For the Linux kernel, increased patch throughput does not eliminate the need for human review. If anything, maintaining quality at scale makes review, testing, and subsystem ownership increasingly important.

🧩 What Linux 7.3 Means for Different Ubuntu Users
#

Ubuntu Variant / Environment Impact Expected Behavior
Ubuntu 26.10 Direct Could ship with Linux 7.3 functionality from day one, with potential early driver regressions.
Ubuntu 26.04 LTS Delayed No immediate change; selected newer kernel capabilities may arrive through future HWE updates.
Ubuntu 24.04 LTS Minimal Continues following its established LTS kernel and HWE path.
WSL Independent WSL kernel updates remain decoupled from Ubuntu’s normal distribution kernel schedule and are managed separately.

For Ubuntu 26.10 users, the benefit is straightforward: newer kernel functionality without waiting for a later enablement cycle.

The trade-off is equally straightforward: a kernel integrated immediately before a distribution release has less real-world validation time than one that has been stable for months.

📅 Ubuntu 26.10 Launch Timeline
#

The current schedule places the major milestones close together:

Sep 10, 2026 ──> UI Freeze
                 Desktop interface feature freeze

Sep 24, 2026 ──> Beta Release
                 Public testing phase

Oct 01, 2026 ──> Kernel Freeze
                 Kernel selection locked to a 7.3-rc build

Oct 15, 2026 ──> General Availability
                 Final Ubuntu 26.10 ISO release

The most important date is October 1, when Canonical is expected to freeze the Ubuntu kernel tree.

If Linux 7.3 has not reached stable status by then, Ubuntu 26.10 could effectively launch with a late-stage 7.3 release candidate, followed by a transition to the final 7.3 kernel through post-release updates.

⚖️ A Calculated Risk Rather Than a Simple Upgrade
#

Canonical’s decision to target Linux 7.3 is less about chasing a higher version number and more about release timing.

Choosing Linux 7.2 would provide a much more conventional integration window. Choosing Linux 7.3 potentially gives Ubuntu 26.10 access to newer scheduler work, graphics improvements, Rust infrastructure, driver updates, and other subsystem changes from the beginning.

The cost is that Canonical must integrate and validate a kernel whose stable release arrives almost simultaneously with Ubuntu itself.

For an LTS release, that would be a difficult proposition. For an interim release like Ubuntu 26.10, it is a much more reasonable experiment.

If the Linux 7.3 release schedule stays on track, Ubuntu 26.10 could become one of the first major distributions to put the new kernel generation directly into users’ hands, rather than making them wait for a later HWE cycle.

Related

Ubuntu 26.10 Feature Freeze: 5 Major Changes and Linux 7.3
·2043 words·10 mins
Ubuntu 26.10 Ubuntu GNOME 51 Linux Kernel Myna AI Dbus-Broker Rust Canonical Linux Desktop
Ubuntu 26.10 Wallpapers: 4 Official and 12 Community Designs
·1206 words·6 mins
Ubuntu Ubuntu 26.10 Canonical Linux Stonking Wallpapers Open Source Linux Desktop
Linux Kernel Compilation Essentials: Build System and Workflow
·1884 words·9 mins
Linux Linux Kernel Kernel Compilation Kbuild Kernel Development Build System Kernel Debugging Ubuntu