Feed aggregator

A single stable kernel for Thursday

Linux Weekly News - Thu, 02/12/2026 - 10:17

Greg Kroah-Hartman has released the 6.12.71 stable kernel. He writes, "All users of the 6.12 kernel series that had issues with 6.12.69 or 6.12.70 should upgrade, as some regressions are fixed here."

Security updates for Thursday

Linux Weekly News - Thu, 02/12/2026 - 10:10
Security updates have been issued by AlmaLinux (brotli, git-lfs, image-builder, kernel, keylime, libsoup3, and pcs), Fedora (chromium, gnutls, osslsigncode, and p11-kit), Mageia (golang, libpng, thunderbird, and xrdp), Red Hat (git-lfs, go-toolset:rhel8, golang, golang-github-openprinting-ipp-usb, osbuild-composer, and toolbox), Slackware (gnutls and libpng), SUSE (apptainer, cockpit, cockpit-packages, cockpit-subscriptions, freerdp2, gimp, glib2, go, go1.24, go1.25, gpg2, ImageMagick, java-1_8_0-openjdk, kernel, keylime-config, keylime-ima-policy, lemon, libp11-kit0, libsoup, libsoup-2_4-1, libxml2, libxml2-16, munge, nodejs20, nvidia-modprobe.cuda, nvidia-open-driver-G06-signed, nvidia-persistenced.cuda, openQA, orthanc, gdcm, orthanc-authorization,, python-brotlipy, python-Django, python-maturin, python-pyasn1, python-urllib3, python-wheel, python313-wheel, qemu, rust-keylime, sqlite3, uriparser, wicked2nm, and xrdp), and Ubuntu (libtasn1-6, libwebsockets, libxmltok, linux, linux-aws, linux-gcp, linux-gke, linux-gkeop, linux-hwe-5.15, linux-ibm, linux-ibm-5.15, linux-lowlatency, linux-lowlatency-hwe-5.15, linux, linux-raspi, linux, linux-raspi, linux-realtime, linux-aws, linux-aws-6.8, linux-gcp, linux-gcp-6.8, linux-ibm, linux-ibm-6.8, linux-lowlatency-hwe-6.8, linux-aws-5.15, linux-gcp-5.15, linux-nvidia-tegra-igx, linux-oracle-5.15, linux-xilinx-zynqmp, linux-aws-fips, linux-fips, linux-gcp-fips, linux-gcp, linux-gcp-6.8, linux-gcp-fips, linux-intel-iot-realtime, linux-realtime, linux-nvidia-tegra, linux-nvidia-tegra-5.15, linux-realtime-6.8, linux-xilinx-zynqmp, and python-multipart).

6.12.71: longterm

Latest Linux Kernel - Thu, 02/12/2026 - 08:15
Version:6.12.71 (longterm) Released:2026-02-12 Source:linux-6.12.71.tar.xz PGP Signature:linux-6.12.71.tar.sign Patch:full (incremental) ChangeLog:ChangeLog-6.12.71

NebiOS 10.2-dev2026.02.12

Updated Linux Distributions - Thu, 02/12/2026 - 07:00
NebiOS is an Ubuntu-based desktop Linux distribution with a custom Wayland compositor called NebiDE (based on Wayfire). It features various user interface enhancements, an initial setup module called OOBE, the NebiOS App Runtime (napp-runtime) portable application format with bubblewrap containerization, improved gaming performance with Steam Proton integration, a kernel switcher for easy multi-kernel installation, and the Wine compatibility layer for running some Windows applications. NebiOS is intended as a general-purpose operating system for daily computing tasks, including creative work and gaming.

Asmi 24.04.5

Updated Linux Distributions - Thu, 02/12/2026 - 06:00
Asmi Linux is desktop-oriented Linux distribution with editions based on either Ubuntu or Debian. It uses a highly-customised Xfce desktop with some user-friendly touches. Some of its other features include the Calamares system installer, out-of-the-box support for several popular virtual machine managers, a load-to-RAM boot option, the latest Firefox browser, Cloudflare DNS for faster DNS lookup, and SSH multiplexing for faster SSH connections. The project also offers a commercial "Ultimate" edition with additional software and tools.

AerynOS 2025.02

Updated Linux Distributions - Thu, 02/12/2026 - 05:09
AerynOS is an independently-developed, rolling-release Linux distribution designed for general desktop use. Its main features include the GNOME desktop, a custom package manager called "moss", atomic updates with rollback options, a package build system called "boulder", and smart boot management with complex EFI configuration through a utility called "blsforme".

