Latest Linux and open source news from around the web

Logitech MX Master 3S Mouse Sponsored · View on Amazon → The Linux Command Line Sponsored · View on Amazon →
Phoronix

Intel Xe Linux Driver Updated To Disable GuC Power DCC For Panther Lake

Queued up in DRM-Next for the Intel open-source graphics driver ahead of the Linux 7.0 kernel cycle is expanding GPU temperature sensor reporting, multi-device SVM prep, multi-queue support for Crescent Island, Nova Lake display support, and other feature work. With the Linux 6.19 stable release fast approaching, DRM-Next is now focusing in on reading early fixes with concluding feature activity for this next merge window...

LPI

LPI Expands Global Reach Through Enhanced Event Engagement

Linux Professional Institute (LPI) continues to strengthen its global presence by empowering partners, members, and community leaders to promote our certifications and collaborate at open source events worldwide. With a suite of initiatives designed to increase community engagement and event ... Read more The post LPI Expands Global Reach Through Enhanced Event Engagement appeared first on Linux Professional Institute (LPI).

Linux Journal

Inside the Linux Kernel Runtime Guard (LKRG): A New Layer of Kernel Integrity Protection

by George Whittaker In an era where security threats continually evolve, protecting the heart of an operating system, the kernel, has never been more critical. One tool gaining traction in the Linux world is the Linux Kernel Runtime Guard (LKRG), a specialized security module designed to detect and respond to attacks targeting the kernel while the system is running. This project recently reached its first stable milestone with version 1.0.0, marking a major step forward for runtime protection on Linux systems. What Is LKRG? LKRG (short for Linux Kernel Runtime Guard) is a loadable kernel module that continuously monitors the health and integrity of the Linux kernel while it’s running. Unlike many security features that rely on compile-time patches or static defenses, LKRG acts at runtime, watching for signs of unauthorized changes or exploit attempts and taking configurable action when something suspicious is detected. Because LKRG is a module rather than a patch to the kernel source,

Foss Force

MiniOS Ultra 5.1 Shrinks the ISO, Not the Experience

From Russia with software freedom, MiniOS Ultra 5.1 serves up a compact Debian‑based distro with an impressive range of built‑in tools. We have screenshots! The post MiniOS Ultra 5.1 Shrinks the ISO, Not the Experience appeared first on FOSS Force.

LWN.net

A proposed governance structure for openSUSE

Jeff Mahoney, who holds a vice-president position at SUSE, has posted a detailed proposal for improving the governance of the openSUSE project. It's meant to be a way to move from governance by volume or persistence toward governance by legitimacy, transparency, and process - so that disagreements can be resolved fairly and the project can keep moving forward. Introducing structure and predictability means it easier for newcomers to the project to participate without needing to understand decades of accumulated history. It potentially could provide a clearer roadmap for developers to find a place to contribute. The stated purpose is to start a discussion; this is openSUSE, so he is likely to succeed.

LWN.net

[$] Sub-schedulers for sched_ext

The extensible scheduler class (sched_ext) allows the installation of a custom CPU scheduler built as a set of BPF programs. Its merging for the 6.12 kernel release moved the kernel away from the "one scheduler fits all" approach that had been taken until then; now any system can have its own scheduler optimized for its workloads. Within any given machine, though, it's still "one scheduler fits all"; only one scheduler can be loaded for the system as a whole. The sched_ext sub-scheduler patch series from Tejun Heo aims to change that situation by allowing multiple CPU schedulers to run on a single system.