Searching We Love Privacy Club

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

New AMDGPU Driver Pull Request For Linux 7.2 Preps For HDML 2.1 FRL
Sent out on Wednesday was the latest AMDGPU/AMDKFD driver pull request of new feature code ready for DRM-Next as the staging area ahead of the upcoming Linux 7.2 kernel. This doesn’t yet land the HDMI 2.1 enablement work that’s finally been taking place but it is preparing for that with the FRL register headers now in place as part of this merge… ⌘ Read more

⤋ Read More

Linux’s KVM With CET Virtualization Is Causing Some Hosts To Hang
Introduced to the Linux kernel last year was Control-flow Enforcement Technology “CET” virtualization for modern AMD and Intel CPUs. This complements CET that has existed in Linux for quite some time but it’s new now to the KVM virtualization world, but some yet to be diagnosed problems are causing some hosts to hang when making use of this virtualization security feature… ⌘ Read more

⤋ Read More

14天内三爆 Linux 提权漏洞 Fragnesia,一行代码,获得 root 权限|CVE-2026-46300
从4月30日至今,Linux 已经连爆三起提权漏洞,只需要一行代码,立即获得系统 root 权限。 Fragnesia 漏洞 这次漏洞被叫做 Fragnesia(PoC 仓库代码),编号 CVE-2026-46300,得分 7.8 分。 Fragnesia 属于 Dirty Frag 漏洞家族,但并 ⌘ Read more

⤋ Read More

Older AMD GPUs Score Another Open-Source Driver Win From Valve: DRM Format Modifiers
Timur Kristóf of Valve’s Linux open-source graphics driver team isn’t done driving new improvements to aging AMD GCN 1.0/1.1 era graphics cards on Linux. Beyond enhancing display support for older APUs, transitioning GCN 1.0/1 GPUs from the legacy Radeon driver to modern AMDGPU driver, and a host of other fixes and optimizations for these old GPUs going back to the Radeon HD 7000 series, he has another notable addition that w … ⌘ Read more

⤋ Read More

SOLAI Launches $399 Solode Neo Linux AI Computer
BrianFagioli writes: SOLAI has launched the Solode Neo, a $399 Linux-based mini PC designed for always-on AI agents, browser automation, and persistent developer workflows. The compact system ships with an Intel N150 processor, 12GB LPDDR5 memory, 128GB SSD storage, Gigabit Ethernet, WiFi, Bluetooth, and a Linux-based operating system called Solode AI OS. The company says th … ⌘ Read more

⤋ Read More

Fragnesia Made Public As Latest Linux Local Privilege Escalation Vulnerability
A new Linux local privilege escalation flaw called Fragnesia has been disclosed as a Dirty Frag-like vulnerability, allowing arbitrary byte writes into the kernel page cache of read-only files through a separate ESP/XFRM logic bug. Phoronix reports: Proof of concept code for Fragnesia is already out there. There is a … ⌘ Read more

⤋ Read More

Linux Driver Posted For Intel Silicon Security Engine Interface “ISSEI”
Since Intel Meteor Lake has been the Intel Silicon Security Engine to serve as a silicon root-of-trust for secure firmware loading, boot measurements, and similar functionality. This Intel Silicon Security Engine has been built on with Lunar Lake and Panther Lake as well as set to take on more importance with future Intel hardware platforms. We are now seeing a Linux driver come for this silicon RoT with the Intel Silicon Security Engine Inte … ⌘ Read more

⤋ Read More

KDE Receives $1.4 Million Investment From Sovereign Tech Fund
The German Sovereign Tech Fund has invested 1.2 million euros ($1.4 million USD) in KDE Plasma technologies to help strengthen the structural reliability and security of the desktop environment’s core infrastructure, including Plasma, KDE Linux, and the frameworks underlying its communication services. Longtime Slashdot reader jrepin shares an excerpt fro … ⌘ Read more

⤋ Read More

Fragnesia Made Public As Latest Linux Local Privilege Escalation Vulnerability
Following last week’s disclosure of the Dirty Frag vulnerability for the Linux kernel, which only finished being patched up in mainline on Monday, Fragnesia is now public as a similar local privilege escalation (LPE) vulnerability… ⌘ Read more

⤋ Read More

[$] Managing pages outside of the direct map
When Brendan Jackman proposed
a session for the 2026 Linux Storage,\
Filesystem, Memory Management, and BPF Summit, his topic was “a
pagetable library for the kernel”. During the actual
memory-management-track session, though, he stated that the idea had
“fizzled” and he was going to cover related topics instead. What
resulted was a session on ways to efficiently mana … ⌘ Read more

⤋ Read More

[$] Revisiting mshare
Linux can share memory between processes, but each process (almost always)
has its own set of page tables. In situations where vast numbers of
processes are sharing a memory region, the combined size of the page
tables can exceed that of the shared memory itself. There has, thus, long
been an interest in enabling unrelated processes to share page tables
referring to shared memory. Anthony Yznaga is the latest developer to try
to push this idea (known as “mshare”) forward; he described the status of
that work in … ⌘ Read more

⤋ Read More

Sovereign Tech Fund invests in KDE
The KDE project has announced
that it has been awarded over €1 million from the Sovereign Tech Fund
to improve its desktop-environment software. “The investment will be
used to strengthen the structural reliability and security of KDE’s core
infrastructure, including Plasma, KDE Linux, and the frameworks underlying
its communication services.” ⌘ Read more

⤋ Read More

Discord Taunts “Year Of The Linux Desktop” With Linux Client Improvements
Discord, the popular instant messaging and VoIP communication platform, announced some significant improvements being made to their Linux client… ⌘ Read more

⤋ Read More

Scrcpy 4.0 发布:远程控制安卓手机,让 Android 应用开始有“桌面化”体验
Scrcpy 是一款开源免费的电脑控制安卓工具,支持 Windows、macOS、Linux,Scrcpy v4.0 今日更新,新增弹性显示功能(Flex Display),让 Android 应用的界面会跟着窗口大小自动调整。@Appinn 大概就是,当你在电脑上拉宽 Scrc ⌘ Read more

⤋ Read More

OpenZFS 2.4.2 Released With Linux 7.0 Kernel Support, Many Bug Fixes
For those making use of OpenZFS on Linux or FreeBSD, OpenZFS 2.4.2 is out today as the newest stable release of this ZFS file-system implementation… ⌘ Read more

⤋ Read More

AMD & Intel Roll Out New Linux Updates For Today’s Patch Tuesday
Today’s Patch Tuesday is a busier one than normal for the quarter. Both AMD and Intel have rolled out new updates for Linux customers among other security disclosures today. Thankfully though the vulnerabilities don’t appear to be too widespread or impactful… ⌘ Read more

⤋ Read More

[$] Using dma-bufs for read and write operations
The kernel’s dma-buf\
subsystem provides a way for drivers to share memory buffers, usually
in order to support efficient device-to-device I/O. At the 2026 Linux Storage,\
Filesystem, Memory Management, and BPF Summit, Pavel Begunkov, assisted
by Kanchan Joshi, led a joint session of the storage and memory-management
tracks to explore ways to make the use of dma-bufs more efficient yet, a … ⌘ Read more

⤋ Read More

DXVK-NVAPI 0.9.2 Further Improves NVIDIA Integration For Steam Play Linux Gaming
DXVK-NVAPI 0.9.2 is now available for this implementation of NVIDIA’s NVAPI/NVOFAPI interfaces atop DXVK and VKD3D-Proton that is used in turn by Valve’s Steam Play (Proton) for enhanced NVIDIA Linux gaming support… ⌘ Read more

⤋ Read More

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