Feed aggregator
[$] Large language models for patch review
Security updates for Thursday
Forgejo 13.0 released
Version 13.0 of the Forgejo software forge has been released. Notable changes in this release include content moderation features, ability to require 2FA for users or administrators, and a migration feature for Pagure repositories. The last will be useful for Fedora's move to Forgejo as its new git forge. See the release notes for all changes in 13.0.
SmartOS 20251016
KDE neon 20251016
MuseScore Studio 4.6 Notation App Released with VST3 Support on Linux
MuseScore Studio 4.6 open-source notation app adds new guitar, piano, and voice features, along with big workflow improvements.
The post MuseScore Studio 4.6 Notation App Released with VST3 Support on Linux appeared first on Linux Today.
Kernel 6.17: Auspicious Autumnal Accomplishments
The kernel 6.17 release benefits from improvements in the graphics subsystem, hardware enablement, and more! See where Collabora’s kernel team contributed to this release.
The post Kernel 6.17: Auspicious Autumnal Accomplishments appeared first on Linux Today.
Ubuntu Touch 24.04-1.0 Released Based on Ubuntu 24.04 LTS
UBports releases Ubuntu Touch 24.04-1.0 with new features, fresh logos, and support for additional mobile devices.
The post Ubuntu Touch 24.04-1.0 Released Based on Ubuntu 24.04 LTS appeared first on Linux Today.
Linux Kernel 6.18 to Ship Without Bcachefs
Linus Torvalds removes Bcachefs from the upcoming Linux kernel 6.18; the filesystem will now continue as a DKMS module.
The post Linux Kernel 6.18 to Ship Without Bcachefs appeared first on Linux Today.
Latest NVIDIA Linux Driver 580.95 Released with Bug Fixes
NVIDIA releases Linux driver 580.95 with HDMI 4:2:2 FRL support on Blackwell GPUs, plus key bug fixes and performance updates.
The post Latest NVIDIA Linux Driver 580.95 Released with Bug Fixes appeared first on Linux Today.
Kali Linux 2025.3 Brings Improved Virtual Machine Tooling, 10 New Tools
OffSec has released Kali Linux 2025.3, the most up-to-date version of its popular penetration testing and digital forensics platform.
The post Kali Linux 2025.3 Brings Improved Virtual Machine Tooling, 10 New Tools appeared first on Linux Today.
Behind The Scenes of cURL with its Founder: Releases, Updates, and Security
In this Help Net Security interview, Daniel Stenberg, lead developer od cURL, discusses how the widely used tool remains secure across billions of devices, from cloud services to IoT. He shares insights into cURL’s decades-long journey of testing, reviewing, and refining its code to minimize risks.
The post Behind The Scenes of cURL with its Founder: Releases, Updates, and Security appeared first on Linux Today.
Archcraft 2025.10.16
The Hidden Risks Inside Open-source Code
Open-source software is everywhere. It runs the browsers we use, the apps we rely on, and the infrastructure that keeps businesses connected. For many security leaders, it is simply part of the environment, not something they think about every day. That is where trouble can start.
The post The Hidden Risks Inside Open-source Code appeared first on Linux Today.
Stonkfetch: A Neofetch-like CLI Tool To Display Stock Information With ASCII Art Logos
Learn how to use Stonkfetch Python CLI tool to fetch and track real-time stock information with ASCII art logos in your Terminal.
The post Stonkfetch: A Neofetch-like CLI Tool To Display Stock Information With ASCII Art Logos appeared first on Linux Today.
ChessMD – Lightweight PGN Database Viewer and Analysis Tool
ChessMD is a free and open source lightweight PGN database viewer and analysis tool. Here’s my verdict on this software.
The post ChessMD – Lightweight PGN Database Viewer and Analysis Tool appeared first on Linux Today.
MidnightBSD 3.2.4
[$] LWN.net Weekly Edition for October 16, 2025
- Front: LLMs and copyright; Systemd packaging in Debian; Gccrs; FineIBT; 6.18 Merge window; Interrupt-aware spinlocks; Fedora's /boot.
- Briefs: Linux 6.18-rc1; Librephone; LMDE 7; Ubuntu 25.10; Firefox 144.0; Julia 1.12; Quotes; ...
- Announcements: Newsletters, conferences, security updates, patches, and more.
AnduinOS 1.4.0
[$] A new API for interrupt-aware spinlocks
Boqun Feng spoke at Kangrejos 2025 about adding a frequently needed API for Rust drivers that need to handle interrupts: interrupt-aware spinlocks. Most drivers will need to communicate information from interrupt handlers to main driver code, and this exchange is frequently synchronized with the use of spinlocks. While his first attempts ran into problems, Feng's ultimate solution could help prevent bugs in C code as well, by tracking the number of nested scopes that have disabled interrupts. The patch set, which contains work from Feng and Lyude Paul, is still under review.