Linux 7.1 Lands Workaround For Arm C1-Pro Erratum
Merged yesterday to the Linux 7.1 kernel is a workaround for an Arm C1-Pro CPU hardware bug around its Scalable Matrix Extension implementation… ⌘ Read more
Linux 7.1 Staging Ushered In More Developers To Make Their First Kernel Contributions
Over the weekend Greg Kroah-Hartman sent out his various pull requests for the areas of the kernel he oversees. Among those is the staging area where this time around the notable activity isn’t too much about feature work but many developers making some of their first contributions to the upstream kernel… ⌘ Read more
Linux 7.1 KVM Adds “Very Experimental” Support For pKVM Protected Guests
The Kernel-based Virtual Machine changes were recently merged for the Linux 7.1 merge window for further enhancing KVM as this important piece of the open-source virtualization stack… ⌘ Read more
While New NTFS Driver Merged, NTFS3 Driver Sees Fixes & Minor Changes For Linux 7.1
Last week saw the “NTFS resurrection” as Linux Torvalds put it with the new/overhauled NTFS driver having been merged for Linux 7.1. Even still, the NTFS3 driver that was contributed a few years ago by Paragon Software remains in the mainline kernel and today were some fixes/improvements merged for that existing driver… ⌘ Read more
A Lot Of Memory Management “MM” Improvements Merged For Linux 7.1
Andrew Morton recently sent out his various “MM” related pull requests for the ongoing Linux 7.1 kernel. There are a number of memory management optimizations in this next kernel version, which is always nice to see but all the more so these days with the inflated RAM pricing and other computer component prices… ⌘ Read more
Linux 7.1 Kernel Graphics Driver Changes Merged With Intel & AMD Leading The Way
The Direct Rendering Manager (DRM) kernel graphics driver and accelerator driver changes for Linux 7.1 were recently merged to Git. As usual, it’s the Intel and AMD kernel graphics drivers seeing a bulk of the interesting open-source GPU driver activity. Plus ongoing work to make Rust-based GPU drivers more viable… ⌘ Read more
JFS Sees Data Integrity Hardening With Linux 7.1
It’s pretty rare nowadays seeing any real changes to the JFS file-system on Linux when there are multiple far superior solutions available. But in any event, the JFS file-system driver has seen a few fixes in Linux 7.1… ⌘ Read more
New Lenovo Legion Go Drivers & More Sony HID Device Support In Linux 7.1
The HID subsystem updates landed this week for the in-development Linux 7.1 kernel that includes new hardware support and other changes… ⌘ Read more
Linux 7.1 Adds Some New PCIe Drivers While Nuking Some PCI Drivers
The PCI subsystem updates were merged this week for the Linux 7.1 kernel with a wide assortment of PCI(e) changes from new to old hardware… ⌘ Read more
HP Will Discontinue ‘HP Anyware’ Remote Desktop, Trusted Zero Clients
kriston (Slashdot reader #7,886) writes:
HP Anyware, the new name of the Teradici PCoIP remote desktop solution that was acquired by HP in 2021, is being discontinued.
“Maintenance and support for customers and partners with multi-year terms will continue until 31 October, 2029,” a href=”https://anyware.hp.com/hp-anyware-end-of-life”>according … ⌘ Read more
Linux 7.1 Sound Code Adds Bus Keepers: Aiming For Better Apple Silicon Support
The sound subsystem changes were merged this week for Linux 7.1 that include some new hardware support and other useful additions… ⌘ Read more
CachyOS Rolls Out A Super-Charged Linux 7.0 Kernel
The popular Arch Linux based CachyOS has now rolled out the Linux 7.0 kernel to its users. But beyond re-basing against the latest upstream kernel version it is also carrying some extra patches… ⌘ Read more
Intel QAT Zstd, QAT Gen6 Improvements Merged For Linux 7.1
In addition to the notable libcrypto optimizations and improvements merged during this first week of the Linux 7.1 merge window, the main cryptography subsystem pull was also merged. Notable here are the Intel QuickAssist (QAT) improvements… ⌘ Read more
Linux 7.1 Sees RAID Fixes, IO_uring Enhancements
The block subsystem and IO_uring changes were merged this week for Linux 7.1 in continuing to enhance Linux storage capabilities… ⌘ Read more
Linux 7.1 Adds New AMD SMCA Bank Types, Presumably For Upcoming EPYC Venice
The AMD Machine Check Exception “mce_amd” driver as part of the Error Detection And Correction (EDAC) subsystem is introducing support for new SMCA bank types on AMD platforms. Given the timing these new bank types are presumably for AMD’s upcoming Zen 6 / EPYC Venice hardware… ⌘ Read more
Linux 7.1 Scheduler Changes May Benefit Some Workloads
The scheduler changes for Linux 7.1 are now in place and may bring performance benefits for at least some systems and workloads… ⌘ Read more
Linux 7.1 Lands High Resolution Timer “HRTIMER” Overhaul
Merged this week for Linux 7.1 was a rework of the high resolution timer “HRTIMER” subsystem for reducing the overhead of frequently-armed timers, such as the HRTICK scheduler timer. The HRTICK scheduler timer is useful for enhancing system responsiveness and fairness… ⌘ Read more
KDE Plasma 6.7 Ready With Wayland Session Management, Other New Improvements
KDE Plasma 6.7 enjoyed a lot of recent feature development work thanks to a developer sprint in Graz, Austria. Also because of that developer sprint, This Week In Plasma wasn’t published last week and so in turn a new issue is now available to highlight the changes over the past two weeks… ⌘ Read more
The “NTFS Resurrection” Has Occurred For Linux 7.1
As a very exciting follow-up to the recent article around the new NTFS driver being submitted for Linux 7.1 to address the shortcomings of the current Paragon NTFS3 driver and the prior read-only NTFS kernel driver, that work has been merged!.. ⌘ Read more
New/Overhauled NTFS Driver Merged For Linux 7.1
As a very exciting follow-up to the recent article around the new NTFS driver being submitted for Linux 7.1 to address the shortcomings of the current Paragon NTFS3 driver and the prior read-only NTFS kernel driver, that work has been merged!.. ⌘ Read more
Wine 11.7 Brings VBScript Fixes, DirectSound 7.1 Channel Support
For those using upstream Wine for running your Windows games/apps on Linux rather than the likes of the Proton 11.0 beta, out today is Wine 11.7 as the newest bi-weekly development release… ⌘ Read more
Valve Developer Lands RADV/ACO Changes For AMD’s GFX11.7 / RDNA 4m
The open-source Linux graphics driver work continues around AMD’s GFX11.7 GPU target for some yet-to-be-launched APUs/SoCs and to be branded as “RDNA 4m”… ⌘ Read more
[$] The 7.0 scheduler regression that wasn’t
One of the more significant changes in the 7.0 kernel release is to use the lazy-preemption mode by default in the CPU
scheduler. The scheduler developers have wanted to reduce the number of
preemption modes for years, and lazy preemption looks like a step toward
that goal. But then there came this report
from Salvatore Dipietro that lazy preemption caused a 50% performance
regression on … ⌘ Read more
Linux 7.1 Crypto Code Rework Enables More Optimizations By Default
Linux libcrypto cryptography subsystem changes for the v7.1 kernel are enabling more optimizations by default and in turn helping to achieve better crypto/hashing performance on this next kernel version… ⌘ Read more
Linux 7.1 x86/x86_64 Aligns With Other Architectures Now For Supporting Custom Restart Handlers
With the vast majority of x86/x86_64 systems supporting restarting the system using ACPi, BIOS, or even the KBD keyboard controller, with Linux 7.1 is now support in place for using custom restart handlers registered by drivers, such as in place for other CPU architectures… ⌘ Read more
New Lenovo Fan Driver, More ASUS Motherboards With Sensor Monitoring For Linux 7.1
All of the hardware monitoring “HWMON” subsystem updates were merged this week for the Linux 7.1 kernel… ⌘ Read more
New NTFS File-System Driver Submitted For Linux 7.1
Making today very exciting in Linux 7.1 merge window land was a pull request being sent out for introducing the new, modern NTFS file-system driver. Linus Torvalds has yet to comment if he’s going to merge the new driver but it looks like it’s ready for providing a better Linux NTFS experience over the current NTFS3 driver that was upstreamed by Paragon Software a few years ago and hasn’t seen too much feature progress… ⌘ Read more
Linux 7.1 sched_ext Brings cgroup Sub-Scheduler Groundwork, Idle SMT Sibling Improvement
The extensible scheduler “sched_ext” code for allowing Linux scheduling behavior to be defined via BPF programs is seeing some useful improvements with the in-development Linux 7.1 kernel… ⌘ Read more
New Media Drivers Merged For Linux 7.1
The media subsystem updates have been merged for the ongoing Linux 7.1 merge window and includes new hardware support… ⌘ Read more
Anthropic Rolls Out Claude Opus 4.7, an AI Model That Is Less Risky Than Mythos
Anthropic released Claude Opus 4.7, calling it its strongest generally available model and an improvement over Opus 4.6 in areas like software engineering, instruction-following, tool use, and agentic coding. But the company says it is “less broadly capable” than the restricted Claude Mythos Preview, “which Anthropic rolled … ⌘ Read more
Intel Core Ultra 7 270K Plus Performance In 340+ Linux Benchmarks
Last month Intel began shipping the Intel Core Ultra 7 270K Plus “Arrow Lake Refresh” desktop processor. This is a mighty interesting processor for the $349 USD price point with more cores and a larger cache compared to the Core Ultra 7 265K and capable of delivering much of the performance of the flagship Core Ultra 9 285K Arrow Lake processor. In today’s article is a look at how well the Intel Core Ultra 7 270K Plus performs under Linux wit … ⌘ Read more
[$] The first half of the 7.1 merge window
The 7.1 merge window opened on April 12 with the release
of the 7.0 kernel. Since then, 3,855 non-merge changesets have been
pulled into the mainline repository for the next release. This merge
window is thus just getting started, but there has still been a fair amount
of interesting work moving into the mainline. ⌘ Read more
Linux Mint 23 Making Progress On Ubuntu 26.04 Base, Linux 7.0 Kernel & Wayland
The Linux Mint project published their March 2026 monthly status update where they note the ongoing work toward Mint 23 “Alfa” that will be released under their new longer development lifecycle. Linux Mint 23 will be out for Christmas (December) 2026 atop an Ubuntu 26.04 LTS base… ⌘ Read more
Intel LASS In Good Shape For Linux 7.1
In addition to Linux 7.1 supporting FRED by default for Flexible Return and Event Delivery, another Intel CPU feature now in good shape for this next kernel version is Linear Address Space Separation (LASS)… ⌘ Read more
Linux Begins Removing Support For Russia’s Baikal CPUs
Beyond Linux 7.1 beginning to phase out Intel 486 CPU support, this next Linux kernel version is also beginning to remove driver code for supporting Russia’s Baikal CPUs… ⌘ Read more
Linux 7.1 Picks Up The MMC Changes After Rejected By Linus In Linux 7.0
Back during the Linux 7.0 merge window the MMC changes were rejected by Linus Torvalds as “complete garbage” that wasn’t building properly and not vetted through linux-next. He went without pulling any MMC changes for the v7.0 cycle while now for Linux 7.1 the code has been better tested and successfully merged… ⌘ Read more
[$] LWN.net Weekly Edition for April 16, 2026
Inside this week’s LWN.net Weekly Edition:
Front: LLM security reports; OpenWrt One build system; Vim forks; removing read-only THPs; 7.0 statistics; MusicBrainz Picard.
Briefs: OpenSSL 4.0.0; Relicensing; Servo; Zig 0.16.0; Quotes; …
Announcements: Newsletters, conferences, security updates, patches, and more. ⌘ Read more
Linux 7.1 Delivers Performance Regression Fix For Sheaves
The Linux 7.1 kernel is bringing performance improvements for Sheaves, the per-CPU caching layer introduced several kernel cycles ago (Linux 6.18) for better efficiency on today’s high core count hardware. Sheaves began as an opt-in feature but since Linux 7.0 is now being used for all caches… ⌘ Read more
WQ_AFFN_CACHE_SHARD Merged For Linux 7.1: Significant Win For CPUs With Many Cores Per LLC
The workqueue changes merged today for the Linux 7.1 kernel are significant for today’s modern high-end processors where there can be many CPU cores per last level cache (LLC / L3 cache). The new WQ_AFFN_CACHE_SHARD affinity scope can reduce some contention on such systems and help achieve greater performance… ⌘ Read more
Linux 7.1 Is A Big Win For Intel Panther Lake With FRED Now Enabled By Default
Last month I ran benchmarks showing the very positive performance impact FRED has on Intel’s new Panther Lake processors while wondering why Flexible Return and Event Deliver wasn’t enabled by default yet on Linux. Hours after that story was published, an Intel engineer posted the patch to enable FRED by default with the rationale they were waiting for hardware to be publicly released in order to evaluate the performance benefit. D … ⌘ Read more
Security updates for Wednesday
Security updates have been issued by AlmaLinux (capstone, cockpit, firefox, git-lfs, golang-github-openprinting-ipp-usb, kea, kernel, nghttp2, nodejs24, openexr, perl-XML-Parser, rsync, squid, and vim), Debian (imagemagick, systemd, and thunderbird), Slackware (libexif and xorg), SUSE (bind, clamav, firefox, freerdp2, giflib, go1.25, go1.26, helm, ignition, libpng16, libssh, oci-cli, rust1.92, strongswan, sudo, xorg-x11-server, and xwayland), and Ubuntu (rust-tar and rustc, rustc-1.7 … ⌘ Read more
Linux 7.1 Adds New Child Auto-Reap & PIDFD Auto-Kill Flags For clone3()
The clone3() system call in Linux 7.1 is adding three new flags for greater control over the creation of child processes… ⌘ Read more
AMD EDAC Driver In Linux 7.1 Adds Support For Zen 3 Rembrandt Hardware With ECC
The Error Detection And Correction “EDAC” subsystem updates have been merged for Linux 7.1 that deal with reporting of ECC memory errors and the like from various hardware drivers… ⌘ Read more
Linux 7.1 Gets Rid Of Some Unnecessary Memory Clobbers
The x86/asm changes merged yesterday for the Linux 7.1 kernel with a few low-level improvements… ⌘ Read more
exFAT For Linux 7.1 Helps Reduce File Fragmentation, Fixes
The exFAT file-system changes have landed for the in-development Linux 7.1 kernel… ⌘ Read more
Linus Torvalds Merged The Code Beginning To Remove Intel 486 CPU Support In Linux 7.1
As a follow-up to the news first-covered on Phoronix earlier this month about Linux 7.1 expected to begin removing i486 CPU support: it indeed happened. Linus Torvalds took the initial removal bits today without any fuss today for beginning the phase out of M486 / M486SX / ELAN kernel support… ⌘ Read more
AMD ROCm 7.2.2 Brings Optimization Guide For Ryzen AI / RDNA 3.5 Hardware
ROCm 7.2.2 is out today as a small point release to this open-source AMD GPU compute stack. There are a few code changes but most notable is arguably on the documentation side… ⌘ Read more
Microsoft Reveals Major Price Increase For All Surface PCs
Microsoft has sharply raised prices across its Surface lineup as RAM and component costs keep climbing. “Both its midrange and flagship Surface lines are now significantly more expensive than they were just a few weeks ago, with the flagship Surface Laptop 7 and Surface Pro 11 now starting at $500 more than they launched at in 2024,” reports Windows Central. … ⌘ Read more
LLM-Assisted Patches For Linux 7.1 May Have Negative Impact On 32-bit Systems
Code now merged for the Linux 7.1 kernel may provide some negative performance implications for those still running modern Linux kernels on 32-bit hardware. A fundamental change can present cache line alignment and slab sizing implications for 32-bit Linux OS users but will provide for cleaner code with modern 64-bit computing… ⌘ Read more
Linus Torvalds Rejects Performance Fix “Hack” & Kconfig “Terrible Things” For Linux 7.1
While a lot of interesting new features and changes have been merged already for the Linux 7.1 merge window, two pull requests stand out so far for being rejected by Linus Torvalds and complete with his to-the-point commentary… ⌘ Read more