Linux 3425 Published by Philipp Esselbach 0

Linux Kernel 7.1.7 is now available, shipping a critical security update that addresses the Safe RET Interrupt Injection vulnerability on AMD Zen 1 through Zen 4 processors. The patch, authored by AMD's Borislav Petkov, hardens the kernel against local attackers who could previously bypass Spectre v2 mitigations by injecting timed interrupts into the return stack protection sequence. While the proof-of-concept leak rate is modest at roughly 5.47 bytes per second, the fix is essential for systems requiring strict isolation between untrusted local users. The release includes only this security modification, making it a low-risk upgrade for administrators managing AMD-based server and desktop infrastructure.

Linux 3425 Published by Philipp Esselbach 0

Greg Kroah-Hartman just shipped three Linux stable kernels, 6.18.43, 6.6.149, and 6.1.181, each patched against CVE-2026-68480. The update neutralizes a novel Spectre v2 bypass called "Interrupt Injection," which lets unprivileged users leak kernel memory by timing hardware interrupts inside AMD's Safe RET window. MIT researchers demonstrated reliable kernel reads on Zen 2, though Intel maintains existing mitigations remain sufficient. Apply the update today and verify protection status through the spec_rstack_overflow sysfs entry.

Linux 3425 Published by Philipp Esselbach 0

Greg Kroah-Hartman shipped Linux 5.10.263 and 5.15.214 on August 6, 2026, with a single critical patch that closes a flaw in the kernel's Safe-RET mitigation for AMD's Speculative Return Stack Overflow attacks. Researchers discovered that local attackers could inject precisely timed interrupts during the protective sequence, effectively bypassing the safeguard on Zen 1 through Zen 4 processors and enabling speculative side-channel data leaks. The upstream commit forces the register state to complete cleanly regardless of interrupt timing and blocks return instructions from executing afterward, effectively sealing the bypass window. Administrators should update immediately and verify their AMD microcode is current, as the underlying CPU firmware still needs to cooperate with the kernel's hardened mitigation.

Linux 3425 Published by Philipp Esselbach 0

NVIDIA has become the fourth OEM to join the Linux Vendor Firmware Service (LVFS) as a premier sponsor, contributing $100,000+ annually alongside Dell, Lenovo, and HP to hit the service's funding target. The partnership brings immediate practical benefits, with NVIDIA distributing firmware updates for its DGX Spark AI workstation through fwupd, allowing Linux users to manage hardware patches without relying on Windows-only tools. Richard Hughes, the maintainer behind fwupd, confirmed the sponsorship clears a sustainability goal set last year, ensuring resources can be hired to maintain the infrastructure now hosting over 145 million firmware updates.

Linux 3425 Published by Philipp Esselbach 0

Greg Kroah-Hartman and Sasha Levin delivered stable point updates for three active LTS kernels on August 3, 2026, introducing v6.18.42, v6.12.101, and v6.6.148 to the stable queue. These builds prioritize security and stability, packing critical patches for ksmbd ACL validation, dm-verity buffer overflows, and BPF memory safety issues across all tracks. Driver maintainers focused heavily on reliability, notably converting BUG_ON() calls to WARN_ON() in the AMDGPU subsystem from gfx8 to gfx12 and backporting a major 1,900-line refactor of the DRM buddy allocator. With the mainline kernel advancing toward v7.2-rc6, these updates ensure existing LTS deployments continue receiving vital fixes well past December 2027.

Linux 3425 Published by Philipp Esselbach 0

Linux Kernel 7.1.6 is live, signed off by Greg Kroah-Hartman, bringing 741 commits and 403 contributors to the 7.1.x stable maintenance tree. The release prioritizes security and stability, shipping approximately 151 patches for memory safety issues including use-after-free bugs, buffer overflows, and null pointer dereferences across networking, WiFi, and AMD GPU drivers. Notable technical fixes address KVM/SVM ASID collisions after CPU hotplug, race conditions in CIFS timestamp management, and stability improvements for OpenVPN and scheduler extensions. Users can fetch the update via git checkout v7.1.6 or wait for their distro to push the packages, with the next stable point release expected in roughly 10 to 14 days.

Linux 3425 Published by Philipp Esselbach 0

