A reverse-engineered out-of-tree Linux driver for the Cavium CN6640-SNIC10E 10GbE SmartNIC exposes the card as two independent network interfaces over PCIe by programming unprogrammed PEM inbound registers. The card runs OpenWrt from RAM and achieves line-rate TX performance (9.7–9.8 Gb/s) with zero-copy while the host driver manages packet forwarding between shared-memory rings and kernel network interfaces.
On April 30, 2026, a Linux kernel 0-day vulnerability (CVE-2026-31431, 'Copy Fail') enabling local privilege escalation was publicly disclosed with a working exploit available. The team mitigated the vulnerability within an hour by unloading the vulnerable algif_aead kernel module on Ubuntu servers, while Kubernetes systems running Flatcar Container Linux were unaffected due to disabled kernel configuration.
A Docker container is a Linux sandbox that isolates processes using kernel features like namespaces and cgroups, allowing them to run directly on the host kernel with a restricted view of the system. Unlike virtual machines, containers share the host kernel and boot instantly with minimal memory overhead. Containers require a Linux VM to run on macOS and Windows since those kernels lack the necessary isolation mechanisms.
A developer who has used Linux on servers for decades finally tried it on a desktop via Omarchy, a pre-configured Arch Linux distribution that eliminates setup and debugging barriers. The streamlined experience, which required only two minutes to install and worked out-of-the-box, demonstrated that Linux's desktop adoption problem stemmed from poor defaults rather than technical limitations.
Omarchy 4.0.4 now uses its custom linux-omarchy kernel by default instead of the standard Arch kernel, offering improvements in desktop responsiveness, gaming compatibility, Btrfs performance, and hardware support across various systems including Dell XPS machines.
This article examines the evolution of malloc() memory allocation algorithms, detailing how they've progressed from basic stack-based approaches to modern multi-threaded solutions using arenas and thread-local buffers. It discusses performance bottlenecks in multithreaded programs, compares various allocator implementations, and provides recommendations for optimal malloc selection based on contention characteristics and memory locality.
Overlord is a trust kernel for AI agents that provides transactional execution, provenance tracking, and reversibility for untrusted code. It runs on Linux using kernel primitives like overlayfs and user namespaces, allowing users to inspect and approve changes before committing them to disk.
A prominent PS5 hacker named TheFlow announced he is quitting the PS5 hacking scene after another modder named Jordy reported a critical hypervisor exploit to Sony via HackerOne, despite allegedly agreeing to keep it secret until after Grand Theft Auto 6's release. TheFlow had been developing a Linux mod to turn PS5 consoles into Steam Machines and planned to release it in 2027, but the exploit's disclosure will likely result in Sony patching it out via firmware updates.
Fail2zig is a single-binary fail2ban replacement written in Zig that eliminates Python runtime and database server dependencies. It uses SQLite for durable state, supports multiple firewall backends (nftables, iptables, ipset), and includes migration tools to import existing fail2ban configurations with compatibility verification before enforcement.
Fedora 45 beta replaces the in-kernel console with Kmscon, a userspace terminal emulator based on Linux kernel mode setting (KMS). Kmscon requires various dependencies for video output, font handling, and input device support, and can be compiled using meson with customizable backend options.
A PlayStation 5 Linux developer abandoned their project after others monetized a critical exploit they had discovered, frustrating the original researcher.
PS5 Linux developer TheFloW quit his project after a hypervisor vulnerability he had kept private was independently discovered and reported to Sony by another researcher. Nguyen had planned to preserve the bug until after GTA 6's release to allow users to run Linux on PS5, but the disclosure ended his plans for PS5 Pro support in 2027. The project remains available under GPL 3.0 for other developers to continue.
DistroWatch Weekly reviews Vanilla OS 3 'Reunion,' highlighting its immutable system design, reproducible builds, new snapshot-based backup tool (Vanilla Continuity), and graphical installer supporting UEFI, encryption, and accessibility options. The distribution requires 4GB RAM and 50GB disk space, running GNOME 50 desktop with customizable first-run setup.
PlayStation hacker Andy 'TheFlow0' Nguyen is quitting the PS5 Linux project, citing an influx of AI-assisted developers in open-source communities who submit code they don't understand. The project's progress was further hampered when other developers used AI to find a hypervisor bug and reported it to Sony for a bounty, despite Nguyen's request to delay disclosure.
Vigilance is a supply chain security tool that detects malicious software updates by comparing file behavior before and after installation, alerting users only when files gain new capabilities like network access or key reading. It works across multiple platforms and package formats with no agent required, offering free service with telemetry or paid offline mode.