Linux Kernel 6.12.55 and 6.6.114 released

Published by

The Linux kernel has released two new versions, 6.12.55 and 6.6.114, which include important patches aimed at enhancing stability and resolving critical bugs. Noteworthy updates in these versions involve fixes in the mm/ksm module to address flag-dropping behavior during ksm_madvise operations, which previously triggered kernel panics due to inconsistencies with User Fault FD (UFFD). The NFSD module also received patches to prevent crashes during LAYOUTCOMMIT operations on FlexFiles layouts.

Moreover, the PHY module for Cadence D-PHY support has been improved by rectifying bugs related to PLL lock timeout errors during calibration setups. The mptcp module was updated to mitigate potential issues with blackhole periods and interface deregistration, introducing locking mechanisms to safeguard skb->dev access and implementing new helper functions.

Further refinements were made to the arm64 module to tackle challenges with Neoverse-V3AE processors, along with updates to the dmaengine module that streamline module unload operations by adding necessary cleanup calls in the idxd driver’s remove function. These revisions highlight the continuous dedication of developers to maintain a stable, secure, and efficient Linux kernel across diverse hardware configurations.

Availability of New Releases
- Linux Kernel 6.12.55:
- Full source: [Download](https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.12.55.tar.xz)
- Patch: [Download](https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.12.55.xz)
- PGP Signature: [Download](https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.12.55.tar.sign)
- Summary of changes: [View](https://git.kernel.org/stable/ds/v6.12.55/v6.12.54)

- Linux Kernel 6.6.114:
- Full source: [Download](https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.114.tar.xz)
- Patch: [Download](https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.6.114.xz)
- PGP Signature: [Download](https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.114.tar.sign)
- Summary of changes: [View](https://git.kernel.org/stable/ds/v6.6.114/v6.6.113)

Future Directions
As the Linux kernel continues to evolve, future releases may focus on enhancing multi-core processor support, improving security features, and optimizing performance for cloud computing environments. Developers are likely to prioritize the integration of modern hardware capabilities and the refinement of subsystems to maximize efficiency and reliability. This ongoing commitment underscores the importance of community collaboration in fostering innovation within the open-source ecosystem

Linux Kernel 6.12.55 and 6.6.114 released

The Linux kernel versions 6.12.55 and 6.6.114 have been released, incorporating patches to address various issues and improve stability. Key changes include fixing critical bugs in the mm/ksm module, NFSD module, and PHY module for Cadence D-PHY support, as well as addressing potential issues with blackhole periods and interface deregistration in the mptcp module. Additionally, updates have been made to the arm64 module to resolve problems with Neoverse-V3AE processors and the dmaengine module to clean up module unload operations. These releases demonstrate the ongoing efforts of developers to ensure the Linux kernel remains stable, secure, and performant for users across a wide range of hardware platforms and configurations.

Linux Kernel 6.12.55 and 6.6.114 released @ Linux Compatible