ARM Give a man a fire and he's warm for a day, but set fire to him and he's warm for the rest of his life (Terry Pratchett, Jingo)

Nginx Dark Mode Support For Error Pages Remains Elusive

([Free Software] 21 August 11:25 AM EDT Nginx Dark Mode)

In early 2025 I wrote about the upstream Nginx web server rejecting dark mode support for its error pages on the basis of wanting to keep the default error pages simple and developers arguing the extra HTML tag for the dark mode styling as superfluous. Following a lot of public backlash for being against offering native dark mode handling by default, Nginx stakeholders were polled and largely came out in favor of supporting the functionality but more than one year later it remains elusive from upstream Nginx.



Intel Computer Vision Sensing Driver Now Ready For Nova Lake

([Multimedia] 21 August 09:13 AM EDT Intel CVS)

The main set of media subsystem updates have been merged for the ongoing Linux 7.3 merge window. Notable this round is the Intel Computer Vision Sensing "CVS" driver merged the previous cycle now supporting next-gen Nova Lake platforms.



Linux 7.3 Cleans Up Stack Randomization, Ensures It Happen As Early As Possible

([Linux Kernel] 21 August 08:29 AM EDT Stack Randomization)

Merged this week for the Linux 7.3 kernel was a big clean-up to the stack randomization code for better security on Linux systems and helping unify some of the architecture-specific code.



Intel Compute Runtime 26.31.39395.13 Continues Prepping For Crescent Island, OpenCL LEO

([Intel] 21 August 08:03 AM EDT Intel Compute)

Intel today released the Compute Runtime 26.31.39395.13 open-source GPU compute stack update for Windows and Linux systems. Big ongoing trends for the Intel Compute Runtime continue to be preparing for upcoming Crescent Island and Nova Lake Xe3P graphics hardware as well as building out their new OpenCL LEO driver.



Linux 7.3 Ready With CXL Type-2 Driver Support For AMD Solarflare NICs

([AMD] 21 August 06:33 AM EDT AMD Solarflare NIC)

With the mainline Linux 7.2 kernel there is now the basic support in place for CXL Type-2 accelerator drivers within the CXL core subsystem code. The first in-tree Type-2 driver with the Linux kernel is for the new AMD Solarflare NIC hardware.



Linus Torvalds Endures A Debug Session From Hell, "Enormously Helped" By AI

([AI] 21 August 06:19 AM EDT Intel Xe Driver Fix)

It's pretty rare to see Linus Torvalds author patches himself pertaining to the open-source Linux graphics drivers, but waking up this morning I was surprised to see he authored and committed an Intel Xe kernel graphics driver change himself. It ended up being after he encountered a "debug session from hell" but was ultimately helped by AI in fixing a bug that had been irking him.



Intel Mesa Linux Drivers Now Treating Nova Lake S / U / H / HX As Stable

([Intel] 20 August 08:44 PM EDT No Longer Experimental)

Intel's open-source Mesa drivers for Iris Gallium3D (OpenGL) and ANV (Vulkan) on Linux are no longer treating next-gen Nova Lake processors with integrated graphics as experimental and off-by-default. With today's Mesa 26.3-devel code, the Intel driver code across Nova Lake's S, U, H, and HX product families are considered stable and enabled by default.



Linux 7.3 Network Changes Merged But Developers "Completely Overwhelmed" Due To AI/LLMs

([Linux Networking] 20 August 04:05 PM EDT Linux 7.3 Networking)

All of the networking subsystem feature updates were merged today for the Linux 7.3 kernel's merge window. There are a lot of wired and wireless networking improvements this cycle but also a ton of bug fixes -- including many not so important fixes spun up by AI/LLM agents. The networking subsystem maintainers admit now they are "completely overwhelmed" due to this code churn from the output of AI large language models.



Rust 1.98 Adds Algebraic Floating-Point Methods Akin To "-ffast-math"

([Programming] 20 August 01:29 PM EDT Rust 1.98)

Rust 1.98 released today and is headlined the debut of new algebraic floating-point methods.



KMSCON 10.0.2 Brings asciicast Playback Support, Bug Fixes

([Free Software] 20 August 01:19 PM EDT KMSCON 10.0.2)

