Linus Torvalds has released Linux Kernel 6.19-rc5, marking a regular iteration in the development process before reaching the stable code later on. The fifth release candidate includes various updates to drivers, filesystem tweaks, and tooling bits, with GPU and networking teams driving major improvements. The cumulative effect of these changes is significant, tackling weaknesses and helping Linux handle more before its final release. Overall, this RC seems like a standard iteration that sets the stage for the eventual 6.x stable code release.
The Linux Kernel version 6.18.5 has been released, bringing together contributions from various developers to improve reliability and performance. A key fix addresses an old problem related to network file system (NFS) handling credentials during local I/O tasks, which had reintroduced bugs in earlier code changes. Additionally, the kernel team has made significant improvements to scheduling with a new algorithm that balances system loads more efficiently, even if it means a slight performance hit on certain jobs. The release also includes fixes for Multipath TCP (MPTCP) disconnects and other tweaks aimed at maintaining code quality and streamlining processes.
The latest Linux Kernel release, version 6.18.4, has been rolled out with a focus on stability and reliability. One notable tweak is the reversal of a previous change that caused issues for some laptops, specifically the Dell XPS13, due to label-based lookups. Additionally, the kernel has seen solid work aimed at tackling tricky memory issues and resolving problems with device access techniques in VFIO/PCI drivers. The release also adds support for Intel's RAPL interface on specific processors, enhancing power management and efficiency features.
Devuan GNU+Linux 6.1.0 Excalibur has been updated with new ISOs available from mirrors worldwide, bringing its software current with updates seen in Debian 13.2 and including several important fixes. A long-standing issue with speech synthesis has been resolved, and bugs related to the slim login manager have also been addressed. For users building an Excalibur system on Raspberry Pi or upgrading existing installs, online documentation is available to guide them through the process. Devuan community members can also access pre-built ARM and virtual machine images, as well as resources for creating their own customized ARM images.
The Linux Kernel version 6.18.3 has been released, representing another step forward in making the system smoother and safer. A team of dedicated developers across the globe worked together to fix various issues with the kernel, including bugs related to FUSE component reference counting and io-uring list corruption. The release also addressed device management, memory handling, zoned block devices, security features, and crypto code, resolving issues such as deadlocks, system hangs, and potential crashes.
Linus Torvalds has released Linux Kernel 6.19-rc3, marking another step forward in development progress. The latest release candidate includes updates to various drivers, including GPUs, sound cards, and USB components, with a focus on bug fixes rather than new features. Additionally, PowerPC processor and RISC-V system updates are also included, along with minor virtio tooling tweaks.
elementary OS 8.1 has been released, featuring improvements based on user feedback, including over 1,100 fixed issues. The new version defaults to the Secure Session for enhanced privacy and includes a redesigned Dock with multitasking features like background app management and workspace switching. Accessibility is emphasized, with better screen reader support and keyboard navigation. Updates to the AppCenter enhance app accessibility and search functionality. Additionally, environmental performance is boosted with the latest Linux kernel, and ARM64 support is now available. New default apps, including Monitor and Maps, are introduced, along with improved existing apps like Music and Code. elementary OS 8.1 can be downloaded from elementary.io, with hardware availability from several retailers.
Linus Torvalds has released the second release candidate for Linux Kernel 6.19, a milestone that typically signals a calm period before the final version. The bulk of the changes in this release involve self-tests and documentation updates, as well as some driver updates and architecture tweaks. Approximately half of the patches focus on driver updates, while others address long-running issues like XFS_ERRTAG_FORCE_ZERO_RANGE for zoned systems. A total of over 100 individuals contributed to RC2, with their fixes ranging from general file system improvements to preventing corruption.
The latest release of the Linux kernel includes significant updates with specific fixes and improvements across various parts. For instance, audio problems in the ALSA system have been addressed through a commit that prevents integer overflow issues, while another patch fixed a NULL pointer dereference bug in the HDA audio driver's cs35l41 module. Additionally, developers worked on making other areas more robust by applying patches to improve USB device handling and preventing potential crashes tied to uninitialized pointers.
Linux kernel 6.18.2 released
Linux kernel 6.17.13 released
Linux kernel 6.12.63 released
Linus Torvalds has released the first candidate for testing, Linux Kernel 6.19-rc1, marking an important step in its development process. Some contributors were caught off guard by this release cycle due to the yearly maintainers' summit, where many kernel maintainers were unavailable. Despite some quirks, the RC1 patches show a standard mix of updates, including driver improvements and architecture tweaks, with notable contributions from various developers such as Arnd Bergmann and Ingo Molnar.
The Linux kernel has received updates to fix various issues across different versions, including 6.18.1, 6.17.12, and 6.12.62. One of the patches addressed a potential out-of-bounds read in the rtl8723bs module by implementing checks to prevent access to frames outside expected buffer areas. The updates also fixed stack buffer overflow issues in the same module related to incorrect association request information and corrected improper chip identification in the AD4080 ADC driver. Additionally, changes were made to the COMEDI driver to verify device attachment before performing operations and limited encoder chip handling within a specific function, while fixing an issue in the c6xdigio driver where it would unregister itself unnecessarily.
Linux kernel 6.18.1 released
Linux kernel 6.17.12 released
Linux kernel 6.12.62 released
Kali Linux 2025.4 has been released with several notable changes, focusing on the three main desktop environments: GNOME, KDE Plasma, and Xfce. The update brings modern features such as Wayland as the default window server, an improved app grid, fuzzy search in KRunner, and color theme support to Xfce. In addition to these updates, Kali Linux 2025.4 also includes new tools like bpf-linker, evil-winrm-py, and Hexstrike-AI; package updates with a kernel upgrade to 6.16; and expanded support for Android devices through Kali NetHunter.
The Linux kernel has released several new versions, including 6.17.11 and long-term support (LTS) versions such as 5.10.247, 5.15.197, 6.1.159, 6.6.119, and 6.12.61. The latest updates focus on fixing bugs and improving stability, with particular attention given to the SPI driver and its hardware connections. Developers have also made targeted patches to improve network handling, including interrupt management within the DSA microchip driver code, and refined specific parts of the Linux kernel to maintain expected functionality and prevent future issues. Additionally, changes have been made to libraries such as Ceph to increase reliability and avoid potential problems with timing and data writing.
Linux kernel 6.17.11 released
Linux kernel 6.12.61 released
Linux kernel 6.6.119 released
Linux kernel 6.1.159 released
Linux kernel 5.15.197 released
Linux kernel 5.10.247 released
The Linux kernel 5.4 branch has reached its end-of-life (EOL) milestone with the release of version 5.4.302, which brings over 1500 known unfixed Common Vulnerabilities and Exposures (CVEs). Despite this, the update includes important fixes for various parts of the kernel, addressing issues such as buffer mishandling, memory leaks, and use-after-free situations. These patches were contributed by developers to improve system stability and performance and highlight the ongoing effort to keep the Linux ecosystem reliable.
The latest Linux kernel updates have rolled out, including versions 6.17.10, 6.12.60, and 6.6.118. The main focus of these updates is to iron out bugs that have been introduced by recent changes, with many patches addressing issues related to GPIO handling and scheduling algorithms. Additionally, several practical fixes have been made to address specific problems, such as an out-of-bounds memory read error in xfs symlink repair and issues with AMD displays handling clock signals. The Linux core team is also working on cleaning up code, improving consistency, and making the system run smoother with each release.
Linux kernel 6.17.10 released
Linux kernel 6.12.60 released
Linux kernel 6.6.118 released
The Linux kernel version 6.18 has been released by Linus Torvalds, featuring minor adjustments and updates to various parts of the system. These changes include driver updates for Bluetooth support, Ceph storage integration, and AFS file system tweaks, but do not raise any concerns about stability or readiness for deployment.
4MLinux 50.0 is now available, marking an important milestone in its development cycle and signaling that it's ready for everyday use. The new version includes improved office tools, with LibreOffice 25.8 and several GNOME Office applications now coming as standard, making handling documents or spreadsheets smoother than before. In addition to office software, the release also brings updated web browsers (Firefox 145.0 and Chrome 142.0), a music player (Audacious 4.5.1), a video player (VLC with SMPlayer), and improved webcam support thanks to Zbar and V4L2 Viewer. The update also includes the return of EmelFM2 as a file manager option, retro gaming sessions with BlockOut II and PySol, and the ability to build 4MLinux entirely from source code for custom builds.
Linux Kernel versions 6.17.9, 6.12.59, and 6.6.117 have been released, each with various improvements and bug fixes contributed by the community. The updates include enhancements to stability, performance, and security, such as fixes for transactional issues, filesystem work, and Intel processor reporting. Additionally, changes were made to the scheduler and Btrfs to improve diagnostics, memory barriers, and abort rules, resulting in a more reliable system overall.
Linux kernel 6.17.9 released
Linux kernel 6.12.59 released
Linux kernel 6.6.117 released
Linus Torvalds has announced the release of Linux kernel version 6.18-rc7, bringing us closer to a final stable release next weekend. This RC7 includes various changes such as driver updates, architecture fixes for specific systems, and core network improvements, in addition to several bug fixes and patch updates. With over 200 patches submitted from diverse contributors, the Linux Kernel 6.18 is shaping up to be a feature-rich and reliable iteration of the platform.