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)

Gentoo Linux Announces Official QCOW2 Images For Cloud VMs

([Operating Systems] 21 February 06:54 AM EST Gentoo For The Cloud)

One of the Linux distributions we hear very little about in the industry for cloud/VM usage is Gentoo Linux. But that could change with the Gentoo project now putting out official QCOW2 disk images to make it easier deploying this source-based Linux distribution within virtual machines.



Chromium Ozone Support For Wayland Continues Progressing In 2025

([Google] 21 February 06:06 AM EST Chromium Ozone)

Google engineers themselves haven't been energetically pursuing Wayland support within the Ozone abstraction layer for the Chrome/Chromium web browser but thankfully the consulting firm Igalia continues pushing this native Wayland support along. Nick Yamane with Igalia has out a new blog post covering the remaining items being addressed.



Linus Torvalds Clearly Lays Out Linux Maintainer Roles - Or Not - Around Rust Code

([Linux Kernel] 20 February 08:34 PM EST Linus Torvalds + Rust)

The Linux kernel mailing list drama around the Rust programming language use within the kernel continues... Linus Torvalds has largely refrained from the ongoing LKML discussions around a Rust policy for the Linux kernel and in-fighting between kernel developers and maintainers with differing views over Rust. This evening though Linus Torvalds did decide to chime in on the conversation.



Mesa's Zink Driver Enables cl_khr_gl_sharing, Working On DaVinci Resolve Support

([Mesa] 20 February 03:07 PM EST Zink cl_khr_gl_sharing)

Mesa's generic Zink OpenGL-on-Vulkan driver has landed support for cl_khr_gl_sharing, the extension that allows using OpenGL buffer / texture / render-buffer objects as OpenCL memory objects for better interoperability between the OpenGL and OpenCL APIs. This is important as in turn it is needed for the Zink driver to be used with the popular DaVinci Resolve video editor application.



Rust 1.85 Release Stabilizes Rust 2024 Edition

([Programming] 20 February 01:18 PM EST Rust 1.85)

Rust 1.85 is out today and it is also the release that stabilizes the Rust 2024 Edition.



OpenRazer 3.10 Delivers New Razer Hardware Support For Linux Users

([Hardware] 20 February 12:49 PM EST OpenRazer 3.10)

OpenRazer 3.10 was just released as the newest update to this set of community-maintained, open-source out-of-tree driver packages for enabling Razer device support on Linux.



Linux Finally Introducing A Standardized Way Of Informing User-Space Over Hung GPUs

([Linux Kernel] 20 February 11:10 AM EST Wedged GPUs)

The upcoming Linux 6.15 kernel is set to finally introduce a standardized way of informing user-space of GPUs becoming hung or otherwise unresponsive. This is initially wired up for AMD and Intel graphics drivers on Linux so the user can be properly notified of problems and/or user-space software taking steps to address the hung/unresponsive graphics processor.



Ubuntu 24.04.2 LTS Now Available With Initial HWE Stack

([Ubuntu] 20 February 08:55 AM EST Ubuntu 24.04.2)

Following last week's delay due to a packaging mishap, Ubuntu 24.04.2 LTS is available today as the newest point release for this current Long Term Support version of Ubuntu Linux.



Linux Lazy Unmap Flush "LUF" Reducing TLB Shootdowns By 97%, Faster AI LLM Performance

([Linux Kernel] 20 February 07:07 AM EST Linux LUF)

SK has been working on a Linux kernel feature dubbed Lazy Unmap Flush "LUF" to defer TLB flushes until folios have been unmapped and freed are eventually allocated again.



Debian Policy Updated With New Packaging Guidance & Updated Chinese Translations

([Debian] 20 February 06:25 AM EST Debian Policy)

The Debian Policy 4.7.1.0 is now available as the updated manual around policy requirements for the Debian distribution for packaging mandates, design issues, and other details to abide by for Debian developers.



New Patches Would Make All Kernel Encryption/Decryption Faster On x86/x86_64 Hardware

([Linux Kernel] 20 February 06:37 AM EST Widespread Gains)

