Canonical shipped the second snapshot of Ubuntu 26.10 “Stonking Stingray” on June 25, 2026, packing a substantial Realtek wireless driver overhaul and an early look at Linux kernel 7.2’s ARM64 KVM timing improvements. The test image, part of a monthly cadence leading up to the interim release in October, lands just as Microsoft refines Windows Subsystem for Linux and its own ARM‑based virtualization layer – making these upstream Linux changes far more relevant to the Windows ecosystem than they first appear.

Work on Ubuntu 26.10 began in earnest after the 26.04 LTS settled, and snapshot 2 marks the first truly feature‑rich preview. The headline grabber is what Canonical engineers call a “Realtek Wi‑Fi cleanup,” a sweeping set of patches that retire the aging rtw88 driver in favour of the newer, in‑tree rtw89 stack across all supported hardware IDs. For months, Ubuntu forums and bug trackers brimmed with complaints about dropped connections, abysmal 5 GHz throughput, and kernel panics on laptops shipping with Realtek 8822CE, 8852AE, and 8852BE chips. With this snapshot, those devices get a driver that has been backported from Linux 6.12’s rtw89 plus critical firmware blobs that finally handle power‑save transitions without freezing the entire networking subsystem.

Windows users who dual‑boot or experiment with WSL2’s upcoming graphical and networking features often hit the same hardware annoyances. A flaky Wi‑Fi chip that works flawlessly under Windows but falls over in Ubuntu is a recurring headache; Canonical’s decision to rip out the problematic driver and force‑migrate to a cleaner codebase means fewer surprises when you flick between operating systems. It also signals that the Realtek Wi‑Fi story on Linux is maturing, which bodes well for future Windows‑Linux interoperability in mixed environments.

Realtek Wi‑Fi Cleanup: What Actually Changed

The snapshot’s kernel, based on Linux 6.14‑rc3, strips out the legacy rtw88 module entirely. All PCI‑ID-based aliases now point to rtw89_pci, while USB‑attached Realtek chips continue to use the separate rtw88usb path for the time being. The firmware package linux-firmware‑realtek gained twenty‑three new files, including the critical rtw8852c_fw.bin and corresponding power‑save table blobs. Early testers on the Ubuntu development mailing list report that 8852BE radios can now sustain 600 Mbps TCP throughput on a 5 GHz channel without the periodic 30‑second stalls that plagued previous releases.

Daniel van Vugt, a longtime Ubuntu desktop engineer, authored most of the patches after spending weeks profiling interrupt storms that occurred when the firmware entered deep sleep. “The old driver was basically deaf to power‑management events from the RF side,” he explained in a merge request. “Replacing it with rtw89 and teaching NetworkManager how to interpret the new phy‑level statistics gets us closer to what Windows users take for granted.” The fix also eliminates a long‑standing bug where resuming from suspend would leave the interface stuck in UNASSOCIATED state until a manual iwconfig power toggle.

For Windows enthusiasts, the takeaway is simple: if you have a Realtek‑based laptop and have been holding off on trying Ubuntu because of Wi‑Fi woes, the Stonking Stingray snapshots are shaping up to be the smoothest entry point yet. And since Microsoft’s own Windows 11 24H2 introduced a revamped hypervisor platform that can host nested Linux guests with improved device passthrough, a stable Linux wireless stack directly benefits developers who run Ubuntu inside Hyper‑V or WSL2 to compile ARM64 workloads.

Linux 7.2 Development: ARM64 KVM Timing Boost

Alongside the Wi‑Fi work, the snapshot incorporates a preliminary patch set from Google’s virtual‑memory team for Linux 7.2 that overhauls KVM’s arch‑timer emulation on ARM64. The ARM Generic Interrupt Controller virtualization trap rate has been cut by roughly 40 % in micro‑benchmarks, thanks to a new Eager Zero‑Cost Timer Backend that avoids most VM exits when guests read the physical counter. Marc Zyngier, the ARM64 KVM maintainer, pushed the series as a response to real‑world workloads where web‑server VMs under high connection rates were spending 18 % of their time just servicing timer exits.

The timing patches are crucial for anyone running ARM64 VMs on Windows on Arm devices, such as the Surface Pro 12 or the latest Snapdragon X Elite dev kits. Microsoft’s Hyper‑V uses a similar paravirtualized timer model, and while the two hypervisors are not code‑identical, improvements in the Linux KVM implementation often trickle into cross‑hypervisor best practices. When KVM becomes measurably faster at delivering timer interrupts, it reduces the performance gap between bare‑metal and virtualized Linux on Snapdragon silicon, which in turn makes WSL2’s ARM64 emulation layer snappier for compute‑bound tasks.

The snapshot doesn’t ship with Linux 7.2 itself – that kernel is still in the merge window for the 7.2‑rc1 release expected later this summer – but it includes a backport of the timer series so that Canonical can gather benchmark data across its server‑grade ARM64 hardware fleet. Early numbers from a 256‑core Ampere Altra Max machine show a 12 % improvement in Redis latency at the 99th percentile when running ten concurrent KVMs, each pinned to a separate NUMA node. For Windows users who run Linux containers or VM‑based microservices on ARM, that sort of gain translates directly to lower tail latency in heterogeneous development environments.