Linux Kernel 7.2 RC6 just hit the release queue on August 2, clocking in as the largest RC6 in kernel history thanks to a record commit count driven by AI-generated patches and a post-conference networking backlog. The broader 7.2 merge window brought major performance boosts via MGLRU improvements that pushed MongoDB throughput up by 100 percent, plus long-awaited HDMI 2.1 FRL support for AMDGPU and upstream boot support for Apple M3 SoCs. RC6 specifically landed critical x86 fixes for Zen 5 CPU misidentification, ATA quirks for buggy Western Digital Red Plus drives, and a heavy round of DRM driver cleanups that Torvalds admitted looks "unnerving" despite having no red flags. The stable 7.2 release is expected by mid-August, though patches for 7.3 are already bleeding into mainline with groundwork for Zen 6, RDNA5, and Intel Starfire just waiting in the wings.

Linux 3425 Published by Philipp Esselbach 0

4MLinux 52.0 STABLE has officially launched, delivering kernel 6.18.38, Python 3.14.3, and PHP 8.5.4 into an ultra-lightweight live environment that boots on just 200 megabytes of RAM. Developer Karol Babinski packed the distro with modern essentials like Firefox 153.0, LibreOffice 26.2.5, and a built-in HTTP/FTP server, all accessible through a modular library of over 250 downloadable add-ons. The release specifically improves legacy GPU compatibility and streamlines wireless configuration, making it a sharp upgrade for IT professionals and privacy-conscious users alike. You can grab the ISO directly from 4mlinux.com or pull it straight from SourceForge, with drivers and development packages also available online.

Linux 3425 Published by Philipp Esselbach 0

Greg Kroah-Hartman released six coordinated Linux kernel stable versions this past Thursday, with every currently-supported longterm branch receiving the exact same critical patch. The fix targets a 16-year-old use-after-free vulnerability in the POSIX CPU timers subsystem caused by a race condition between sys_timer_delete() and non-leader exec() calls. Independently discovered by researchers Wongi Lee and Jungwoo Lee, the bug could silently disable timers or enable local privilege escalation on multi-threaded systems. Thomas Gleixner's four-part patch lands across all six branches, with 6.18.41 additionally picking up a preparatory callback update while stable maintainers continue merging dozens of branch-specific fixes behind the scenes.

Linux 3425 Published by Philipp Esselbach 0

Greg Kroah-Hartman released Linux 6.1.179, 6.6.146, and 6.12.99 on July 29, 2026, as part of the weekly stable release cycle. These updates focus strictly on bug fixes and security hardening, with 6.1.179 touching nearly 15,000 files across the codebase. The GPU stack remains the most heavily maintained subsystem, with over a thousand DRM files altered in every release to support Intel, AMD, NVIDIA, and ARM Mali drivers. While Rust driver backports and growing LoongArch support show the kernel's evolution, users should note that the 6.1 and 6.6 trees reach end of life in December 2027.

Linux 3425 Published by Philipp Esselbach 0

Linux 7.2-rc5 hit the kernel archives on July 26, 2026, with a massive patch batch that targets the stable release just under three weeks away on August 16. Networking drivers dominate the update, consuming over 35% of the changes to clear conference-related backlogs, while USB patches actually outpace GPU updates for once. The cycle also highlights the growing role of automated tools, which are surfacing hardware-specific audio quirks and edge cases that human reviewers routinely miss during manual passes. Linus Torvalds notes the volume is larger than he prefers but confirms the patches look stable, leaving enterprise users to decide whether to stick with rc5 or start testing rc6.

Linux 3425 Published by Philipp Esselbach 0

Linux Kernel 6.12.98 is now available, signed off today by Greg Kroah-Hartman with a changelog barely hitting 1.3 KB. The release contains one backported patch from Wind River fixing a file descriptor leak in ext4's EXT4_IOC_MOVE_EXT ioctl, which can cause EMFILE errors during failed cross-filesystem move extent operations. If you're running the 6.12.y longterm branch, this is the minimal update to apply, though the impact is limited to edge cases involving backup or migration tools triggering the specific validation path. The 6.12.y branch remains supported through December 2028, built on the November 2024 mainline release that introduced EEVDF and PREEMPT_RT support.

Linux 3425 Published by Philipp Esselbach 0

Greg Kroah-Hartman released six LTS kernel versions simultaneously on Friday, July 24, 2026, ranging from 5.10.261 to 6.18.40. The stable review cycle featured up to 1,624 patches for the newest branch, accompanied by the 7.1.5 point release and 7.2-rc4 mainline candidate. Security remains the priority, with critical fixes for KVM/x86 shadow paging (CVE-2026-46113), XFS data corruption, and a BPF/s390 verifier mismatch flagged as a regression. All source tarballs are available at kernel.org, with distribution vendors expected to integrate the patches into their trees shortly.

