Latest Linux and open source news from around the web

Linux Bible Sponsored · View on Amazon → Docker Deep Dive Sponsored · View on Amazon →
Phoronix

Linux 7.0 Looks To Enable Intel TSX By Default On Capable CPUs For Better Performance

A patch queued up into tip/tip.git's x86/cpu Git branch ahead of the upcoming Linux 6.20~7.0 kernel cycle enables the Intel Transactional Synchronization Extensions (TSX) functionality by default on the mainline kernel for capable CPUs and those not affected by side-channel attacks due to TSX Async Abort (TAA) and similar vulnerabilities. For newer Intel CPUs with safe TSX support, this change can mean better performance with the kernel defaults...

Phoronix

Ubuntu 26.04 Aims To Deliver Better NVIDIA Wayland Performance Atop GNOME

If all goes well the upcoming Ubuntu 26.04 LTS release will further enhance the NVIDIA graphics performance under its default GNOME Wayland session. The improvements might be upstreamed to GNOME 50 in time but otherwise it's looking like Ubuntu 26.04 will carry its own patch(es) for improving the NVIDIA Wayland performance...

Phoronix

Patches Positioned Ahead Of Linux 7.0 Cycle For Easy Custom Boot Logo In Place Of Tux

The Linux kernel patches talked about at the start of the year for more easily changing the boot logo of Tux are now queued into a "for-next" branch and thus expected to be submitted for the upcoming Linux 6.20~7.0 kernel cycle. Those wanting to replace the Tux icon with an alternative logo during the Linux kernel boot process could already patch the file manually but this new code allows for an easy replacement via Kconfig options...

Phoronix

Intel Releases Updated LLM-Scaler-vLLM With Continuing To Expand Its LLM Support

One of the initiatives launched by Intel in 2025 was LLM-Scaler as part of Project Battlematrix. The open-source LLM Scaler is a Docker-based solution for helping to deploy Generative AI "GenAI" workloads on Intel Battlemage graphics cards with frameworks like vLLM, ComfyUI, SGLang, and more. There continues to be routine new feature releases of LLM Scaler for broadening the large language models supported and other improvements...

OMG! Ubuntu

Opera GX is Coming to Linux

A Linux version of Opera GX is in the works, according to a tweet posted to the official X account. The company announced the plans via a snarky post linking to news article on Microsoft adding an AI sidebar to Windows 11’s file manager, writing: β€œIs this a good time to announce that we are working on the Linux version of Opera GX?”. As good a time as any, I’d say. Opera GX isn’t New Opera GX is a gaming-centric version of the regular Opera web browser that pairs the web with a variety of gaming related extras, like Razer […]

LWN.net

A 0-click exploit chain for the Pixel 9 (Project Zero)

The Project Zero blog has a three-part series describing a working, zero-click exploit for Pixel 9 devices. Over the past few years, several AI-powered features have been added to mobile phones that allow users to better search and understand their messages. One effect of this change is increased 0-click attack surface, as efficient analysis often requires message media to be decoded before the message is opened by the user. One such feature is audio transcription. Incoming SMS and RCS audio attachments received by Google Messages are now automatically decoded with no user interaction. As a result, audio decoders are now in the 0-click attack surface of most Android phones. The blog entry does not question the wisdom of directly exposing audio decoders to external attackers, but it does provide a lot of detail showing how it can go wrong. The first part looks at compromising the codec; part two extends the exploit to the kernel, and part three looks at the implications: It is alarming