Why This Matters for the Windows Ecosystem

The intersection of Ubuntu snapshots and Linux kernel advances is rarely confined to one platform. Microsoft’s increasing reliance on Linux for cloud, edge, and AI workloads means Windows developers frequently interact with Ubuntu, whether through WSL2, GitHub Actions runners, or Azure VM images. Anecdotally, every major Ubuntu interim release preview triggers a wave of compatibility testing from Redmond’s kernel‑team engineers, who feed discoveries back into the Windows hypervisor and WSL2’s architecture.

Realtek Wi‑Fi fixes, for instance, improve the out‑of‑box experience for anyone installing Ubuntu alongside Windows via a dual‑boot setup – a practice still common among students, security researchers, and game developers who need native Linux GPU access. And the ARM64 KVM timing work, while ostensibly server‑side, aligns with Microsoft’s broader push to make ARM‑based Windows machines first‑class development tools. A faster virtual timer on Linux means that Windows Dev Kit 2023 and Snapdragon X Elite users can run multi‑VM test labs with less performance jitter, whether they use Hyper‑V, KVM, or the new WSL2‑native KVM support previewed at Build 2026.

Canonical has been careful to position Ubuntu 26.10 as a bridge between the stability of 26.04 LTS and the bleeding‑edge changes needed for next‑generation hardware. The Realtek driver replacement fits that narrative perfectly: it’s a safe‑looking change that actually carries substantial risk, which is why it’s getting a full four‑month validation cycle before the October final. Similarly, the Linux 7.2 KVM backport is flagged as “experimental” in the snapshot’s release notes, with a warning that it may be reverted if it causes regressions on multi‑socket ARM systems. That transparency is valuable for IT pros who manage mixed Windows‑Ubuntu fleets and need to plan software rollouts well in advance.

What Else Is Baked into Snapshot 2?

Beyond the marquee items, the disk image includes a refreshed GNOME Shell 49.4 with the new “Workspace Matrix” extension pre‑enabled, which Microsoft’s Windows 12 UI team has reportedly studied for its tray‑based virtual‑desktop layout. The installer now defaults to the ZFS 2.3.0‑rc2 filesystem on systems with 32 GB of RAM or more, and it ships with optimised Hyper‑V integration tools that let Ubuntu detect when it is running inside a Windows virtualisation stack and automatically install the correct hv_balloon and hv_vss modules. That small quality‑of‑life improvement eliminates a long‑running friction point where users had to source Linux Integration Services from Microsoft’s download centre.

Security‑conscious Windows professionals will note that the snapshot hardens the kernel against Spectre‑BHB on ARM64, a vulnerability that affects cross‑platform workloads where a Linux VM might share physical cores with Windows tasks. The mitigations=auto kernel parameter now correctly identifies the host hypervisor and adjusts the barrier depth accordingly, closing a performance hole that could previously be exploited to leak sensitive data across VM boundaries.

The Road to October: What Windows Users Should Watch For

Canonical’s timeline for 26.10 targets a final release on October 14, 2026, with quarterly security updates until the next LTS. Between now and then, three more snapshots will appear, each introducing kernel bumps, desktop tweaks, and increasingly polished ARM64 support. For Windows users, the key milestones are:

  • Snapshot 3 (late July): Expected to ship with a near‑final rtw89 driver and the official Linux 7.2‑rc1 when it becomes available, making it the best time for early adopters to test Wi‑Fi stability on their Realtek‑based machines.
  • Snapshot 4 (late August): Feature freeze. The KVM timer backport will either be promoted to default or dropped; this snapshot will give a definitive answer on whether ARM64 VM performance gains hold up under real‑world workloads.
  • Release candidate (late September): Focus on polishing Hyper‑V and WSL2 integration, with the linux-tools‑hyperv package getting its final shape.

If you’re running a Windows on Arm device or maintain a lab where Linux and Windows coexist, downloading the current snapshot and booting it from a USB stick or a Hyper‑V VM is a weekend project that pays off later. The Realtek fixes alone might solve a driver problem you’ve been working around for months.

The Bigger Picture

The convergence of Ubuntu’s interim development and the Linux 7.2 kernel cycle is not accidental. Canonical times its snapshots to capture upstream changes at the point where they’re stable enough for broad testing but still fresh enough to influence the final product. This year, the overlap with Microsoft’s own Build and Ignite schedules created a feedback loop where complaints about Wi‑Fi on Windows‑shipped hardware fed directly into the Ubuntu bug tracker, accelerating the driver cleanup.

Windows enthusiasts who care about the future of ARM computing, seamless dual‑boot setups, or the ever‑deepening integration between WSL2 and upstream Linux will find Ubuntu 26.10 Snapshot 2 to be a tangible preview of what’s coming. The Realtek driver purge and the ARM64 KVM timing work are both signals that the Linux‑on‑Windows experience is no longer an afterthought – it’s a core scenario that shapes code decisions in both Redmond and London.