Intel Core Ultra X7 Panther Lake Performance On Linux 7.1
After recently noting the Intel Arc B580 Battlemage performance improving with Linux 7.1 and similarly finding performance gains for the Arc Pro B70 on Linux 7.1, several Phoronix readers have been wondering whether the newer Xe3 graphics with Panther Lake similarly benefit. Here are some CPU and iGPU benchmarks of the Core Ultra X7 358H “Panther Lake” SoC between Linux 7.0 and the recently stabilized Linux 7.1 kernel. ⌘ Read more
Initial AMDGPU HDMI 2.1 FRL Support Successfully Merged For Linux 7.2
The Direct Rendering Manager (DRM) kernel graphics/display and accelerator driver changes have been merged for Linux 7.2. The Linux 7.2 DRM merge is headlined by the long-awaited HDMI 2.1 Fixed Rate Link (FRL) support for the AMDGPU open-source driver as part of the larger effort of finally proceeding with a full HDMI 2.1 implementation for this AMD Radeon Linux driver… ⌘ Read more
FreeBSD Updates Its Graphics Driver Port From Linux 6.12 LTS
As part of improving the experience of FreeBSD on laptops and desktops, FreeBSD developers have updated their drm-kmod port against the state of the Linux 6.12 LTS kernel… ⌘ Read more
Linux Finally Ends AppleTalk Protocol Support
While the AppleTalk networking protocols were innovative when they first appeared for their plug-and-play capabilities, Apple itself ended their AppleTalk support back in 2009. Now 17 years later, the Linux kernel is ending AppleTalk support due to a recent surge of AI-generated patches… ⌘ Read more
IO_uring, NVMe & Other Block + Device Mapper Changes Merged For Linux 7.2
Linux 7.2 continues seeing a fair amount of storage-related changes from file-systems to the block device code itself, software RAID, the wonderful IO_uring interface, and more. Here is some of the latest feature work that has been merged for Linux 7.2… ⌘ Read more
Linux Enacts Guidance To Tighten Acceptance Of New File-Systems Into The Kernel
There is no shortage of different file-systems available for Linux. New file-systems continue to come about in the open-source world but ultimately many of them end up not being well maintained or having very limited users and not necessarily innovating enough to make them worthwhile over other alternatives. Given the continued increase in file-systems looking to get into the Linux kernel, such as FTRFS and VMUFAT being some of the … ⌘ Read more
Btrfs Now Enables Large Folios By Default, Lands Huge Folios With Linux 7.2
The Btrfs file-system feature updates have been merged for the Linux 7.2 kernel with a few noteworthy changes for this copy-on-write file-system… ⌘ Read more
Speaking of UIs, this is how Thunderbird looks now:
So we continue to let every program make up its own UI style (and then we complain that “the Linux desktop” looks “messy” and “inconsistent”). I guess this uses GTK, but it doesn’t look like any other GTK program. Buttons, tabs, drop-downs, whatever, it’s all different. It even has its own subwindow system (i.e., popups that you can’t move).
I didn’t say this in the blog post, but I’m convinced that programmers these days absolutely positively hate everything that looks even remotely like Windows 95 or Motif – with a passion. I see that in my coworkers as well, they really can’t stand it. It’s an emotional thing.
Linux 7.2 Improves Anonymous/Unnamed Pipe Performance For Shell Pipelines & More
Yet another performance optimization merged for the in-development Linux 7.2 kernel is improving the speed of anon_pipe_write, the kernel function used for writing data into anonymous/unnamed pipes such as when using shell pipelines or standard streams from applications… ⌘ Read more
Russian Spam and Profanities Are Now Plaguing the Arch Linux AUR
The Arch Linux User Repository “AUR” is facing another issue just days after more than 1,500 packages were found carrying malware. According to Phoronix, over 70 AUR packages have reportedly been modified to insert Russian spam and profane messages into users’ shell configuration files. From the report: Nicolas Boichat with his AI/LLM detection bot … ⌘ Read more
Linux 7.2 Can Significantly Lower Container Exit/Unmount Latency
A patch series merged for the Linux 7.2 kernel addresses a race condition that can occur when a container is exiting yielding “VFS: Busy inodes after unmount” messages and a possible user-after-free condition. But the patch series also goes further and delivers a very nice optimization to lower the container unmounting latency for environments with heavy I/O load… ⌘ Read more
Linux 7.2 Adds Ability To Limit Programs To Only Open Regular Files, Avoid Being Tricked Or Doing Silly Things
Merged as part of the many VFS changes for Linux 7.2 is the new OPENAT2_REGULAR flag for the openat2 system call. This can be used to limit programs to only open regular file-systems and avoid accidentally or intentionally opening up device files or other non-conventional data files on the file-system… ⌘ Read more
Linux 7.2 Continues Removing Old i486 Code Remnants, Adds Rugged Panther Lake
The x86/cpu changes have been merged for the Linux 7.2 kernel with an interesting span of changes covering 36 years from the Intel 486 days up to adding the new “rugged” Panther Lake variant… ⌘ Read more
XFS Zone Allocator No Longer Experimental With Linux 7.2
The XFS file-system updates for the Linux 7.2 kernel aren’t too notable with the exception of its zone allocator being promoted from behind its previously-experimental flag… ⌘ Read more
Linux 7.2 Power Management Adds New Hardware Support While Dropping AMD Elan
The power management changes merged for the Linux 7.2 kernel are aplenty as usual. New hardware support, dropping obsolete hardware support, and various bug fixes and other enhancements throughout this important area of the kernel… ⌘ Read more
Linux 7.2 Optimization Shows +5% IOPS For EXT4 & XFS After Moving Around Two Lines Of Code
In addition to the surprising impact of /proc/filesystems read optimizations for Linux 7.2, another one of the VFS pull requests for this next kernel version is delivering some nice improvements for EXT4 and XFS around IOmap, the framework that maps file data offsets in memory to their physical locations on storage… ⌘ Read more
Intel Performance Skills: New Open-Source Project Leveraging AI For Linux Performance Optimizations
The newest open-source project out of Intel is the Intel Performance Skills project that is providing AI agent skills to help with CPU performance analysis and performance optimizations on Linux… ⌘ Read more
FreeBSD Receives Funding To Launch AI-Assisted Vulnerability Discovery
The FreeBSD Project announced today the launch of an AI-Assisted Vulnerability Discovery Project with grant funding provided by the Linux Foundation backed Alpha-Omega project. Alpha-Mega has sponsors including Microsoft, AWS, Google, Anthrophic, OpenAI, and others who will now be helping with FreeBSD uncovering new vulnerabilities by leveraging AI… ⌘ Read more
Russian Spam & Profanities Are Now Plaguing The Arch Linux AUR
After days of dealing with 1,500+ packages in the Arch Linux AUR containing malware, the latest headache in the Arch Linux User Repository is Russian spam and offensive messages… ⌘ Read more
Reading /proc/filesystems Is Surprisingly Done Very Often & Now As Much As 444% Faster
Reading /proc/filesystems for obtaining a list of file-systems supported by the running kernel is done frequently on Linux. Namely due to being read by the SELinux library (libselinux), reading of /proc/filesystems is done more often than one would typically expect and now the Linux 7.2 kernel is optimizing for it to yield much better performance… ⌘ Read more
Cache Aware Scheduling Merged For Linux 7.2 For Boosting Modern Intel & AMD CPUs
The scheduler updates were merged this morning for the Linux 7.2 kernel and it’s exciting. Cache Aware Scheduling has finally been merged! This is a win for especially modern Intel and AMD processors with multiple last level caches (LLCs)… ⌘ Read more
Linux 7.2 Introducing The Rust Zerocopy Library To Eliminate More “Unsafe” Code
Miguel Ojeda already mailed in the many Rust code changes for the in-development Linux 7.2 kernel. This is quite a big Rust code with more than forty thousand new lines of Rust code in the kernel… ⌘ Read more
Linux 7.2 To Better Communicate File-System Casefolding For Helping Windows NFS & More
Newly-merged code for the in-development Linux 7.2 kernel will now expose the case-folding (case insensitive) behavior of local file-systems so that Linux file servers and others can properly report the actual behavior rather than guessing if case-folding is actually used/supported… ⌘ Read more
GNU Linux-libre 7.1-gnu Released With More Driver Deblobbing, Unhappy With i486 Removal
Following yesterday’s release of the upstream Linux 7.1 kernel release, GNU Linux-libre 7.1 is out with its new build for de-blobbing various drivers from loading non-free-software microcode/firmware and other sanitizing of the kernel code in the name of software freedom… ⌘ Read more
Linux 7.2 To Raise LLVM/Clang Compiler Requirement, Add Support For Distributed ThinLTO
Among the early pull requests sent in prior to today’s Linux 7.1 release of new material aiming for Linux 7.2 were all the Kbuild updates… ⌘ Read more
Vintage AMD R600 Graphics Driver Sees Code Cleanups Thanks To GitHub Copilot
Phoronix reports:
The AMD R600 Gallium3D driver saw 59 commits [last] Sunday to Mesa 26.2. Making this code restructuring and code cleaning all the more notable is that the improvements to this old AMD Radeon graphics driver was done in part by GitHub Copilot.
Gert Wollny has been among the few open-source developers … ⌘ Read more
Linux 7.1 Released: New NTFS Driver, Intel FRED For Panther Lake, Faster Arc Graphics
Linus Torvalds just released the stable Linux 7.1 kernel and it’s coming a half-day early thanks to his travel plans… ⌘ Read more
Revised AVX-512 xor_gen() Implementation For Linux RAID Yielding More Performance Gains
A few days back I wrote about Google’s Eric Biggers spearheading an AVX-512 implementation of xor_gen() as the Linux kernel function used for generating and validating parity blocks such as for RAID5/RAID6. That initial implementation was yielding up to 41% better performance while a new implementation has now been posted for scoring some additional victories… ⌘ Read more
Arch Linux Malware Incident: Malicious Commits Found in 1,579 Packages
More than 1,500 user-contributed packages in the Arch Linux User Repository “AUR” were infected with malware, reports Phoronix:
The last message in the thread over this security incident is noting that Arch Linux developers have deleted all the malicious commits they are aware of. Cited was this list that puts the number of malware-af … ⌘ Read more
Arch Linux Now Believes Malware Incident Under Control: More Than 1,500 Packages
Article URL: https://www.phoronix.com/news/Arch-Linux-AUR-More-Than-1500
Comments URL: https://news.ycombinator.com/item?id=48516379
Points: 6
# Comments: 0 ⌘ Read more
Intel Thermald 2.5.12 Released… With Initial Support For ARM
Released on Friday was the newest version of Intel Thermald, the thermal daemon developed by Intel for their processors on Linux for monitoring and helping control temperatures across modern Intel-powered laptops and desktops. Catching me immediately by surprise was Intel Thermald 2.5.12 introducing support for ARM… ⌘ Read more
Arch Linux Now Believes Malware Incident Under Control - More Than 1,500 Affected Packages
The day started out with Arch Linux’s AUR user-contributed repository seeing more than 400 packages compromised with malware. Now in ending out the day they believe all affected commits have been addressed. But it ended up being more than 1,500 affected packages… ⌘ Read more
Wine 11.11 Released With Wayland Improvements
Alexandre Julliard just released Wine 11.11 as the newest bi-weekly development release of this open-source software that powers Valve’s Steam Play (Proton) and allows for running Windows games and applications under Linux as well as other platforms… ⌘ Read more
[$] An overlayfs update
In a shortened session in the filesystem track at the 2026 Linux Storage,\
Filesystem, Memory Management, and BPF Summit, Amir Goldstein gave an
update on the overlayfs\
union filesystem. There are some new features over the last few years
that he wanted to mention, along with looking at the status of nesting
overlayfs layers. The composefs use case
that was [discussed at th … ⌘ Read more
AMD Opens Pre-Orders For The Linux-Friendly Ryzen AI Halo Developer Platform
AMD today announced the opening of pre-orders for their Ryzen AI Halo petite PC powered by AMD Ryzen AI Max+ “Strix Halo” and working with either Microsoft Windows or Linux… ⌘ Read more
Linux 7.2 Features Expected: Apple M3, Initial AMDGPU HDMI 2.1 FRL, USB4STREAM, Cache Aware Scheduling
Linux 7.1 stable is expected to be released this Sunday with its many new features. Immediately following the Linux v7.1 tagging, the Linux 7.2 merge window will open and a lot of new feature material is expected to be merged over the next two weeks… ⌘ Read more
Red Hat Releases Second Developer Preview Of RHEL 10 For RISC-V
Last year when releasing Red Hat Enterprise Linux 10.0, Red Hat announced a RHEL 10.0 developer preview for RISC-V. Since then that RISC-V developer preview hadn’t been updated but now Red Hat has published a new developer preview snapshot based on RHEL 10.2… ⌘ Read more
Security updates for Friday
Security updates have been issued by AlmaLinux (.NET 10.0, .NET 8.0, .NET 9.0, bind, expat, httpd:2.4, kernel, kernel-rt, mod_http2, openssl, poppler, redis, redis:7, samba, and unbound), Debian (ironic, kernel-wedge, libinput, linux-base, and neutron), Fedora (kernel, openssl, vaultwarden, and vaultwarden-web), Mageia (erlang-hex_core, erlang-rebar3, gnupg2, and sqlite3), Red Hat (buildah, podman, and skopeo), SUSE (flannel, gdk-pixbuf-loader-libheif, gnutls, google-cloud-sap-age … ⌘ Read more
New NTFS Linux Driver Being Improved For Windows Native Symbolic Links
One of the exciting additions to the Linux 7.1 kernel is the introduction of the new NTFS file-system kernel driver. While in good shape already and proving advantageous over other NTFS open-source driver options, one of the initial limitations on it is around Windows native symbolic link handling but that is now in the process of being resolved… ⌘ Read more
Arch Linux’s AUR Sees More Than 400 Packages Compromised With Malware
The Arch Linux User Repository “AUR” was hit by a large-scale malware campaign this week with more than 400 of these user-supplied packages being compromised… ⌘ Read more
Wine Wayland Driver Lands Alpha Modifier Support For Opacity Handling
The Wine Wayland driver continues to be improved upon for bettering the experience around Windows games/applications running natively on Wayland Linux desktops without having to go through X11/XWayland. The newest feature merged is alpha modifier support for opacity handling of surfaces… ⌘ Read more
Kernel-Bug: FreeBSD-Exploit “Bumsrakete” verleiht Root-Zugriff
Ein Exploit namens Bumsrakete gefährdet alle FreeBSD-Versionen der letzten fünf Jahre. Die Entdecker nehmen es mit reichlich Humor. ( Sicherheitslücke, Linux-Kernel)
Mesa 26.2 Preps For AMD GFX1156 For New, Post-Strix-Halo RDNA 3.5 Graphics
Being submitted on the kernel side with the upcoming Linux 7.2 kernel is initial support for the GFX 11.5.6 graphics IP block along with several other newer IP blocks such as SDMA 6.4, NBIO 7.11.5, IH 6.4, HDP 6.4, MMHUB 3.4.2, SMU 15.0.5, ATHUB 3.4.2, and VPE 2.2. Now in user-space for the Mesa RadeonSI Gallium3D and RADV Vulkan drivers is the GFX1156 (GFX 11.5.6) support being prepared too… ⌘ Read more
Anzeige: LPIC-1-Prüfungen 101/102: Linux-Wissen strukturiert auffrischen
LPIC-1 ist ein gängiger Nachweis für Linux-Systemadministration. Wer LPI 101 und LPI 102 bestehen will, muss Grundlagen sicher beherrschen und sauber wiederholen. Ein Online-Workshop bereitet strukturiert vor. ( Golem Karrierewelt, Server-Applikationen) , with more flexible
sizing implemented in software, has been growing. If all goes well, the
7.2 development cycle will include the addition of [a new feature](h … ⌘ Read more
Intel XPU Manager 2.0 Overhauls Windows & Linux Management For Arc Pro GPUs
Just a week after the release of Intel XPU Manager 1.3.7, Intel today released XPU Manager 2.0 as a major overhaul for this software for monitoring and management of their data center GPUs on Microsoft Windows and Linux… ⌘ Read more
Linux 7.2 To Enable ESWIN SoC Support By Default For RISC-V Kernel Builds
An important one-liner is set to come for Linux 7.2 to enable ESWIN SoC support by default for RISC-V kernel builds. This change will allow default RISC-V kernel builds in turn to boot on the likes of SiFive’s HiFive Premier P550 developer board… ⌘ Read more
macOS 27 Beta Boots Asahi Linux Off Apple Silicon
The Asahi Linux team is warning Apple Silicon users not to upgrade to the macOS 27 beta because Apple’s changes to the boot picker and Startup Disk app make Asahi partitions invisible, preventing Linux from booting. The Register reports: The team added: “If you insist on trying out macOS 27 as soon as possible, please ensure you install a secondary copy of macOS 26 first, or … ⌘ Read more