Latest Linux and open source news from around the web

Ubiquiti UniFi U6+ Sponsored · View on Amazon → Logitech MX Master 3S Mouse Sponsored · View on Amazon →
LPI

What Everybody Knows About You: Your Car

This article is part of a continuing series about data collection today. The previous article talked about devices in your home. Modern cars are probably the most intensive conglomerations of computing power we have in day-to-day life. Estimates of the ... Read more The post What Everybody Knows About You: Your Car appeared first on Linux Professional Institute (LPI).

Linux Journal

Linux Kernel Runtime Guard Reaches 1.0: A Major Milestone for Runtime Kernel Security

by George Whittaker The Linux security landscape just reached an important milestone. Linux Kernel Runtime Guard (LKRG) has officially hit version 1.0, marking its transition from a long-running experimental project into a mature, production-ready security tool. For administrators and security-conscious users, this release reinforces LKRG’s role as a powerful additional layer of defense for Linux systems. After years of development, testing, and real-world use, the 1.0 release signals confidence in LKRG’s stability, compatibility, and long-term direction. What Is LKRG? LKRG is a loadable kernel module designed to protect the Linux kernel at runtime. Instead of relying solely on compile-time hardening or static security features, LKRG actively monitors the kernel while the system is running. Its goal is to detect unauthorized changes, suspicious behavior, and exploit attempts that target kernel internals. Because it operates at runtime, LKRG complements existing protections like SELinux

OMG! Ubuntu

New Raspberry Pi 4 models splits RAM across dual chips

A new version of the Raspberry Pi 4 Model B has been (quietly) introduced. The key difference? It now uses a dual-RAM configuration. The Raspberry Pi 4 Model B Rev 1.5 adopts a dual-RAM configuration to ‘improve supply chain flexibility’ and manufacturing efficiency, per a company product change notice document. Earlier versions of the Raspberry Pi 4 (v1.1 through 1.4) use a single RAM chip on the top of the board. This new revision adds a second LPDDR4 chip to the underside, with some passive components also moved over. Why use dual-RAM? Even those living under rocks will know that […]

LWN.net

[$] Modernizing swapping: the end of the swap map

The first installment in this series introduced several data structures in the kernel's swap subsystem and described work to replace some of those with a new "swap table" structure. The work did not stop there, though; there is more modernization of the swap subsystem queued for an upcoming development cycle, and even more for multiple kernel releases after that. Once that work is done, the swap subsystem will be both simpler and faster than it is now.