This is a significant boost for long-term support in Linux systems, particularly benefiting distributions like Ubuntu LTS and Proxmox VE that rely on stable kernels for server environments.

The Linux kernel maintainers have extended the support periods for kernels 6.6, 6.12, and 6.18. Kernel 6.6 will receive stable updates until the end of 2027, offering four years of total support. Kernels 6.12 and 6.18 are set to be supported through 2028 for four and three years respectively. This extension allows sysadmins and developers more time to test, deploy, and maintain these kernel versions without immediate pressure to upgrade.

For sysadmins running Proxmox or Docker, this means prolonged stability and security updates without the rush to migrate to newer kernel versions. This is especially beneficial for homelab users who may not have frequent upgrade cycles.

  • Extended support periods ensure long-term maintenance: The extended support allows more time for critical bug fixes and security patches, reducing risks associated with outdated systems.
  • Impact on server stability: Sysadmins can plan their infrastructure around these kernels without worrying about frequent updates, which is crucial for maintaining uptime in production environments.
  • Enhanced security through consistent updates: Longer support means consistent security updates, protecting systems against vulnerabilities that could be exploited if left unpatched.
  • Compatibility with existing software: This helps maintain compatibility with older applications and hardware drivers that are optimized for these kernel versions, avoiding the need to overhaul entire setups.
  • Cost-effective maintenance strategy: Reduced frequency of major upgrades can lower operational costs by minimizing downtime and the resources needed for migration.
Stack Impact

This affects Proxmox (all recent versions), Docker (19.03.x+), Linux distributions using these kernel versions, and potentially nginx when running on systems with these kernels.

Action Items
  • Monitor the Linux Kernel website or relevant distribution repositories for any critical updates during the extended support period.
  • Review system logs for compatibility issues that may arise from long-term use of a specific kernel version.
Source →