Latest Linux and open source news from around the web

The Linux Command Line Sponsored · View on Amazon → UNIX and Linux System Administration Handbook Sponsored · View on Amazon →
Phoronix

Intel Adapting Linux's LAM In Preparing For ChkTag

Last year AMD and Intel as part of the x86 Ecosystem Advisory Group announced ChkTag for x86 memory tagging across processors to better fight buffer overflows and use-after-free errors. In preparing for ChkTag with future processors, Intel has begun adapting their Linear Address Masking (LAM) support to more nicely jive with it...

Phoronix

ARCTIC Cooling Publishes ARCTIC Fan Controller Driver For Linux

A Linux driver has been published for the ARCTIC Fan Controller to be able to read fan speeds under Linux as well as setting the PWM fan speed for each of the ten fans supported by this controller. Making this driver all the more exciting is that ARCTIC Cooling is directly working on this driver rather than just being a community/third-party creation. Furthermore, ARCTIC Cooling is working on getting this driver to the upstream Linux kernel...

OMG! Ubuntu

GIMP 3.2 issues third release candidate with fresh fixes

GIMP 3.2 RC3 is now available for testing, giving those interested in trying the image editorโ€™s upcoming features, the chance to do so. This is the third (and likely final) release candidate before the stable GIMP 3.2 release arrives. Itโ€™s said to deliver โ€œa number of bug fixes and final polishesโ€ to the many new features added in the development and beta builds. The changes mentioned below are from between RC2 to RC3, not from GIMP 3.0 to GIMP 3.2. If youโ€™ve not tracked development, donโ€™t think that what follows is an overview of whatโ€™s new in GIMP 3.2 as [โ€ฆ]

LWN.net

[$] The ongoing quest for atomic buffered writes

There are many applications that need to be able to write multi-block chunks of data to disk with the assurance that the operation will either complete successfully or fail altogether โ€” that the write will not be partially completed (or "torn"), in other words. For years, kernel developers have worked on providing atomic writes as a way of satisfying that need; see, for example, sessions from the Linux Storage, Filesystem, Memory Management, and BPF (LSFMM+BPF) Summit from 2023, 2024, and 2025 (twice). While atomic direct I/O is now supported by some filesystems, atomic buffered I/O still is not. Filling that gap seems certain to be a 2026 LSFMM+BPF topic but, thanks to an early discussion, the shape of a solution might already be coming into focus.