KVM Guest VMs Using Intel AMX Can Cause The Linux Host To Kernel Panic

An unfortunate Linux kernel bug coming to light just ahead of Christmas may cause frustration for some server administrators, particularly public cloud providers... It turns out with the Linux kernel releases since 2022, KVM guest virtual machines making use of Intel Advanced Matrix Extensions (AMX) is possible to cause the host to experience a kernel panic.

Linux KVM maintainer Paolo Bonzini of Red Hat posted a set of patches this evening for addressing this scenario of the host experiencing a possible panic as a result of AMX usage from

Linux's sched_ext Has Plans For GPU Awareness, Energy-Aware Abstractions

Sched_ext as the extensible scheduler code for the Linux kernel that allows loading schedulers from user-space via eBPF code has shown a lot of interesting possibilities . Andrea Righi of NVIDIA who has been heavily involved in sched_ext development shared some of the future plans being looked at as we move into 2026.

Andrea Righi has been instrumental to the success of schd_ext and allowing for new CPU scheduler innovations on Linux. Among the future plans shared for sched_ext include hierarchical schedulers, improving the
Continue reading...

Open-Source Linux Driver Christmas Surprise For 20~23 Year Old Radeon GPUs

If Linux 6.19 switching from the Radeon legacy to AMDGPU kernel drivers for the GCN 1.0/1.1 GPUs for those ~13 year old GPUs isn't nostalgic enough for you, here's something a bit more nostalgic this holiday season: fresh open-source driver commits to the Radeon R300g driver for supporting those 23 year old ATI R300 GPUs up through the 20 year old R500 class graphics processors.

Open-source
Continue reading...

LibreOffice 26.2 Gets Rid Of The "Community" Edition Branding

With the upcoming LibreOffice 26.2 open-source office suite release, they are getting rid of the "Community Edition" branding for the standard version of this widely-used cross-platform office suite.

LibreOffice previously was going for "Personal Edition" branding for this popular free software office suite. The "Personal Edition" branding was confusing and panned by users and ultimately then decided to brand it as the LibreOffice Community Edition . That too led to some user confusion and is now being phased out.

LibreOffice Community
Continue reading...

Micro QuickJS Engine Compiles & Runs JavaScript With As Little As 10kB Of RAM

Very talented open-source developer Fabrice Bellard who already is well known for his work on QEMU, the Tiny C Compiler, and FFmpeg, has another accomplishment: Micro QuickJS. The Micro QuickJS JavaScript engine can compile and run JavaScript programs with as little as 10 kB of RAM.

Fabrice Bellard yesterday provided an early Christmas gift to JavaScript enthusiasts with Micro QuickJS. This JavaScript engine is designed for embedded systems with minimal memory use. This entire JavaScript engine requires just around 100 kB of ROM, including the C

Intel NPU Firmware Published For Panther Lake - Completing The Linux Driver Support

Ahead of Intel Panther Lake laptops expected to debut next month at CES in Las Vegas, the Linux driver support for the next-gen "50xx" NPU of Panther Lake is now complete. The last piece of the driver support puzzle is now in place with the NPU firmware binaries having been upstreamed today to the linux-firmware.git repository.

Going back to October 2025 was initial Intel NPU Linux driver patches for 5th Gen NPU hardware that was mentioned as for Panther Lake. That Intel
Continue reading...

AMD Krackan Point Sub-$500 Laptop Linux Performance Improves By ~8% In Just Six Months

As an end-of-year tradition at Phoronix for running a lot of year-over-year comparison performance benchmarks and other long-term performance evaluations, it's typically done on the higher-end hardware. That's done for a matter of time savings with maximum performance when running often 100~200+ benchmarks per article, the highest-end hardware typically being the most interesting in terms of features and capabilities, and more often than not getting flagship hardware review samples as opposed

Continue reading...

PowerVR Open-Source Vulkan Driver Preparing For New GPU Support

The open-source Mesa PowerVR "PVR" Vulkan driver has merged multi-architecture support as part of preparing to add support for newer Imagination GPUs.

Erik Faye-Lund led the work on refactoring the PVR driver for multi-arch support as prep work for being able to add new GPU hardware support to this PowerVR driver. More than three dozen patches refactored the PowerVR Vulkan driver in preparing to tack on support for newer GPU architecture(s) moving forward.
"Here's patches to the powervr driver to carve
Continue reading...

LLVM Considering An AI Tool Policy, AI Bot For Fixing Build System Breakage Proposed

Last week a request for comments (RFC) was issued around establishing an LLVM AI Tool Use Policy. The proposed policy would allow AI-assisted contributions to be made to this open-source compiler codebase but that there would need to be a "human in the loop" and the contributor versed enough to be able to answer questions during code review. Separately, yesterday a proposal was sent out for creating an AI-assisted fixer bot to help with Bazel build system breakage.

Last week's LLVM AI tool policy
Continue reading...

Meta Is Using The Linux Scheduler Designed For Valve's Steam Deck On Its Servers

An interesting anecdote from this month's Linux Plumbers Conference in Tokyo is that Meta (Facebook) is using the Linux scheduler originally designed for the needs of Valve's Steam Deck... On Meta Servers. Meta has found that the scheduler can actually adapt and work very well on the hyperscaler's large servers.

SCX-LAVD as the Latency-criticality Aware Virtual Deadline scheduler has worked out very well for the needs of Valve's Steam Deck with similar or better performance than EEVDF . SCX-LAVD
Continue reading...