GXDE 25.3.1

Updated Linux Distributions - Thu, 02/12/2026 - 04:42
GXDE OS is a desktop-oriented Linux distribution that combines Debian with Deepin Desktop Environment (DDE), developed by the deepin project. It is based on Debian's "Testing" branch. It ships with up-to-date Linux kernel, base system and applications, and it includes a "Spark Store", a software application marketplace with support for Android applications. The distribution is available for the aarch64 and x86_64 processor architectures.

[$] LWN.net Weekly Edition for February 12, 2026

Linux Weekly News - Wed, 02/11/2026 - 20:02
Inside this week's LWN.net Weekly Edition:

  • Front: Git; GCC and KCFI; modernizing swapping; 6.18 statistics; modern FOSS challenges.
  • Briefs: Kernel ML; tag2upload; LFS sysvinit; postmarketOS FOSDEM; Ardour 9.0; Offpunk 3.0; Dave Farber RIP; Quotes; ...
  • Announcements: Newsletters, conferences, security updates, patches, and more.

Linux man pages 6.17 released

Linux Weekly News - Wed, 02/11/2026 - 17:24
Version 6.17 of the Linux manual-page collection has been released. Along with a long list of updates to the man pages themselves, it includes some new utility programs of interest.

The grepc(1) program is something that originated in this project, as it helped me find code quickly in glibc and the Linux kernel. However, I've found it incredibly useful outside of this project. I'll take some space to announce it, as it's much more than just a tool for writing manual pages, and I expect it to be useful to most --if not all-- C programmers.

It is a command-line tool that finds C source code (for example, a function definition) in arbitrary projects. It doesn't use any indexing mechanism (unlike ctags and similar tools). This means that it can be used right after cloning some repository, without having to first generate an index.

Tails 7.4.2

Updated Linux Distributions - Wed, 02/11/2026 - 12:07
The Amnesic Incognito Live System (Tails) is a Debian-based live DVD/USB with the goal of providing complete Internet anonymity for the user. The product ships with several Internet applications, including web browser, IRC client, mail client and instant messenger, all pre-configured with security in mind and with all traffic anonymised. To achieve this, Incognito uses the Tor network to make Internet traffic very hard to trace.

[$] Evolving Git for the next decade

Linux Weekly News - Wed, 02/11/2026 - 11:55

Git is ubiquitous; in the last two decades, the version-control system has truly achieved world domination. Almost every developer uses it and the vast majority of open-source projects are hosted in Git repositories. That does not mean, however, that it is perfect. Patrick Steinhardt used his main-track session at FOSDEM 2026 to discuss some of its shortcomings and how they are being addressed to prepare Git for the next decade.

postmarketOS FOSDEM 2026 and hackathon recap

Linux Weekly News - Wed, 02/11/2026 - 11:55

The postmarketOS project has published a recap from FOSDEM 2026, including the FOSS on Mobile devroom, and a summary of its post-FOSDEM hackathon. This includes decisions on governance and the project's AI policy:

AI policy: our current AI policy does not state that we forbid the use of generative AI in postmarketOS, so far this document just lists why we think it is a bad idea and misaligned with the project values. We discussed this and will soon change it (via merge request) to clearly state that we don't want generative AI to be used in the project. It was also noted that currently the policy is too long, it would make sense to split it into the actual policy and still keep, but separate the reasoning from it.

[...] Power delegation and teams: in over two hours we discussed how to move forward with [postmarketOS change request] PMCR 0008 to organize ourselves better, and how it fits with soon having a legal entity. We figured that we need to rename "The Board" (which is currently for financial oversight) to "Financial Team", as we will soon have a new board for the legal entity. In the end our idea was to have the new board refer to an "assembly" for all important decisions, and this "assembly" would just be all Trusted Contributors in postmarketOS. The Core Contributors team would be dissolved in favor of having several topic-specific teams (a lot of which we already have, such as the infra team). This way we would have a very flat decision structure. The PMCR will be updated soon and discussed further there. Casey also asked on fedi for further feedback and got a lot of input.

Other topics include reaching out to resellers to sell phones with postmarketOS preinstalled, security, and more.

Stable kernels for Wednesday

Linux Weekly News - Wed, 02/11/2026 - 10:33

Greg Kroah-Hartman has unleashed six new stable kernels: 6.18.10, 6.6.124, 6.12.70, 6.1.163, 5.15.200, and 5.10.250. Each one contains important fixes throughout the tree; users are advised to upgrade.

