ARCTIC Fan Controller, More ASUS & ASRock Boards Have Sensor Monitoring With Linux 7.2

For those that enjoy keeping an eye on all their system vitals from temperatures to voltages, the hardware monitoring "HWMON" updates have seen many device additions for Linux 7.2 .

First up, the ARCTIC Fan Controller driver has been merged for managing fans with this yet-to-be-released ARCTIC Cooling product . It wasn't done by a third-party or the open-source community but ARCTIC Cooling developed the driver themselves and is already upstream prior to formally releasing the USB-based fan controller.
Continue reading...

AMD ISP4 Driver Merged To Linux 7.2 Kernel

The media subsystem changes were merged tonight for the Linux 7.2 merge window and it includes the long-awaited AMD ISP4 driver now in the mainline kernel.. This ISP4 driver is what completes the loop for enabling the web camera on the HP ZBook Ultra G1a and other future high-end AMD Ryzen laptops.

It's taken longer than expected and in the interim the Ubuntu OEM kernel and the like have carried the AMD ISP4 driver for enabling web camera support on the likes of the
Continue reading...

Linux 7.2 Gets Rid Of The Last Optimized MD5 Implementation

The Linux kernel has dropped the last of its architecture-specific optimized MD5 hashing algorithm implementations.

While MD5 had been widely-used for checksums for data integrity purposes, its known collision vulnerabilities have existed for many years. Or rather, decades. Thankfully most software has moved on from using MD5 in favor of more secure algorithms. For legacy uses of MD5, the generic code paths these days on modern processors have proven more than adequate that architecture-specific implementations aren't really worthwhile.

Last year
Continue reading...

Godot 4.7 Released With HDR Output Support

Godot 4.7 is out today as the newest feature release for this leading open-source, cross-platform game engine.

For those with modern high dynamic range displays, most exciting with Godot 4.7 is finally offering HDR output support that under Linux is supported when using Wayland. Godot 4.7 supports HDR output for 2D and 3D scenes and works across all major Windows, macOS / iOS / visionOS, and Linux platforms with the Linux desktop HDR support only working under Wayland.

Continue reading...

How NVIDIA Vera CPU Performance Compares To The Ampere Altra Max

Last month on Phoronix was an exclusive first look at the NVIDIA Vera CPU performance compared to prior-generation NVIDIA Grace as well as the current AMD EPYC and Intel Xeon competition. Following that was looking at how the ARM Linux server performance has evolved over the past eight years of AArch64 Linux servers. A Phoronix Premium supporter recently requested wanting to see how Vera compares to Ampere Altra. While Ampere Altra has been in the marketplace now for more than five years, they are some of the most readily available ARM Linux

Continue reading...

EXT4 Reworks Fast Commit Handling & Faster Directory Hash Computation

The EXT4 file-system improvements were merged today for Linux 7.2 with some enticing optimizations.

EXT4 in Linux 7.2 brings a significant rework to its fast commit mechanism to avoid locking contention and deadlocks. EXT4 fast commits are the file-system's hybrid journaling functionality to speed up operations by recording specific delta changes to the metadata in order to avoid full metadata writes. Fast commits can be useful for lowering fsync latency and more efficient performance overall.

Li Chen reworked the fast commit code for

Rust PNG Image Decoder Now Even Faster: Benefiting Chrome, GNOME, Etc

The Rust PNG crate, image-png, for PNG image encoding and decoding was already claimed to be the fastest PNG decoder in the world for the past year. Now with the latest optimizations, it's even faster.

The Rust PNG create has been seeing use by the likes of Google Chrome/Chromium and the GNOME desktop. These projects picked up Rust PNG for its memory safety guarantees and features while still delivering good performance. Interestingly though the project has a new blog post out today to outline their latest performance
Continue reading...

Claude AI Assists In Fixing Years Old AMD Radeon Linux Display Bug Affecting Numerous Laptops

A bug in the AMDGPU Linux kernel graphics driver leading to some laptop displays freezing after periods of use may finally be close to being resolved. Given the length and quantity of bug reports and one of the problematic commits being tracked back to 2017, it's a heavy hitting issue for some Linux users. With the help of Claude Code, it looks like a fix is on the way to the Linux kernel.

A Phoronix reader who has a Lenovo ThinkPad T14 Gen1 AMD laptop where its
Continue reading...

AF_ALG Deprecation Approved For Linux 7.2, Useless & Insecure Crypto Driver Code Removed

The cryptographic subsystem updates have been merged for the ongoing Linux 7.2 kernel merge window.

Headlining the Linux 7.2 crypto changes is the deprecation of the AF_ALG interface. As reported about at the beginning of the month, Linux kernel developers have been planning to deprecate AF_ALG due to its massive attack surface<./a>. In particular, recent AI/LLM security tools have been poking holes into it and there has been little work to improve AF_ALG. Most notably, the

Ubuntu Flavors Now Mandated To Participate In Beta Releases For Official Status

Canonical and the Ubuntu Release Team have implemented an important policy change for Ubuntu flavors moving forward. If they are to have an official release, they must now successfully submit a beta release.

Ubuntu flavors like Ubuntu Kylin, Ubuntu Studio, Ubuntu MATE, etc, must now submit successful beta releases per the scheduled timeline if they are looking to have an official release for a given Ubuntu Linux cycle.

Continue reading...