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)

Linux Fixes Hosts Randomly Rebooting During Virtualization With Ryzen 7000/8000 CPUs

([AMD] 17 November 09:56 AM EST VMLOAD/VMSAVE On Zen4 Client)

Ahead of the Linux 6.12 kernel release expected today there is a last minute "x86/urgent" pull request. Notable with this last minute x86 urgent fixes for Linux 6.12 -- and also to be back-ported to prior kernel versions -- is working around an issue with AMD Ryzen Zen 4 client processors such as the Ryzen 7000/8000 series processors when making use of virtualization that could lead to the host randomly being rebooted.



Linux 6.13 Adding "slab_strict_numa" SLAB Option For Helping ARM Performance

([Linux Kernel] 17 November 05:55 AM EST slab_strict_numa)

As part of the SLAB (SLUB) allocator updates pending for the upcoming Linux 6.13 cycle is a new "slab_strict_numa" option that is reported to further help ARM Linux performance such as for Ampere Computing servers.



Rust Coreutils 0.0.28 Delivers Better Performance & Increased Compatibility

([Programming] 17 November 05:25 AM EST uutils 0.0.28)

Rust Coreutils 0.0.28 "uutils" has been released for this implementation of the GNU Coreutils utilities within the Rust programming language for better memory safety and greater robustness. With the Rust Coreutils 0.0.28 there is increased GNU compatibility as well as better performance.



Archinstall 3.0 Overhauls The Text-Based Arch Linux Installer

([Arch Linux] 17 November 05:33 AM EST Archinstall 3.0)

Archinstall is the convenient text/CLI-based installer for Arch Linux that allows getting the Linux distribution easily installed in a matter of minutes. Released today is Archinstall 3.0 that overhauls the Arch Linux installer with now using the curses library for rendering of the text interface.



Bcachefs Brings Self-Healing Work & Better Reflink Repair For Linux 6.13

([Linux Storage] 16 November 08:26 PM EST Bcachefs + Linux 6.13)

Bcachefs has now joined the party of various kernel components sending in preemptive pull requests ahead of the Linux 6.13 merge window that is expected to open following the expected Linux 6.12 release on Sunday.



Google Engineer Proposes "Page Detective" As New Kernel Debugging Tool

([Linux Kernel] 16 November 01:21 PM EST Page Detective)

Google software engineer Pasha Tatashin has proposed Page Detective as a new kernel debugging tool that is able to provide greater insight around the usage and mapping of physical memory pages.



TUXEDO Computers Relicenses Some Of Their Drivers To GPLv2

([Hardware] 16 November 09:51 AM EST GPLv3 To GPLv2)

Following the proposed patches this week to adjust the Linux kernel's module loader to treat the TUXEDO Computers drivers as proprietary due to being GPLv3 licensed rather than GPLv2 to jive with the rest of the upstream kernel code, some of the TUXEDO drivers have now been re-licensed.



Rustls 0.23.17 Brings More Performance Improvements

([Programming] 16 November 08:37 AM EST Rustls 0.23.17)

Rustls 0.23.17 is out today as the newest version of this modern TLS library written in the Rust programming language and a great alternative to the likes of OpenSSL.



Linux 6.13 Introducing New Rust File Abstractions

([Linux Kernel] 16 November 06:52 AM EST Rust File Abstractions)

Alongside the VFS pull requests on Friday for case insensitive Tmpfs support and atomic writes for EXT4 and XFS, Christian Brauner also submitted a pull request for introducing some new file abstractions for the Rust programming language within the Linux kernel.



GCC 15 Moves C Default Language Version To C23

([GNU] 16 November 06:56 AM EST C23 / GNU23)

The GCC 15 compiler on Friday switched its default C language version from the GNU dialect of C17 to the current C23 standard.



KDE Developers Spent The Week Fixing Bugs & Polishing

([KDE] 16 November 06:22 AM EST KDE Plasma 6.3)

While Plasma 6.3 feature development is continuing, KDE developers this week spent more time fixing bugs and polishing up existing code for ensuring a solid foundation to this open-source desktop.