On top of all the recent x86/x86_64 Linux kernel crypto improvements made recently by Google engineer Eric Biggers to better laverage AVX-512 and other modern x86 ISA features, a new patch-set posted today by Biggers would help make all x86/x86_64 kernel encryption/decryption at least slightly faster.



GNOME Mutter Adds Debug Option To Override Multi-GPU Copy Mode

([GNOME] 20 February 06:10 AM EST MUTTER_DEBUG_MULTI_GPU_FORCE_COPY_MODE)

A new debug option was merged on Wednesday to Mutter Git ahead of the upcoming GNOME 48 release. This new debug option is to override the GPU copy mode handling for multi-GPU setups.



Zstd 1.5.7 Pushing Compression Performance Even Further

([Free Software] 20 February 12:00 AM EST Zstandard 1.5.7)

Zstandard 1.5.7 was released a short time ago as the newest update to this widely-used compression algorithm backed by Meta. Zstd 1.5.7 packs more than 500 commits, including new performance optimizations and other enhancements.



AMD ROCm 6.3.3 Released With Installer & Documentation Improvements

([AMD] 19 February 08:20 PM EST AMD ROCm 6.3.3)

Just a few weeks after the ROCm 6.3.2 update, ROCm 6.3.3 is out this evening with a few more incremental improvements to this open-source AMD GPU compute stack.



Fedora Rolling Out More RISC-V Infrastructure & Ready-To-Boot Images

([Fedora] 19 February 02:00 PM EST Fedora RISC-V)

The Fedora Project is rolling out expanded coverage of RISC-V hardware moving forward and making it easier for those with RISC-V developer boards to run Fedora Linux.



Mesa 25.0 Released With Vulkan 1.4 Driver Support, AMD RDNA4 Ready

([Mesa] 19 February 11:39 AM EST Mesa 25.0)

Mesa 25.0 was officially released today as the newest quarterly feature release for this set of open-source OpenGL, OpenCL, Vulkan, and video acceleration drivers used on Linux systems by multiple hardware vendors.



Linux Driver Posted For Enabling Apple Web Camera Support For M-Series Macs

([Apple] 19 February 10:13 AM EST Apple Web Camera)

A set of patches were posted today for review by the upstream Linux kernel developers in providing driver support for the Apple web camera and image signal processing (ISP) for Apple M-Series devices. This is enough to get the web camera support working on recent MacBooks while this code is now undergoing review for hopefully being mainlined in the Linux kernel.



VKD3D 1.15 Released With Better Tessellation Shader Support

([WINE] 19 February 08:45 AM EST VKD3D 1.15)

VKD3D 1.15 is out today as the newest version of this upstream Wine project for implementing the Microsoft Direct3D 12 APIs atop the Vulkan API for better Windows gaming on Linux and other D3D12 workloads on Linux or macOS when paired with MoltenVK.



Greg Kroah-Hartman Makes A Compelling Case For New Linux Kernel Drivers To Be Written In Rust

([Linux Kernel] 19 February 08:40 AM EST New Rust Code)

The debate over the Linux kernel's Rust programming language policy continues... While some kernel maintainers are against it, Linus Torvalds has reportedly said he would override maintainers that may be against honoring Rust code. Linux's second-in-command Greg Kroah-Hartman has also been a big proponent of Rust kernel code. He's crafted another Linux kernel mailing list post today outlining the benefits of Rust and encouraging new kernel code/drivers to be in Rust rather than C.



Servo Begins Reworking Its Embed API So It's Easier To Integrate

([Free Software] 19 February 06:50 AM EST Servo Embedding API)

One of the most logical paths forward for the Servo web browser engine is making it compelling for embedding within applications as an alternative to the Chromium Embedded Framework (CEF), WebKitGTK, and other browser engines. Servo developers recently realized though it's around 200 lines of Rust code to embed Servo compared to around 50 lines of C code if targeting WebKitGTK... So improvements are being made to the Servo embedding API.



More

Some people have a great ambition: to build something
that will last, at least until they've finished building it.