Searching We Love Privacy Club

Twts matching #linux
Sort by: Newest, Oldest, Most Relevant

IBM s390 Is The Latest Architecture Seeing Rust Linux Kernel Support
An IBM engineer posted the first set of patches enabling the Rust programming language support for the Linux kernel to be built on the s390 architecture… ⌘ Read more

⤋ Read More

Running Four Intel Graphics Cards Under Linux On Ubuntu 26.04
It’s been nearly one year to the week since Intel introduced Project Battlematrix as their initiative for improving their Linux driver support for the Arc Pro B-Series with enhancements such as bettering the multi-GPU support in allowing up to eight Arc Pro GPUs per system as well as other open-source driver optimizations in the era of AI. Recently with the Arc Pro B70 in having four review samples for testing I was finally able to try out the multi-GP … ⌘ Read more

⤋ Read More

[$] Scaling transparent huge pages to 1GB
As a general rule, when developers talk about huge pages, they are
referring to PMD-level pages that are 1MB or 2MB in size, depending on the
CPU architecture. Most CPUs can support other huge-page sizes, though. On
x86 systems, PUD-level huge pages hold 1GB of data. Providing such large
pages transparently to processes has generally not been considered as
either feasible or desirable, but Usama Arif is trying to change that
assessment. At the 2026 [Linux Storage,\
Filesystem, Memory Manageme … ⌘ Read more

⤋ Read More

Security updates for Tuesday
Security updates have been issued by AlmaLinux (freerdp, glib2, libsoup3, and openexr), Debian (dnsmasq, p7zip, p7zip-rar, python-authlib, and rails), Fedora (chromium, firefox, httpd, and nss), SUSE (java-25-openj9, krb5, libmodsecurity3, and mcphost), and Ubuntu (imagemagick, linux, linux-aws, linux-aws-fips, linux-aws-hwe, linux-azure-4.15, linux-fips, linux-gcp, linux-gcp-4.15, linux-gcp-fips, linux-hwe, linux-kvm, linux-oracle, linux-azure, linux-azure-fips, linux-oracle, linux-az … ⌘ Read more

⤋ Read More

ARCTIC Fan Controller Driver Expected To Land In Linux 7.2
A new driver expected to land in the upcoming Linux 7.2 kernel is the ARCTIC Fan Controller driver to allow fan speed monitoring and PWM controls for this upcoming ARCTIC product. Making this new driver all the more exciting is that it was worked on by ARCTIC directly compared to the typical workflow for such desktop/consumer hardware peripherals often being left up to the reverse-engineering, open-source community… ⌘ Read more

⤋ Read More

Linux Scheduler Work Helping Boost Gaming Performance On Old “Potato” Hardware
Prominent Linux kernel engineer Peter Zijlstra of Intel has been working on a set of scheduler patches to help with enhancing the behavior and delivering better results, especially for aging hardware he described as a “potato” – an Intel Sandy Bridge desktop CPU with AMD Radeon RX 580 Polaris graphics. Benchmark results are promising from this work for gaming on old hardware while other workloads may ultimately stand to benefit too… ⌘ Read more

⤋ Read More

Fwupd 2.1.3 Brings Firmware Updating To Modular Smartphones
Fresh off the milestone of Dell and Lenovo becoming premier sponsors of the Linux Vendor Firmware Service (LVFS), there is a new feature release of the Fwupd firmware updating tool for Linux systems… ⌘ Read more

⤋ Read More

Intel Looking To Move Their Low-Power Mode Daemon Into The Linux Kernel Source Tree
For years Intel has been developing the Low Power Mode Daemon “LPMD” to help their hybrid laptop and desktop CPUs deliver optimal power efficiency under Linux. Intel LPMD leverages hardware hints and other features for optimizing active idle power of the processor and putting the system into lower power modes where possible. This tool could soon call the Linux kernel source tree its new home… ⌘ Read more

⤋ Read More

HDMI 2.1 Display Stream Compression “DSC” Also Ready For AMDGPU Linux Driver
At the beginning of the month was the surprise milestone of AMD posting AMDGPU kernel driver patches for HDMI 2.1 Fixed Rate Link (FRL) support. The HDMI FRL patches have since been updated to also enable HDMI 2.1’s Display Stream Compression (DSC) functionality for higher resolutions and higher refresh rates with the open-source AMDGPU driver… ⌘ Read more

⤋ Read More

Redesigned Thelio Major Elevates System76’s All-AMD, Open-Source Linux Workstation
A few weeks back we reviewed the redesigned System76 Thelio Mira with a brand new chassis design and powered by the AMD Ryzen 9000 series. This was an interesting Linux-powered desktop manufactured in Colorado while for those needing a bit more performance, since then the redesigned Thelio Major launched. The new System76 Thelio Major provides an updated Thelio case design like Mira while comes packed with the AMD Ryzen Thread … ⌘ Read more

⤋ Read More

[$] Providing 64KB base pages with 4KB kernels, two different ways
Some CPU architectures are able to run with a number of different base-page
sizes; using a larger size can often result in better performance at the
cost of increased memory use. Other architectures are more limited. At
the 2026 Linux\
Storage, Filesystem, Memory Management, and BPF Summit, two sessions in
the memory-management track explored options for letting processes run with
64KB page sizes when the underlying kern … ⌘ Read more

⤋ Read More

Security updates for Monday
Security updates have been issued by AlmaLinux (corosync, freeipmi, kernel, and kernel-rt), Debian (corosync, firefox-esr, kernel, lcms2, libpng1.6, linux-6.1, php8.2, php8.4, postorius, pyjwt, and tor), Fedora (dotnet10.0, exim, gnutls, kernel, nextcloud, nodejs22, php, proftpd, prosody, python-pulp-glue, python-requests, rclone, and SDL3_image), Mageia (firefox, nss, rootcerts, openvpn, thunderbird, and vim), Oracle (corosync, freeipmi, gstreamer1-plugins-bad-free, gstreamer1-plugins … ⌘ Read more

⤋ Read More

F2FS Preparing FSERROR Reporting Support
Introduced in Linux 7.0 was FSERROR as generic I/O error reporting infrastructure. Linux to that point had no standardized mechanism for reporting metadata corruption or file I/O errors to user-space with each file-system doing its own thing. The Flash-Friendly File-System (F2FS) is now the latest Linux file-system preparing for FSERROR usage… ⌘ Read more

⤋ Read More

Linux Kernel Starts Retiring Support for AMD’s 30-Year-Old K5 CPUs
Linux 7.1 started phasing out support for Intel’s 37-year-old i486 processor. Linux 7.2 removed drivers for the old AMD Elan 32-bit systems on a chip.

And now some i586 and i686 class processors are being removed, reports Phoronix:

Supporting those vintage GPUs without the Time Stamp Counter “TSC” instruction are becoming a burden… TSC-ca … ⌘ Read more

⤋ Read More

AMD Ryzen AI & Intel NPU Drivers Adding New Power Features With Linux 7.2
Last week’s drm-misc-next pull request of new Direct Rendering Manager and accelerator driver feature material destined for Linux 7.2 include some new power management control features both for the AMD Ryzen AI and Intel NPU drivers… ⌘ Read more

⤋ Read More

Axboe Hacking On New Linux Patches For 60% Increase To Per-Core I/O Performance
Following a presentation at last week’s Linux storage, file-system, memory management and BPF summit (LSFMM) in Croatia where Linux I/O overhead compared to the Storage Performance Development Kit (SPDK) was presented, Jens Axboe was motivated to pursue some new Linux kernel optimizations for greater per-core I/O performance. This lead IO_uring developer and Linux block maintainer has managed to achieve around a 60% increase to … ⌘ Read more

⤋ Read More

OpenAI’s Coding Agent Helped Create A New AMD Temperature Driver For Linux
The newest open-source AMD Linux driver on the Linux kernel mailing list that has recently been undergoing review is prom21-xhci that exposes the temperature sensors found on the AMD Promontory 21 chipsets’ xHCI controllers… ⌘ Read more

⤋ Read More

Open Source Registries Join Linux Foundation Working Group to Address Machine-Generated Traffic
Under the nonprofit Linux Foundation, “a new Sustaining Package Registries Working Group will seek to identify concrete funding, governance, and security practices,” reports ZDNet, “to keep code flowing as download counts grow…. Because software builds, continuous integration pipelin … ⌘ Read more

⤋ Read More

Kconfirm Is On A Quest To Clean Up The Linux Kernel’s Configuration System
New tooling being worked on for possible mainline Linux kernel inclusion is Kconfirm as a new tool for detecting misusage and efforts stemming from Kconfig, the configuration system for kernel builds… ⌘ Read more

⤋ Read More

Microsoft Releases Azure Linux 3.0.20260506 With Many Security Fixes
Microsoft released Azure Linux 3.0.20260506 on Saturday in order to ship the latest security fixes affecting a wide variety of open-source software projects… ⌘ Read more

⤋ Read More

FEX 2605 Brings Performance Improvements, Initial Snapdragon X2 Elite Fixes
FEX 2605 is out this weekend as the newest monthly feature release to this emulator for running Linux x86_64 binaries on ARM64 (AArch64) devices. This is the open-source project sponsored by Valve and planned for use with the upcoming Steam Frame as well as being relevant to Linux gaming on other 64-bit ARM laptops and other devices… ⌘ Read more

⤋ Read More

NVIDIA-VAAPI-Driver 0.0.17 Fixes Support For GB10 Powered Systems
The open-source, community-developed NVIDIA-VAAPI-Driver that provides a Video Acceleration API (VA-API) implementation built atop NVIDIA’s NVDEC video decode interface is out with a new release. This is the open-source project that’s motivated by getting accelerated video decoding to work within Mozilla Firefox and other apps when running with NVIDIA’s packaged Linux driver… ⌘ Read more

⤋ Read More

Linux Enables Auto Counter Reload “ACR” For Intel Xeon Diamond Rapids
Merged as part of the perf subsystem fixes overnight is enabling Auto Counter Reload (ACR) functionality for upcoming Intel Xeon Diamond Rapids processors. This ACR enabling for Diamond Rapids “DMR” is happening in time for Linux 7.1-rc3 on Sunday while the work is also marked for back-porting to existing stable kernels… ⌘ Read more

⤋ Read More

New Linux ‘Dirty Frag’ Zero-Day Gives Root On All Major Distros
mrspoonsi shares a report: Dirty Frag is a vulnerability class, first discovered and reported by Hyunwoo Kim (@v4bel), that can obtain root privileges on major Linux distributions by chaining the xfrm-ESP Page-Cache Write vulnerability and the RxRPC Page-Cache Write vulnerability. Dirty Frag extends the bug class to which Dirty Pipe and Copy Fail be … ⌘ Read more

⤋ Read More

HP Z6 G5 A Continues Working Out Well For Linux-Friendly, High-End Workstation
In late 2023 I reviewed the HP Z6 G5 A workstation that at the time was built around the AMD Ryzen Threadripper PRO 7000 series and NVIDIA RTX Ada Generation graphics. More recently, HP has revised the Z6 G5 A workstation for the latest Threadripper PRO 9000 series and NVIDIA RTX PRO Blackwell graphics. HP sent over the upgraded Z6 G5 A workstation that I’ve been benchmarking the past few weeks. This workstation remains Linux-friendly down to … ⌘ Read more

⤋ Read More

[$] A 2026 DAMON update
The kernel’s DAMON subsystem
provides user-space monitoring and management of system memory. DAMON is
developing rapidly, so an update on its progress has become a regular
feature of the annual Linux Storage,\
Filesystem, Memory Management, and BPF Summit. This tradition
continued at the 2026 gathering with an update from DAMON creator SeongJae
Park covering a long list of new capabilities — tiering, data attribute … ⌘ Read more

⤋ Read More

DM-INLINECRYPT Expected For Linux 7.2 To Leverage Inline Encryption
Queued for merging as part of the DeviceMapper changes for the upcoming Linux 7.2 kernel cycle is the new dm-inlinecrypt target for leveraging inline block device encryption… ⌘ Read more

⤋ Read More

AMD’s Local, Open-Source AI Can Now Easily Interact With Your Gmail
AMD software engineers continue rapidly advancing their open-source software efforts around local AI/LLM use on consumer-class Radeon and Ryzen hardware. AMD GAIA 0.17.6 was released on Thursday with more improvements for local AI processing on Windows, Linux, and even macOS. For those trusting enough in local LLM pipelines to do the right thing, there is even integration now for AMD GAIA to interface with your Gmail account… ⌘ Read more

⤋ Read More

Linux Erroneously Thinks Intel Bartlett Lake CPUs Run At 7GHz
With Intel’s recently-launched Bartlett Lake P-core-only processors intended for the embedded market, there is a rather surprising oversight under Linux: the Intel P-State driver reporting a 7.0+ GHz clock speed. While many would yearn for a 7GHz CPU, the Core 9 273PE where this issue was discovered in reality can only boost up to 5.7GHz for its maximum turbo frequency… ⌘ Read more

⤋ Read More

Dirty Frag Vulnerability Made Public Early: Root Privilege On All Distributions
One week after the Copy Fail vulnerability, a new Linux local privilege escalation bug has been made public. This time around there are no patches or CVEs yet for this “Dirty Frag” vulnerability as the embargo was broken early and thus the security researcher went ahead and published earlier than anticipated… ⌘ Read more

⤋ Read More

AMD K5 CPUs The Latest To Be Retired With Linux’s Aging & Stagnate Hardware Support
Following Linux 7.1 beginning to phase out i486 CPU support and in turn drivers like those for the old AMD Elan SoCs now being removed, for Linux 7.2 the processor support removal is going further to now include some i586 and i686 class processors… ⌘ Read more

⤋ Read More

Dirty Frag: a zero-day universal Linux LPE
Hyunwoo Kim has announced
the Dirty\
Frag security flaw, a
local-privilege-escalation (LPE) vulnerability similar to the
recently disclosed Copy Fail
flaw:

Because the embargo has now been broken, no patches or CVEs exist for
these vulnerabilities. After consultation with the linux-distros@vs.openwall.org
maintainers, and at the maintainers’ re … ⌘ Read more

⤋ Read More

Microsoft Issues Warning About Linux ‘Copy Fail’ Vulnerability
joshuark shares a report from Linux Magazine: Microsoft has issued a warning that a vulnerability with a CVSS score of 7.8 has been found in the Linux kernel. The vulnerability in question is tagged CVE-2026-31431 and, according to the Cybersecurity and Infrastructure Security Agency (CISA), “This Linux Kernel Incorrect Resource Transfer Between Spheres … ⌘ Read more

⤋ Read More

Linux 7.2 To Support Realtek RTL8159 10GbE USB Ethernet
The Realtek RTL8159 has been appearing in some 10G-rated USB network adapters at online retailers, some for less than $100 USD. But currently the RTL8159 is only supported by Realtek’s out-of-tree Linux kernel driver, but fortunately there will be mainline support coming with the Linux 7.2 kernel this summer… ⌘ Read more

⤋ Read More

[$] A new era for memory-management maintainership
On April 21, Andrew Morton let\
it be known that he intends to begin stepping away from the
maintainership of kernel’s memory-management subsystem — a responsibility
he has carried since before memory management was even seen as its own
subsystem. At the 2026 Linux Storage, Filesystem, Memory Management, and
BPF Summit, one of the first sessions in the memory-management track was
devoted to how the … ⌘ Read more

⤋ Read More

Flattened Image Tree 1.0 Specification For Embedded Linux Systems
The Flattened Image Tree “FIT” 1.0 specification was recently finalized for this container format used by U-Boot on embedded systems for providing various boot components like DTBs, the Linux kernel image, and more into a single file… ⌘ Read more

⤋ Read More

Linux Drivers For The AMD Elan SoCs From The 1990s On Track For Retirement
Merged for the current Linux 7.1 cycle was beginning to phase out the Intel 486 processor support from the mainline kernel moving forward. That initial step with Linux 7.1 was dropping the various Kconfig options to allow compiling Linux kernel builds for targeting various i486 platforms. As part of that, the AMD Elan SoC configuration patches were dropped. The next step is proceeding on the AMD Elan side with beginning to remove the … ⌘ Read more

⤋ Read More

SR-IOV Support Appears To Be Coming For Next-Gen Ryzen AI NPUs
AMD recently upstreamed Linux support for their next-gen AIE4 NPU. That next-gen AMD NPU support is expected to premiere in Linux 7.2 while this week an interesting new patch series has surfaced for SR-IOV support with those upcoming neural processing units… ⌘ Read more

⤋ Read More

Linux 7.2 To Integrate The AMDGPU “Power Module” To Better Align With Windows
Sent out today was a batch of “new stuff” for the AMDGPU graphics and AMDKFD compute kernel drivers that are ready for DRM-Next to queue until the Linux 7.2 merge window happens in June. Most notable is the introduction of the AMDGPU DC power module to better align with the Radeon power management behavior under Microsoft Windows… ⌘ Read more

⤋ Read More

Nouveau vs. NVIDIA R595 Linux Driver For Workstation Graphics Performance
When having the HP Z6 G5 A workstation in the lab for benchmarking, one of the curiosity-driven tests was seeing how well the latest open-source and upstream Nouveau driver stack is competing against the latest official NVIDIA R595 driver for workstations. The official NVIDIA Linux driver stack remains the best positioned software solution for RTX (PRO) hardware but Nouveau continues evolving while awaiting the Nova kernel driver to rea … ⌘ Read more

⤋ Read More

Intel’s Vulkan Linux Driver Now Supports Device Generated Commands “DGC”
Exciting yesterday in the land of Intel’s open-source Vulkan driver “ANV” for Linux systems was introducing experimental support for descriptor heaps with the VK_EXT_descriptor_heap extension. Today there is another separate exciting development for this open-source Intel driver: Vulkan device generated commands are finally merged!.. ⌘ Read more

⤋ Read More

Dell & Lenovo Now Sponsoring The Linux Vendor Firmware Service
Dell and Lenovo have stepped up to become premier sponsors for the Linux Vendor Firmware Service (LVFS) that provides for seamless system firmware and device/component firmware updating under Linux with the Fwupd client… ⌘ Read more

⤋ Read More

VKD3D-Proton 3.0.1 Brings More Improvements For Direct3D 12 On Vulkan
Hans-Kristian Arntzen of Valve’s Linux graphics driver team announced the release today of VKD3D-Proton 3.0.1 for Direct3D 12 over the Vulkan API… ⌘ Read more

⤋ Read More

AMD Expands ROCm Support On Windows WSL To More Ryzen Hardware
Back in March AMD announced the open-source ROCDXG library for improved ROCm support on WSL (Windows Subsystem for Linux). The ROCDXG-based solution provides better ROCm compatibility within these Linux confines atop Windows 11 compared to their prior, now-legacy-based WSL support. A new ROCDXG release now available further expands the ROCm WSL2 support to more Ryzen hardware… ⌘ Read more

⤋ Read More

Intel Kernel Graphics Driver Brings Panel Replay Tunneling For Linux 7.2
Now that the Linux v7.1 merge window is well past, Intel kernel graphics driver engineers are busy prepping new feature code for introduction for targeting the Linux 7.2 kernel this summer… ⌘ Read more

⤋ Read More