Feed aggregator

6.12.88: longterm

Latest Linux Kernel - Thu, 05/14/2026 - 10:29
Version:6.12.88 (longterm) Released:2026-05-14 Source:linux-6.12.88.tar.xz PGP Signature:linux-6.12.88.tar.sign Patch:full (incremental) ChangeLog:ChangeLog-6.12.88

[$] Keeping COWs in context (a.k.a. anonymous reverse mapping)

Linux Weekly News - Thu, 05/14/2026 - 10:14
The kernel's reverse-mapping machinery is charged with locating the page-table entries that refer to a given page in memory. The reverse mapping of anonymous pages is handled differently than for file-backed pages. The kernel's implementation of reverse mapping for anonymous pages is, according to Lorenzo Stoakes in his proposal for a memory-management-track session at the 2026 Linux Storage, Filesystem, Memory Management, and BPF Summit, "a very broken abstraction", due to its complexity. It also has some performance problems. Stoakes was there to present, in raw form, a proposed replacement that he calls a "COW context".

Security updates for Thursday

Linux Weekly News - Thu, 05/14/2026 - 10:09
Security updates have been issued by AlmaLinux (gimp, jq, and yggdrasil), Debian (nghttp2 and thunderbird), Fedora (chromium, firefox, freerdp, GitPython, kernel, kernel-headers, krb5, nano, nix, nodejs20, php, python-click, python-django5, SDL2_image, and xen), Mageia (dnsmasq, flatpak, kernel, kmod-virtualbox, kernel-linus, perl-Net-CIDR-Lite, perl-XML-LibXML, and redis), SUSE (dnsmasq, firefox, jupyter-jupyterlab, kernel, krb5, libvinylapi3, log4j, Mesa, mozjs60, NetworkManager, OpenImageIO, python-Mako, python-Pillow, and python39), and Ubuntu (dnsmasq and nginx).

SmartOS 20260514

Updated Linux Distributions - Thu, 05/14/2026 - 07:49
SmartOS is an open-source UNIX-like operating system based on illumos, a community fork of OpenSolaris. It features four technologies - ZFS (a combined file system and logical volume manager), DTrace (a dynamic tracing framework for troubleshooting kernel and application problems), Zones (a lightweight virtualisation solution), KVM and bhyve (two full virtualisation solutions for running a variety of guest operating systems, including Linux, Windows, BSD and Plan9). SmartOS is designed to be particularly suitable for building clouds and generating appliances.

[$] LWN.net Weekly Edition for May 14, 2026

Linux Weekly News - Wed, 05/13/2026 - 22:04
Inside this week's LWN.net Weekly Edition:

  • Front: Fedora AI; Forgejo "carrot" disclosure; memory-management maintainership; huge THPs; mshare; 64KB base pages; DAMON; direct map.
  • Briefs: Dirty Frag; Fragnesia; Mythos and curl; killswitch; Debian reproducible builds; KDE investment; Quotes ...
  • Announcements: Newsletters, conferences, security updates, patches, and more.

CentOS 10-20260513

Updated Linux Distributions - Wed, 05/13/2026 - 17:54
CentOS as a group is a community of open source contributors and users which started in 2003 and has been sponsored by Red Hat since 2014. CentOS Linux versions up to CentOS Linux 8 are 100% compatible rebuilds of Red Hat Enterprise Linux, in full compliance with Red Hat's redistribution requirements. In 2020 it was announced CentOS Linux is being discontinued and replaced with CentOS Stream, a developer-focused distribution which acts as a middle-stream between Fedora and Red Hat Enterprise Linux.

Luberri 26.1

Updated Linux Distributions - Wed, 05/13/2026 - 15:05
Luberri Linux is a desktop-oriented distribution based on Linux Mint, with Cinnamon as the preferred desktop. It is localised into the Basque language and is primarily intended for the Basque-speaking users, although it supports the Spanish language as well. Luberri Linux is especially appropriate for use in educational institutions as it includes five years of support, regular updates, integration with Active Directory on Windows, and a vast range of applications suitable for learning varied subjects, such as typing, chemistry, geography, mathematics, programming, or mind and concept maps.

Aurora 44.20260511

Updated Linux Distributions - Wed, 05/13/2026 - 13:48
Aurora is a Fedora Silverblue-based Linux distribution with the goal of being a general-purpose workstation. It uses the KDE Plasma desktop. Like Fedora Silverblue, Aurora's root filesystem is immutable (read-only), which makes the system more stable, less prone to bugs, and easier to test and develop. Updates, upgrades and rollbacks to a previous image are available via the rpm-ostree utility. The distribution also features Flatpak applications and Toolbox containers.

[$] Friction in Fedora over AI developer desktop initiative

Linux Weekly News - Wed, 05/13/2026 - 13:05

A push by Red Hat employees to create a Fedora "AI Developer Desktop" with support for out-of-tree kernel drivers and AI toolkits has been met with objections from some long-time members of the Fedora community. After more than a month of sometimes heated discussion, the Fedora Council had voted to approve the initiative; however, a last-minute change to vote against the proposal by council member Justin Wheeler has (at least temporarily) sent it back to the drawing board.

Yet another Dirty Frag type vulnerability: Fragnesia

Linux Weekly News - Wed, 05/13/2026 - 12:26

Sam James has sent an announcement to the OSS Security mailing list about another local-privilege-escalation (LPE) exploit in the same class as Dirty Frag, called "Fragnesia". From the disclosure:

This is a separate bug in the ESP/XFRM from dirtyfrag which has received its own patch. However, it is in the same surface and the mitigation is the same as for dirtyfrag.

