Linus Torvalds released the sixth release candidate (RC6) for the upcoming Linux Kernel version 6.19 on 18 January 2026. This latest version is slightly larger than a typical sixth release candidate. However, Torvalds described the code as stable and proper.
Table of Contents
Why is the Linux 6.19-rc6 Patch Larger?
Linus believes the increased size is simply due to pent-up work from the holidays. Furthermore, a large portion of the work arrived over the weekend, which is a common but pronounced pattern for this release.
Despite the higher volume of changes, the kernel does not contain anything "odd or scary", said Torvalds in the Linux 6.19-rc6 announcement mail.
Composition of the Release
The structure of this update remains very normal for the Linux project:
- Drivers: Driver updates make up about one-third of the total patch. As is tradition, GPU and networking drivers dominate this section.
- Core Systems and More: The rest of the update includes selftests, documentation, and architecture updates. It also covers improvements for memory management (MM), the core kernel, and filesystems.
Significant Technical Fixes
Even with the focus on stability, the community integrated several important refinements:
- Memory Management: This update includes lock-free reads for certain page lists and improved documentation for
vmalloc. - Rust Integration: Developers fixed an issue with bit operations on 32-bit ARM architectures.
- Filesystems: The release includes fixes for NFS directory delegations and geometry calculations for xfs. It also addresses padding issues for ext4.
- Architecture Support: Updates arrived for LoongArch, arm64, and x86 to improve interrupt handling and power management.
The Schedule Remains on Track
Because rc6 is a bit larger, Linus Torvalds confirmed that his plan to release an rc8 remains reasonable. While the current stability means an extra week of testing is not a "hard requirement," it allows the team to be extra cautious.
Consequently, if the current pace continues, the community can still expect the final stable version of Linux 6.19 to arrive around 8 February 2026.
Download and Test Linux Kernel 6.19 RC6
As usual, Torvalds encourages everyone to test the latest Linux 6.19-rc6 and report back any issues they find to help make Linux 6.19 the best it can be.
Users and enthusiasts can download the Kernel 6.19 RC6 from the Kernel.org website and/or the Linus Torvalds's git tree.