Valve Releases Half-Life 2 20th Anniversary Update

([Valve] 15 November 08:14 PM EST Half-Life 2)

In commemorating twenty years since the release of the highly acclaimed Half-Life 2 game, Valve today released the Half-Life 2 20th Anniversary update with various fixes and other refinements. Half-Life 2 is also being made free-to-own through November 18th for those that never experienced this legendary game.



systemd 257-rc2 Released With New systemd-keyutil Tool

([systemd] 15 November 08:25 PM EST systemd-keyutil)

Released last week was systemd 257-rc1 while succeeding that already is systemd 257-rc2 and it comes with a new tool: systemd-keyutil.



Tmpfs Adding Case Insensitive Support For Wine / Steam Play & Flatpaks

([Linux Storage] 15 November 01:44 PM EST Tmpfs With Linux 6.13)

In addition to the EXT4 and XFS atomic write support, another interesting pull request sent in today by Microsoft's Christian Brauner is adding case-insensitive file/folder support for the Tmpfs file-system to benefit use-cases like Wine / Steam Play compatibility layers and sandboxing/container facilities like Flatpak.



Linux 6.13 To Expand Atomic Write Support To EXT4 & XFS

([Linux Storage] 15 November 11:41 AM EST VFS Untorn Writes)

Prominent Linux developer Christian Brauner with Microsoft has begun sending out various pull requests of VFS feature changes for the imminent Linux 6.13 merge window. One of the interesting early pull requests is the VFS untorn writes series with getting atomic writes support enabled for the EXT4 and XFS file-system.



Linux 6.13 Very Exciting With New Feature Code For AMD EPYC Zen 5, Intel Panther Lake

([Linux Kernel] 15 November 10:49 AM EST Linux 6.13 Features)

While Linux 6.12 should be out this weekend with its many exciting features, following that will mark the start of the Linux 6.13 kernel cycle with what will be the first stable kernel release of 2025... Already there is a lot of exciting feature work expected to land during the Linux 6.13 merge window.



GNOME Mutter Switches To High Priority KMS Thread To Avoid Crashes

([GNOME] 15 November 09:46 AM EST GNOME Crash / Kill Reports)

The GNOME Mutter compositor has switched its KMS thread priority from a real-time value over to high priority to workaround a situation where the GNOME Shell / Mutter could crash or see its process killed.



Linux 6.12 Preps For Release With Real-Time, Sched_Ext, Stable Xe2 & Raspberry Pi 5

([Linux Kernel] 15 November 09:30 AM EST Linux 6.12 LTS)

The Linux 6.12 kernel is expected to be released this coming Sunday, 17 November, barring any last minute issues that would force the stable kernel to be diverted to the following Sunday. Linux 6.12 is delivering many exciting new features and beyond that it's all the more exciting with it expected to be this year's Long-Term Support (LTS) kernel version.



Google Posts Patches Further Speeding Up Linux Async Device Suspend & Resume

([Linux Kernel] 15 November 08:25 AM EST Faster Async Suspend/Resume)

Google engineer Saravana Kannan has posted a set of patches to better optimize async device suspend and resume handling within the Linux kernel. With these patches there are "significant improvements" to async device suspend/resume with testing being done on a Google Pixel 6 smartphone but other devices stand to benefit too.



AMD Releases ZenDNN 5.0 For Deep Neural Network Library Optimized For Zen 5 EPYC

([AMD] 15 November 06:50 AM EST ZenDNN 5.0)

AMD ZenDNN 5.0 was rolled out this morning as the newest version of this deep neural network library that is compatible with Intel's oneDNN APIs and infrastructure. ZenDNN 5.0 is now optimized for AMD Zen 5 processors such as the EPYC 9005 series. ZenDNN 5.0 also ships performance enhancements for generative large language models (LLMs) with its PyTorch plug-in.



More

You have all the characteristics of a popular politician: a horrible voice,
bad breeding, and a vulgar manner.
-- Aristophanes