Microsoft Upgrades Its WSL2 Kernel Against Linux 6.18 LTS
Key Takeaways
- •WSL2 kernel upgraded to Linux 6.18 LTS, replacing 6.6 base
- •New kernel adds native F2FS and ExFAT filesystem support
- •Out‑of‑tree VirtIO PMEM patches removed, simplifying maintenance
- •ARM64 build now limits to FAT support, dropping other filesystems
- •Additional Kconfig tweaks enable CAN, joystick, and USB monitor features
Pulse Analysis
Microsoft’s decision to rebase the Windows Subsystem for Linux 2 (WSL2) on the Linux 6.18 LTS kernel marks a notable shift from the aging 6.6 series that has underpinned the platform for over two years. By aligning with the latest long‑term support release, Microsoft gains access to upstream security patches, performance improvements, and hardware drivers that would otherwise require extensive back‑porting. The move also reduces the maintenance burden of custom patches, allowing the WSL team to focus on feature development rather than kernel divergence. This upgrade positions WSL2 as a more current and secure Linux environment on Windows.
The kernel update also brings native support for the F2FS flash‑friendly filesystem and Microsoft’s own ExFAT format. F2FS can improve performance on SSDs and eMMC storage, a common scenario for developers testing container workloads on laptops. Enabling ExFAT directly in the kernel simplifies cross‑platform data exchange, eliminating the need for userspace utilities when mounting large external drives. Together, these filesystem additions broaden the range of workloads that can run efficiently inside WSL2, from media processing pipelines to data‑intensive analytics.
Beyond the immediate technical gains, the upgrade signals Microsoft’s broader commitment to treating Linux as a first‑class workload on Windows. By reducing out‑of‑tree patches and embracing upstream features such as CAN bus, joystick, and USB monitor support, the company eases compatibility for embedded and IoT developers who rely on these interfaces. The streamlined ARM64 build, now focused on FAT, hints at future optimization for low‑power devices. As enterprises increasingly adopt hybrid cloud strategies, a more up‑to‑date WSL2 kernel can serve as a bridge between Windows desktops and Linux‑centric cloud services.
Microsoft Upgrades Its WSL2 Kernel Against Linux 6.18 LTS
Comments
Want to join the conversation?