Latest Linux and open source news from around the web

Logitech MX Master 3S Mouse Sponsored · View on Amazon → Linux Pocket Guide Sponsored · View on Amazon →
OMG! Ubuntu

Your old Kindle won’t stop working on 20 May – but it could

Amazon is dropping support for Kindle older models from 20 May, 2026, meaning owners of pre-2013 models will be unable to download new books or set up a device that has been factory reset — deregistering a device will effectively ‘brick’ it. While no company can support all of their products forever (one could argue a company the size of this one could, mind), most of the devices impacted, listed below, have not received firmware updates for over a decade, and most lost on-device access the Kindle Store. The following 2012 or earlier Kindles are affected, as of 20 May, […]

Phoronix

FEX 2604 Released With Better Memory Savings For Running x86_64 Apps/Games On ARM64

Out today is the newest monthly update to FEX for this emulator for running Linux x86/x86_64 binaries on AArch64 (ARM64) Linux systems, including games and the likes of Steam Play with Windows games. This Valve-sponsored project that is quite important for the upcoming Steam Frame has rolled out more performance improvements, memory savings, and other improvements with FEX 2604...

OMG! Ubuntu

Rust API and a new plugin system added to Miracle-WM

A new version of Miracle-wm, a tiling window manager built around the Wayland compositor Mir, has been released with a new WebAssembly plugin system and Rust API. Developer Matthew Kosarek, an engineer at Canonical who created miracle-wm as a personal side project, says the new plugin system in v0.9 release will allow for greater window management, animation and configuration, thus making miracle-wm “truly hackable”. He also shared a video overview of the changes in the latest update: A new Rust API for writing plugins is supported in Miracle 0.9, with documentation available for fans of the memory-safe language to swot over; […]

Foss Force

Can Garuda Linux Mokka Take Manjaro’s Arch-Based Crown?

Our reviewer looks at Garuda Linix and finds a rolling-release Arch derivative with eye-catching visuals, a friendly installer, and a smart setup assistant that fixes the distro's lean default install. The post Can Garuda Linux Mokka Take Manjaro’s Arch-Based Crown? appeared first on FOSS Force.

Linux Journal

Linux Kernel Developers Adopt New Fuzzing Tools

by George Whittaker The Linux kernel development community is stepping up its security game once again. Developers, led by key maintainers like Greg Kroah-Hartman, are actively adopting new fuzzing tools to uncover bugs earlier and improve overall kernel reliability. This move reflects a broader shift toward automated testing and AI-assisted development, as the kernel continues to grow in complexity and scale. What Is Fuzzing and Why It Matters Fuzzing is a software testing technique that feeds random or unexpected inputs into a program to trigger crashes or uncover vulnerabilities. In the Linux kernel, fuzzing has become one of the most effective ways to detect: Memory corruption bugs Race conditions Privilege escalation flaws Edge-case failures in subsystems Modern fuzzers like Syzkaller have already discovered thousands of kernel bugs over the years, making them a cornerstone of Linux security testing. New Tools Enter the Scene Recently, kernel maintainers have begun experimenting w