If you are running a Linux system, it’s time to check for updates. Renowned kernel developer Greg Kroah-Hartman has just announced the release of a new batch of stable and long-term support (LTS) kernel updates. The updates, released on November 2, 2025, include Linux 6.17.7, 6.12.57, and 6.6.116.
These are “point releases,” meaning they don’t introduce new features. Instead, they are crucial maintenance updates focused exclusively on bug fixes, stability improvements, and security patches. All users running the corresponding kernel series are strongly urged to upgrade as soon as the packages become available in their distribution’s repositories.
What’s New in These Kernel Updates?
This round of updates is described as relatively small but contains a collection of important fixes spread across the kernel tree. While not a massive overhaul, these patches address issues that could affect system stability, hardware compatibility, and security.
- Linux 6.17.7: This is the latest “stable” kernel branch. The update brings fixes to various subsystems.
- Linux 6.12.57 & 6.6.116: These are Long-Term Support (LTS) branches. Updates to these kernels are vital for users and enterprises who rely on distributions like Debian 13 (which uses 6.12) or RHEL 10 (which uses 6.12), as well as many others who prioritize stability over the newest features.
According to the official changelogs on the LINUX KERNEL ARCHIVES (KERNEL.ORG), the patches include fixes for networking, file systems, and specific hardware drivers.
Why These “Boring” Updates Are Critical
For many regular users, especially on fixed-release distributions like Fedora or Ubuntu, these kernel updates will be bundled with regular system security patches. You might not even notice them, but they are fundamental to a secure and smooth-running system.
For users on rolling-release distributions like Arch Linux, EndeavourOS, or Tumbleweed, these updates will likely arrive very quickly. These “boring” point releases are what make the Linux kernel so robust. They fix:
- Security Vulnerabilities: Patching potential exploits before they become widely known.
- Hardware Regressions: Fixing issues where a previous update might have broken compatibility with specific Wi-Fi cards, graphics chips, or other hardware.
- Memory Leaks: Correcting small bugs that could, over time, consume system resources and lead to instability.
Should You Update Immediately?
Yes. There is no reason to delay applying stable kernel updates.
- For most users (Fedora, Ubuntu, Mint, etc.): Simply run your standard system update command (
sudo dnf upgrade,sudo apt upgrade, etc.). The new kernel will be included as soon as your distribution’s maintainers have packaged it. A reboot will be required to activate the new kernel. - For rolling-release users (Arch, etc.): Run
sudo pacman -Syu. You will likely receive this update within the next day or two. - For advanced users: If you compile your kernel manually, you can grab the patches or full tarballs directly from KERNEL.ORG.
This is also a separate development from the upcoming Linux 6.18 kernel, for which Linus Torvalds released the fourth Release Candidate (6.18-rc4) today. These stable updates are for the kernels you are using right now.
Have you received the new kernel update on your distribution yet? Did a previous kernel version cause any issues for you that you hope this update fixes? Let us know your experience with kernel updates in the comments below.

