Linus Torvalds released the second release candidate (RC2) for Linux Kernel version 6.19 on 22 December 2025. This latest version arrives just one week after the busy merge window for rc1 ended. While the first release candidate brought a massive wave of new code, this second update feels much calmer.
A Predictable "Quiet Week"
In the Linux 6.19-rc2 announcement mail, Linus Torvalds described the past seven days as a "pretty quiet week" for the kernel. This slower pace is completely normal for a second release candidate (rc2). Hence, the total number of commits is low, and the overall size of the update is quite small.
Torvalds expects the next week to stay even quieter. Because many developers will take time off for the holidays, testing might slow down briefly. Therefore, he encourages the community to break the holiday boredom by testing this new release candidate.
Key Changes in Linux Kernel 6.19 RC2
Interestingly, the changes in 6.19-rc2 fall into three almost equal parts. You can see exactly where the developers focused their energy this week:
- One-Third for Tests and Docs: About 33% of the patch consists of selftests and documentation updates. These changes help developers ensure the kernel runs correctly and stays well-documented.
- One-Third for Drivers: Driver updates make up the next third. As we usually see in Linux updates, GPU and networking drivers represent the largest portion of this group.
- One-Third for Everything Else: The final third covers a mix of core systems. This includes architecture fixes, filesystem improvements, and core kernel updates.
Specific Technical Highlights
Even during a quiet week, several important fixes made it into the code. According to the Linux 6.19-rc2 mergelog, several subsystems received attention:
- Filesystems: Developers submitted fixes for xfs, btrfs, and ksmbd (the SMB server). For example, the BTRFS and XFS team fixed a memory leak and a potential path leak.
- Graphics (DRM): The Direct Rendering Manager (DRM) received several updates, particularly for AMD and Intel (Xe) hardware. These fixes address issues like race conditions during GPU recovery.
- Core Systems: The update includes refinements for the scheduler (
sched_ext),io_uring, and memory management. - Hardware Support: There are also small fixes for various input devices, such as the TUXEDO InfinityBook and certain internal keyboards.
Download and Test Linux 6.19-RC2
If you're interested to see what's in the new update, download the Kernel 6.19 RC2 from the Kernel.org website or the Linus Torvalds's git tree and test it yourself on a VM.
The Linux 6.19-rc2 release shows that the development cycle is moving along steadily. The transition from the "preparation" phase of the merge window into the "refining" phase is now in full swing.
Read Next:

