Linus Torvalds has announced the release of Linux kernel 6.19-rc3, a smaller-than-usual update following the holiday period. The release includes critical fixes for ARM64 booting issues and GPU performance boosts. It builds on previous candidates to stabilize the kernel ahead of its final version.
Linus Torvalds, the founder of the Linux kernel, released version 6.19-rc3 on December 29, 2025, shortly after the holiday season. In his announcement on the Linux Kernel Mailing List, Torvalds described the preceding week as unusually quiet due to festivities, leading to a more modest patch set compared to earlier release candidates.
This update follows the stable 6.18 kernel, which was issued on November 30, 2025. The 6.19 series entered its post-merge window phase with rc1 and rc2, and rc3 focuses primarily on fixes rather than new features. Patches address various areas, including drivers, architecture-specific code, networking, file systems, and self-tests.
A standout correction resolves an ARM64 EFI boot crash that affected early testers, as reported by Phoronix. This fix is particularly important for enterprise users relying on ARM architecture for efficient server and scalable systems. Other enhancements include refinements to Intel NUMA optimizations for multi-node setups and updates to AMD GPU drivers, which could deliver up to 30% performance improvements on older hardware.
The release also tackles a scheduler regression that caused latency spikes of up to 52.4%, improving overall system responsiveness for real-time applications. Networking tweaks continue from the merge window, supporting better performance in data centers.
Torvalds emphasized the high quality of these fixes despite the smaller size, highlighting the kernel's collaborative development even during slower periods. This rc3 provides developers with a new testing snapshot across diverse hardware, from servers to embedded devices. As the cycle advances, it sets the stage for stabilizing features like EXT4 optimizations and RISC-V support, influencing distributions such as Ubuntu and Fedora.
The update underscores Linux's adaptability, maintaining broad hardware compatibility and contributing to its dominance in cloud environments, where it powers over 90% of instances.