Linus Torvalds has announced the second release candidate (RC2) for the Linux Kernel 6.14, and it's a fairly small one. Kernel 6.14-rc2 release is mostly focused on fixing bugs and making things more stable rather than adding lots of new features. Think of it as a maintenance release, ensuring everything runs smoothly.
In the Kernel 6.14-rc2 announcement mail, Torvalds mentioned:
With 6.14 being a fairly small release, rc2 follows suit. It's not the smallest rc2 we've had in the 6.x series, but it's definitely on the smaller side.
What's New in Linux Kernel 6.14 RC2
This release isn't packed with huge changes, but it does have some important fixes.
Virtual Machines (KVM):
A lot of work went into improving the Kernel Virtual Machine (KVM), especially for the s390 computer architecture. This includes moving code around to make it clearer and fixing how virtual memory is handled. There were also updates for other architectures like arm64 and x86.
File Systems:
Several updates were made to file systems like bcachefs and xfs. These fixes focus on making file handling more reliable and correcting errors when things go wrong. There were also some improvements to fsnotify, which helps the system keep track of file changes.
Networking:
There were fixes for IPv6 to avoid problems with connections, as well as updates for ethtool, which is a tool for managing network devices. Several network drivers were also updated.
Graphics (DRM):
The graphics drivers received some attention, including fixes for AMD and Intel i915 graphics. These changes aim to improve display functionality and power management.
Other Updates:
There were also other fixes, including:
- CPU Frequency scaling (cpufreq): Fixes for AMD processors to ensure they run at the right speed.
- SCSI: Improvements to UFS core for storage devices.
- ACPI: Corrections to power management and hardware resource handling.
- Rust: Updates to the way the kernel uses the Rust programming language.
- Timers: Bug fixes for how the system keeps time.
- MAINTAINERS file: Updates to the list of people who maintain different parts of the kernel.
Important Changes in Apple Silicon Kernel Maintenance
This is one of the significant change in Linux 6.14-rc2 development.
Hector Martin has stepped down as the upstream maintainer for the Apple Silicon platform in the Linux kernel. This is due to a loss of faith in the kernel development process and community management.
Hector Martin has indicated that Apple/ARM platform development will continue downstream, and that he might send patches upstream in the future if he chooses to do so. He also mentioned that anyone who wishes to fight the upstreaming fight is welcome to do so.
Janne Grunau has stepped up to become a new co-maintainer for the ARM/Apple platform, sharing the role with Sven Peter. Janne Grunau has been working with the downstream Asahi Linux tree since April 2024 and has experience writing drivers for the platform.
Nick Chan (Other maintainer for Apple Silicon platform) and Sven Peter expressed sadness and recognised Hector's broader contributions, such as simplifying Linux booting on iPhones and iPads. Sven also acknowledged issues within the kernel development process.
Despite Hector Martin's departure, the development and maintenance of the Apple Silicon platform within the Linux kernel will continue with new leadership. FOr now, it's a relief for users of the silicon platform!
If you're not aware already, Wedson Almeida Filho, a maintainer of the Rust for Linux project, has also left Kernel development in August 2024, citing "nontechnical nonsense" as the reason for his departure. For more details, please read the full story in the following link:
People come and go, but the ship will continue to sail.
Key Takeaways
- Small but Important: The 6.14-rc2 release is not the smallest rc2, but it is on the smaller side, focusing on fixes rather than new features.
- s390 Focus: A significant portion of the changes are related to the s390 architecture's KVM.
- Maintainership Change: Hector Martin has stepped down as maintainer for the Apple Silicon platform, and Janne Grunau has stepped up as co-maintainer alongside Sven Peter.
- Stability: This release is all about making the kernel more stable and reliable.
Try Linux Kernel 6.14 RC2
If you are a Linux user, you don't need to do anything special unless you are a developer or tester. If you are, then you might want to try out this new release candidate and see how it performs.
Linux Kernel 6.14 RC2 can be downloaded the Kernel.org website or the Linus Torvalds's git tree.
But for the average user, you'll get these fixes in future updates automatically.
Stay tuned for more updates about Linux Kernel.