KMSCON 10.0.2 debuted today as the latest update to this leading user-space terminal emulator for Linux systems. KMSCON is built around Linux's KMS/DRM interfaces and the most viable alternative to date for in-kernel VTs.



KDE Software Now Has Stable Btrfs Snapshot Integration With KIO-Snapshot 1.0

([KDE] 20 August 12:21 PM EDT KDE + Btrfs Snapshots)

With today's release of KIO-Snapshot, KDE software now has stable integration of Btrfs file-system snapshots.



Intel Hyper Threading Performance On The Xeon 678X "Granite Rapids-WS"

([Processors] 20 August 10:21 AM EDT 3 Comments)

With the Intel Xeon 678X "Granite Rapids WS" processor that I have been recently testing within the HP Z4 G6i workstation, there are 48 cores plus with Hyper Threading is a total of 96 threads for this high-end workstation processor with a 300 Watt TDP. For those curious about the performance impact of HT/SMT on this Intel Xeon 600 series workstation processor, here are some comparison benchmarks.



FSCRYPT Sees Cleanup With Linux 7.3 To Open Door For More Features Like Btrfs Encryption

([Linux Storage] 20 August 09:18 AM EDT FSCRYPT)

FSCRYPT is the Linux file-system encryption framework for supporting per-directory, transparent encryption. FSCRYPT so far is used by the likes of EXT4, F2FS, and CephFS. For Linux 7.3 there is an important clean-up to the FSCRYPT code to simplify it while also opening the door for new features moving forward into future kernel versions.



Linux Driver Posted For The PreSonus Quantum 2626: A ~$700 Thunderbolt Audio Interface

([Multimedia] 20 August 08:28 AM EDT PreSonus Quantum 2626)

The PreSonus Quantum 2626 is a high-end, Thunderbolt 3 based audio interface. PreSonus just maintains Windows and macOS drivers for this high-end audio interface while now an open-source Linux driver has been posted after being independently developed via reverse engineering.



RPM 6.1 Released With Clang Build Fixes, New Release Model

([Red Hat] 20 August 07:35 AM EDT RPM 6.1)

RPM 6.1 is out today as the newest feature release for this package management system. With RPM 6.1 comes a number of features and improvements as well as a new release model.



Mesa 26.2.1 Released With Dozens Of Fixes

([Mesa] 20 August 06:35 AM EDT Mesa 26.2.1)

For those preferring the tradition of waiting for the first point release of a new Mesa feature release before upgrading, Mesa 26.2.1 is available today with a healthy round of bug fixing.



Linux 7.3 Cleans Up The Code For Disabling Of Legacy 32-bit Time Support

([Linux Kernel] 20 August 06:21 AM EDT Linux 7.3 vDSO)

The Linux kernel has supported the CONFIG_COMPAT_32BIT_TIME Kconfig build time option for optionally disabling of legacy 32-bit time system call support. This is intended to disable the code that uses a 32-bit integer for time that is thus not Year 2038 safe, but at the cost of breaking compatibility for legacy 32-bit applications. Even if building without Linux 32-bit time support, it turns out some 32-bit time code persisted but that is now being fixed with Linux 7.3.



KDE Gear 26.08 Delivers The Latest KDE App Experience

([KDE] 20 August 05:58 AM EDT KDE Gear 26.08)

KDE Gear 26.08 was released today to deliver the latest collection of KDE application updates.



X.Org Server 26.1 RC1 Prepares For First Feature Release In Five Years

([X.Org] 19 August 10:18 PM EDT X.Org Server 26.1)

Following today's release of XWayland 26.1 RC1, X.Org Server 26.1 RC1 was tagged. This xorg-server 26.1 release is aiming to become the first major feature release in five years, succeeding the xorg-server 21.1 series.



EXT4 Preps More Performance Improvements For Linux 7.3

([Linux Storage] 19 August 08:55 PM EDT EXT4)

In addition to the IOmap improvements helping EXT4 performance in Linux 7.3, the main EXT4 feature pull request has now been submitted for this next kernel version. That pull is set to land yet more performance optimizations for EXT4.



More

I am getting into abstract painting. Real abstract -- no brush, no canvas,
I just think about it. I just went to an art museum where all of the art
was done by children. All the paintings were hung on refrigerators.
-- Steven Wright