It abuses a logic bug in the Linux XFRM ESP-in-TCP subsystem to achieve arbitrary byte writes into the kernel page cache of read-only files, without requiring any race condition.

James noted that there is a patch in the works, but it has not yet been pulled into Linus Torvalds's tree nor into any of the stable kernels. A proof of concept exploit is also available.

[$] Managing pages outside of the direct map

Linux Weekly News - Wed, 05/13/2026 - 11:20
When Brendan Jackman proposed a session for the 2026 Linux Storage, Filesystem, Memory Management, and BPF Summit, his topic was "a pagetable library for the kernel". During the actual memory-management-track session, though, he stated that the idea had "fizzled" and he was going to cover related topics instead. What resulted was a session on ways to efficiently manage pages that are not present in the kernel's direct map.

[$] Revisiting mshare

Linux Weekly News - Wed, 05/13/2026 - 10:19
Linux can share memory between processes, but each process (almost always) has its own set of page tables. In situations where vast numbers of processes are sharing a memory region, the combined size of the page tables can exceed that of the shared memory itself. There has, thus, long been an interest in enabling unrelated processes to share page tables referring to shared memory. Anthony Yznaga is the latest developer to try to push this idea (known as "mshare") forward; he described the status of that work in a memory-management-track discussion at the 2026 Linux Storage, Filesystem, Memory Management, and BPF Summit (LSFMM+BPF).

Security updates for Wednesday

Linux Weekly News - Wed, 05/13/2026 - 10:17
Security updates have been issued by AlmaLinux (corosync, freerdp, git-lfs, glib2, jq, kernel-rt, krb5, libpng, libtiff, openexr, and thunderbird), Debian (exim4), Mageia (apache, perl-Gazelle, php, and sed), Slackware (expat), SUSE (assimp-devel, go1.26, libQt6Svg6, python-jupyterlab, raylib, thunderbird, tor, and trivy), and Ubuntu (exim4).

Sovereign Tech Fund invests in KDE

Linux Weekly News - Wed, 05/13/2026 - 10:09
The KDE project has announced that it has been awarded over €1 million from the Sovereign Tech Fund to improve its desktop-environment software. "The investment will be used to strengthen the structural reliability and security of KDE's core infrastructure, including Plasma, KDE Linux, and the frameworks underlying its communication services."

KLV-Airedale sr19

Updated Linux Distributions - Wed, 05/13/2026 - 08:27
KLV-Airedale is an independently-developed, general-purpose and minimalist Linux distribution featuring a customised Xfce desktop. It is compatible with Void, as it uses Void's package management tools and repositories. The distribution is built using a custom build script called FirstRib, which deploys the OverlayFS filesystem to provide a frugal install, Squashfs capabilities, and an option to copy the system to RAM (copy2ram). Like Void, KLV-Airedale uses the runit init system.

StartOS 0.4.0-beta9

Updated Linux Distributions - Wed, 05/13/2026 - 06:23
StartOS is a Debian-based Linux distribution optimised for personal servers. It facilitates the discovery, installation, network configuration, service configuration, data backup, dependency management and health monitoring of self-hosted software services. After installation, the distribution boots into a Firefox browser with several services pre-installed and others, including various Bitcoin, communication, data and artificial intelligence services available from the project's online marketplace. The server can be accessed locally or from anywhere in the world via Tor network's Onion service. The distribution is developed by Start9 Labs, Inc.

Unraid 7.3.0

Updated Linux Distributions - Tue, 05/12/2026 - 19:41
Unraid OS is a Linux-based commercial operating system designed to provide an easy-to-use and flexible platform for building and managing a Network-Attached Storage (NAS). Some of Unraid's main features include the ability to mix and match drives of different sizes, an easy-to-use web interface for managing storage, virtual machines and Docker containers, protection to safeguard against drive failures, ability to expand the storage by adding more drives.

NetBSD 11.0_RC4

Updated Linux Distributions - Tue, 05/12/2026 - 16:34
NetBSD is a free, secure, and highly portable UNIX-like Open Source operating system available for many platforms, from 64-bit AlphaServers and desktop systems to handheld and embedded devices. Its clean design and advanced features make it excellent in both production and research environments, and it is user-supported with complete source. Many applications are easily available through The NetBSD Packages Collection.

[$] Using dma-bufs for read and write operations

Linux Weekly News - Tue, 05/12/2026 - 14:25
The kernel's dma-buf subsystem provides a way for drivers to share memory buffers, usually in order to support efficient device-to-device I/O. At the 2026 Linux Storage, Filesystem, Memory Management, and BPF Summit, Pavel Begunkov, assisted by Kanchan Joshi, led a joint session of the storage and memory-management tracks to explore ways to make the use of dma-bufs more efficient yet, and to make them available for read and write operations initiated by user space.

[$] Scaling transparent huge pages to 1GB

Linux Weekly News - Tue, 05/12/2026 - 10:24
As a general rule, when developers talk about huge pages, they are referring to PMD-level pages that are 1MB or 2MB in size, depending on the CPU architecture. Most CPUs can support other huge-page sizes, though. On x86 systems, PUD-level huge pages hold 1GB of data. Providing such large pages transparently to processes has generally not been considered as either feasible or desirable, but Usama Arif is trying to change that assessment. At the 2026 Linux Storage, Filesystem, Memory Management, and BPF Summit, he led a session in the memory-management track on how to make transparent huge pages (THPs) truly huge.

Pages

Subscribe to Just Linux aggregator