Linux 3425 Published by Philipp Esselbach 0

Greg Kroah-Hartman has released Linux Kernel 7.1.5, a massive stable maintenance update for the v7.1 series containing 2,070 commits from nearly 800 contributors. The patch addresses critical security vulnerabilities, including a use-after-free race in POSIX CPU timers and a Bluetooth L2CAP flaw that could allow memory corruption. Beyond security fixes, the release resolves filesystem deadlocks in f2fs and XFS, updates ALSA driver firmware handling, and consolidates iomap bio submission logic. Community observers call this massive patch volume the "new normal" driven by AI-assisted development and accelerated discovery cycles, while mainline development pushes forward with 7.2-rc4.

Linux 3425 Published by Philipp Esselbach 0

The fourth release candidate for Linux Kernel 7.2 hit the wire on July 19, 2026, pushing the codebase past 43 million lines while Linus Torvalds confirms that steady patch flows and AI-assisted bug hunting are officially the new normal. Cache-Aware Scheduling finally arrives to optimize task placement across complex CPU topologies, delivering measurable performance gains for AMD Zen 5 workloads and boosting MongoDB throughput by up to 100 percent. The kernel also cleans house with Btrfs large folios enabled by default, initial HDMI 2.1 FRL support in AMDGPU, and the permanent retirement of the strncpy API after six years of cleanup. You can expect the stable release in August 2026, though the ongoing purging of decades-old drivers and legacy code means the tree is already moving at a relentless pace.

Linux 3425 Published by Philipp Esselbach 0

Greg Kroah-Hartman released Linux kernel stable updates 7.1.4, 6.18.39, and 6.12.96 today, pushing 357 to 534 commits per branch across the active stable and long-term support trees. The batch prioritizes critical security patches, heavily targeting FUSE and io_uring race conditions, XFS filesystem integrity, and touchscreen driver buffer overflows. Maintainers are also quietly relying on AI-assisted auditing tools like LOLM and Claude to surface edge-case bugs that would otherwise slip through code review. 

Linux 3425 Published by Philipp Esselbach 0

Linux Kernel 7.2-rc3 dropped on July 12, 2026, delivering a steady stream of driver patches, networking adjustments, and filesystem stability improvements to the development cycle. Linus Torvalds described the release as functionally normal, though the changelog quietly packed Dreamcast driver overhauls, default UltraRISC RISC-V configuration, and critical out-of-bounds read fixes for Realtek RTL8723BS WiFi adapters. The third release candidate also rolls out improved multi-GPU display detection and formally reintroduces Nick Desaulniers to the LLVM kernel build tooling ecosystem.

Linux 3425 Published by Philipp Esselbach 0

Deepin Technology released deepin 25.2.0 on July 7, 2026, delivering a major stability overhaul to its homegrown Treeland Wayland compositor. The update introduces AI-powered local image search, per-window taskbar grouping, and fine-grained file indexing controls that significantly improve desktop workflow. Deepin now supports four CPU architectures including Loong64 and a new technology-preview build for RISC-V, reflecting its growing hardware ecosystem ambitions. Existing users can upgrade via the terminal or Control Center, though a fresh install is recommended for those still running versions prior to 25.1.1.

Linux 3425 Published by Philipp Esselbach 0

Valve released SteamOS 3.8.14 and 3.8.22 Beta, both shipping identical changelogs with a priority fix for WiFi speeds. The patch corrects an issue where devices defaulted to slow connections on routers that misreport MCS negotiation values, a problem common on budget and older hardware. Pushing the fix straight to stable alongside the beta signals urgency, and the improvement applies to Steam Deck owners as well as third-party handhelds running SteamOS like the ROG Ally and Legion Go. This release follows a rapid cycle of updates, arriving just days after 3.8.13 stabilized controller firmware and game launch issues, with the initial 3.8 build having introduced ray-tracing and Steam Machine support back in mid-June.

Linux 3425 Published by Philipp Esselbach 0

Linux 7.2-rc2 landed on July 5th, 2026, continuing the standard weekly cadence that began with rc1 just one week prior. The snapshot's biggest architectural shift is Uwe Kleine-König's massive refactor of mod_devicetable.h, splitting the monolithic header into per-subsystem files across more than 1,500 patches. The graphics layer took the largest hit with 115 files changed, while VFS, SMB3, XFS, and urgent tracks like BPF and VFIO all brought in their routine cleanup patches. With the stabilization window well underway, rc3 should drop next week and pave the way for the final Linux 7.2 release around late August or early September.