next-20260211: linux-next

Latest Linux Kernel - Wed, 02/11/2026 - 10:22
Version:next-20260211 (linux-next) Released:2026-02-11

Security updates for Wednesday

Linux Weekly News - Wed, 02/11/2026 - 10:01
Security updates have been issued by Debian (kernel, linux-6.1, munge, and tcpflow), Fedora (accel-ppp, atuin, babl, bustle, endless-sky, envision, ettercap, fapolicy-analyzer, firefox, glycin, gnome-settings-daemon, go-fdo-client, greenboot-rs, greetd, helix, hwdata, keylime-agent-rust, kiwi, libdrm, maturin, mirrorlist-server, ntpd-rs, ogr2osm, open-vm-tools, perl-App-Cme, perl-Net-RDAP, perl-rdapper, polymake, python-requests-ratelimiter, python-tqdm, rust-add-determinism, rust-afterburn, rust-ambient-id, rust-app-store-connect, rust-bat, rust-below, rust-btrd, rust-busd, rust-bytes, rust-cargo-c, rust-cargo-deny, rust-coreos-installer, rust-crypto-auditing-agent, rust-crypto-auditing-client, rust-crypto-auditing-event-broker, rust-crypto-auditing-log-parser, rust-dua-cli, rust-eif_build, rust-git-delta, rust-git-interactive-rebase-tool, rust-git2, rust-gst-plugin-dav1d, rust-gst-plugin-reqwest, rust-heatseeker, rust-ingredients, rust-jsonwebtoken, rust-lsd, rust-monitord, rust-monitord-exporter, rust-muvm, rust-nu, rust-num-conv, rust-onefetch, rust-oo7-cli, rust-pleaser, rust-pore, rust-pretty-git-prompt, rust-procs, rust-rbspy, rust-rbw, rust-rd-agent, rust-rd-hashd, rust-redlib, rust-resctl-bench, rust-resctl-demo, rust-routinator, rust-sccache, rust-scx_layered, rust-scx_rustland, rust-scx_rusty, rust-sequoia-chameleon-gnupg, rust-sequoia-keystore-server, rust-sequoia-octopus-librnp, rust-sequoia-sq, rust-sevctl, rust-shadow-rs, rust-sigul-pesign-bridge, rust-speakersafetyd, rust-tealdeer, rust-time, rust-time-core, rust-time-macros, rust-tokei, rust-weezl, rust-wiremix, rust-ybaas, rustup, sad, strawberry, systemd, tbtools, transmission, trustedqsl, tuigreet, uv, and vdr-extrecmenung), Oracle (brotli, git-lfs, java-1.8.0-openjdk, kernel, libsoup, libsoup3, nodejs:24, python3.12, and thunderbird), Red Hat (fence-agents, python-urllib3, python3.11-urllib3, python3.12-urllib3, and resource-agents), SUSE (avahi, cups, freerdp, golang-github-prometheus-prometheus, java-11-openjdk, java-17-openjdk, libsoup2, libxml2, and python-pip), and Ubuntu (expat, glib2.0, and imagemagick).

6.18.10: stable

Latest Linux Kernel - Wed, 02/11/2026 - 08:42
Version:6.18.10 (stable) Released:2026-02-11 Source:linux-6.18.10.tar.xz PGP Signature:linux-6.18.10.tar.sign Patch:full (incremental) ChangeLog:ChangeLog-6.18.10

6.12.70: longterm

Latest Linux Kernel - Wed, 02/11/2026 - 08:40
Version:6.12.70 (longterm) Released:2026-02-11 Source:linux-6.12.70.tar.xz PGP Signature:linux-6.12.70.tar.sign Patch:full (incremental) ChangeLog:ChangeLog-6.12.70

6.6.124: longterm

Latest Linux Kernel - Wed, 02/11/2026 - 08:39
Version:6.6.124 (longterm) Released:2026-02-11 Source:linux-6.6.124.tar.xz PGP Signature:linux-6.6.124.tar.sign Patch:full (incremental) ChangeLog:ChangeLog-6.6.124

6.1.163: longterm

Latest Linux Kernel - Wed, 02/11/2026 - 08:37
Version:6.1.163 (longterm) Released:2026-02-11 Source:linux-6.1.163.tar.xz PGP Signature:linux-6.1.163.tar.sign Patch:full (incremental) ChangeLog:ChangeLog-6.1.163

Pages

Subscribe to Just Linux aggregator