Linux

linux@programming.dev banner

Wine-Staging 11.1 Adds Patches For Enabling Recent Adobe Photoshop Versions On Linux ( www.phoronix.com )

Following yesterday's release of Wine 11.1 for kicking off the new post-11.0 development cycle, Wine-Staging 11.1 is now available for this experimental/testing version of Wine that present is around 254 patches over the upstream Wine state....

Linux Kernel Continuity Document Added: What Happens If Torvalds' Git Repo Goes Away? ( www.phoronix.com )

Following discussions from the 2025 Linux Maintainer Summit, merged overnight for the Linux 6.19 kernel is documentation concerning the Linux kernel project's continuity in the event that Linus Torvalds' official Git repository were to disappear or otherwise be inaccessible for continuing the upstream development of the Linux...

DAXFS Proposed as a Zero-Copy Shared Memory Filesystem for Linux ( linuxiac.com )

Cong Wang, a kernel developer at Multikernel, introduced a new Linux filesystem called DAXFS on the Linux kernel mailing lists. As the name suggests, DAXFS is built on the Linux kernel’s Direct Access (DAX) infrastructure, allowing filesystems to access shared physical memory directly without going through the traditional...

AerynOS Blocks LLM Use, Citing Ethical Training Data and Environmental Costs ( linuxiac.com )

The use of AI has become a hot topic across many open-source projects, with many already taking a clear stance. Now AerynOS, an atomic-update-based Linux distribution that’s still in development and currently in alpha, has joined that conversation as well....

A Decade In The Making, Time Slice Extension Could Be Merged For Linux 7.0 ( www.phoronix.com )

With the upcoming Linux 6.20~7.0 kernel cycle it looks like the time slice extension work could finally been merged, which has seen various attempts over the past decade. Time slice extension for the Linux kernel implemented using Restartable Sequences "RSEQ" allows user-space processes to request a temporary, opportunistic...

Linux 6.19 Scheduler Feature Being Disabled Due To Performance Regressions ( www.phoronix.com )

Queued into tip/tip.git's "sched/urgent" Git branch today is a patch to disable the kernel scheduler's NEXT_BUDDY functionality that was re-implemented back during the Linux 6.19 merge window. It turns out to cause some performance regressions that have yet to be otherwise addressed....

Linux GPU Driver Loophole Being Fixed For Unprivileged Users Being Able To Tap Unbounded Kernel Memory ( www.phoronix.com )

An oversight in the Linux kernel's Direct Rendering Manager (DRM) graphics driver common code could allow unprivileged users to trigger unbounded kernel memory consumption for a potential system-wide out-of-memory "OOM" situation....

Linux Lands Fix For Its "Subtly Wrong" Page Fault Handling Code For The Past 5 Years ( www.phoronix.com )

Merged today for the Linux 6.19 Git kernel and then in turn for back-porting to prior Linux kernel series is making the x86 page fault handling code disable interrupts properly. Since 2020 it turns out the handling was subtly wrong but now corrected by Intel....

Filesystem medley: EROFS, NTFS, and XFS ( lwn.net )

Filesystems seem to be one of those many areas where the problems are well understood, but there is always somebody working toward a better solution. As a result, filesystem development in the Linux kernel continues at a fast pace even after all these years. In recent news, the EROFS filesystem is on the path to gain a useful...