After SUSE/openSUSE engineers began talking up the Adaptable Linux Platform "ALP" as their next-gen enterprise Linux focus, last week they talked up the imminent release of "Les Droites" as their first public ALP prototype. Today that prototype is now live...
The Error Detection And Correction (EDAC) driver updates have been submitted and merged for the Linux 6.1 merge window of which there are a few notable additions on the Intel side...
RADV driver co-founder Bas Nieuwenhuizen of Google presented at today's X.Org Developers' Conference (XDC 2022) on the state of this open-source Mesa Vulkan driver's ray-tracing performance...
As written about for several months on Phoronix, an open-source NVIDIA Vulkan driver has been in the works that by the end of the summer this "NVK" driver has been seeing a lot of activity by Jason Ekstrand of Collabora along with David Airlie and Karol Herbst of Red Hat. Jason today talked at XDC 2022 about this NVK driver effort...
Intel laptop users running Linux are being advised to avoid running the latest Linux 5.19.12 stable kernel point release as it can potentially damage your display...
Back in 2019 IBM completed its acquisition of Red Hat while today is a "quasi-acquisition" of sorts being announced with Red Hat's Storage team being transferred to the IBM Storage team...
I always love pull requests that start off with "there's a bunch of performance improvements..." as is the case with the new Btrfs feature pull for Linux 6.1...
Last week I shared some initial numbers how surprisingly when disabling Zen 4 CPU security mitigations can actually *hurt* the Ryzen 7000 series CPU performance. While conventional wisdom and with past Intel/AMD processors yield better performance when disabling the CPU security mitigations, with the Ryzen 9 7950X it was found to be basically the opposite. I have since conducted more tests and using an AMD Ryzen 5 7600X to confirm the earlier results and dig deeper into the data.
As a follow-up to the Rust infrastructure pull request for Linux 6.1, Linus Torvalds pulled the initial Rust code into the mainline Linux kernel this evening...
Git 2.38 was released on Sunday and most notable with this feature release is the inclusion of scalar as a Microsoft-developed repository management tool to make it easier dealing with very large Git reposotories...
A kernel hardening security improvement on the way for Linux 6.1 is the ability to provide warning of possible memcpy() based overflows. Right now this is only a warning but it's work towards being able to address "trivially detectable" buffer overflow conditions within the kernel and in the future may be able to block such overflows from happening...
Before getting busy with the AMD Ryzen 7000 "Zen 4" desktop testing, I recently wrapped up some benchmarks looking at the ACPI CPUFreq vs. AMD P-State frequency scaling drivers and various governor options for the AMD Ryzen 6000 "Rembrandt" mobile SoCs. If you are curious about the impact of CPUFreq/P-State and the various governors for the latest AMD laptops running Linux, this round of testing is for you.
IceWM 3.0 was released today as the latest major update to this X11 window manager that has been development since the late 90's with a particular focus on simplicity and speed...
OpenMandriva ROME is a rolling-release version of this Linux distribution whose roots trace back to the days of Mandriva and before that Mandrake Linux. This rolling release flavor of OpenMandriva is now up to a "gold" candidate status...
There's been a lot happening in Debian recently from improving their handling of non-free firmware to switching to PipeWire and WirePlumber with Debian 12. Another change on the way is picking up Ubuntu's work on dynamic triple buffering for the GNOME desktop...
Mainlined back in 2017 was the statx() call for reporting enhanced file information and stats like finally reporting a file's creation time, data version numbers, and other attributes. Statx has continued evolving since its introduction in Linux 4.11 and now for Linux 6.1 is being expected to support reporting direct I/O alignment information...
Following yesterday's release of the upstream Linux 6.0 kernel, the GNU FSFLA folks have released GNU Linux-libre 6.0 as their downstream that removes driver support for loading binary firmware/microcode and the ability to load non-free-software kernel modules...
Linus Torvalds just promoted Linux 6.0 to stable on-schedule and thereby now ushering in the Linux 6.1 merge window to officially get underway tomorrow...
Linux 6.0 is bringing many great features but looking ahead for Linux 6.1 there are even more changes to get excited about for that kernel which will release as stable around the end of 2022...
Along with the Rust infrastructure for Linux 6.1 pull request, another early pull submitted by kernel maintainer Kees Cook for Linux 6.1 is the introduction of a new Control Flow Integrity "CFI" implementation for the Linux kernel to replace the former, less-than-ideal code...
Barring any last minute reservations today by Linus Torvalds, the Linux 6.0 stable kernel is expected to be christened before the day is through. Linux 6.0 comes with many notable hardware support additions and other improvements, here is a reminder of all what is great about this imminent kernel release...
Debian developers have been figuring out an updated stance to take on non-free firmware considering the increasing number of devices now having open-source Linux drivers but requiring closed-source firmware for any level of functionality. The voting on the non-free firmware matter has now concluded and the votes tallied.....
While the Steam on Linux marketshare has been consistently increasing this year since the launch of the Arch Linux powered Steam Deck, the September 2022 numbers are in and surprisingly there is a slight pull-back in Linux use...
System76 has been developing their own COSMIC desktop as the next evolution for their Pop!_OS Linux distribution built atop an Ubuntu base. Interestingly with this big COSMIC desktop undertaking, which is being written in the Rust programming language, they have decided to shift away from using the GTK toolkit to instead make use of Iced-Rs as a Rust-native, multi-platform graphical toolkit...
It's happening, folks! Linus Torvalds already indicated recently he intends to pull the initial Rust programming language support into the Linux 6.1 kernel cycle and today that pull request was submitted to him. Linux 6.0 isn't out yet but should be on Sunday unless any last minute problems, which in turn will mark the start of the two week v6.1 merge window...
In addition to Ubuntu 22.10 switching to PipeWire as the default audio server replacement to PulseAudio, upstream Debian has done the same ahead of their Debian GNU/Linux 12 release next year...
AMD's Linux graphics driver engineers this week sent out their latest patch series working on workload hints that are used for dynamically tuning the power profile of AMD GPU SoCs based upon the specified workload indicator...
For those with an AMD APU system like the Steam Deck and using the Mesa Radeon Vulkan driver "RADV" and wanting to enjoy the popular game Red Dead Redemption 2, an important fix has been merged for Mesa 22.3...
Well known Zink developer Mike Blumenkrantz, working for Valve on improving Mesa's OpenGL-on-Vulkan driver, has kicked off October by removing a lot of old Mesa code...
It was a very exciting September with the launch of the AMD Ryzen 7000 series "Zen 4" processors, Intel revealing a lot more about Arc Graphics, Linux 6.0 getting buttoned up while feature work toward Linux 6.1 accelerated, ongoing exciting kernel work around MGLRU / IO_uring / RT / etc, and other software releases like GNOME 43 and LLVM 15 all made for an eventful month...
Last year Google announced the Lyra voice codec for low bit-rates that combined with the open AV1 codec could lead to voice chats on 56kbps connections. Lyra makes use of machine learning and other techniques for extremely low bit-rate speech compression that can function at 3kbps. Google last year open-sourced the Lyra code while today they announced the availability of Lyra V2...
While some Linux enthusiasts eagerly recommend users boot their systems with the "mitigations=off" kernel parameter for run-time disabling of various relevant CPU security mitigations for Spectre, Meltdown, L1TF, TAA, Retbleed, and friends, with the new AMD Ryzen 7000 "Zen 4" processors while still needing some software mitigations, it's surprisingly faster for the most part leaving the relevant mitigations enabled...
Currently Linux's Logitech HID++ driver "hid-logitech-hidpp" relies on a static list of device quirks for indicating which Logitech mice support high resolution scrolling. With the upcoming Linux 6.1 kernel, the plan is to change that list of devices/quirks and to automatically determine if a device supports high resolution scrolling...
Linux 6.0 should be released as stable on Sunday unless Linus Torvalds has last minute reservations and decides to extend the cycle by an extra week. AMD has sent in a last minute set of patches for their AMDGPU kernel driver with Linux 6.0 for dealing with what appear to be the upcoming RDNA3 graphics cards...
This week was word of the Intel Arc Graphics A770 launching for $329+ on 12 October, yesterday was the embargo lift on the Arc Graphics A750 also shipping on 12 Ocrober for $289+, and now today is another embargo lift concerning Intel Arc Graphics.....
The Ubuntu-based Linux Mint operating system has been working to enhance its Driver Manager utility for dealing with proprietary and other out-of-tree kernel hardware drivers...
Recently the open-source AMD OpenGL driver "RadeonSI" enabled OpenGL threading by default for the "glthread" option that has long been opt-in on a per-game/app basis. Along with that has been a number of glthread-related improvements to this code that punts executing OpenGL calls to a separate CPU thread. The Zink OpenGL-on-Vulkan driver has now unconditionally enabled OpenGL threading too...
Microsoft engineers continue working on improving their Direct3D 12 driver within Mesa for benefiting Windows Subsystem for Linux (WSL2) usage and similar...
Cloud-Hypervisor as what started as an open-source project by Intel and now run under the Linux Foundation umbrella as a Rust-based, modern-focused hypervisor for cloud workloads keeps on advancing. In addition to Intel, Microsoft and Arm continue investing significant resources into Cloud-Hypervisor for this security-focused VMM for running Windows and Linux guests...