Sasha Levin has announced the release of the 6.19.6, 6.18.16, 6.12.75, 6.6.128, 6.1.165, 5.15.202, and 5.10.252 stable kernels. Each containsimportant fixes throughout the tree; users of these kernels areadvised to upgrade.
Jujutsu is an increasingly popular Git-compatible version-control system. It hasa focus on simplifying Git's conceptual model to produce a smoother, clearer command-lineexperience. Some people already have a preferred replacement for Git's usualcommand-line interface, though:Magit, an Emacs package for working with Gitrepositories that also tries to make the interface morediscoverable.Now, a handful of people are working to implement a Magit-style interface for Jujutsu:Majutsu.
This404 Media article looks at how the US Customs and Border Protectionagency (CBP) is using location data from phones to track the location ofpeople of interest.
One of the contradictions of the modern open-source movement isthat projects which respect user freedoms often rely on proprietarytools that do not: communities often turn to non-free software forcode hosting, communication, and more. At Configuration ManagementCamp (CfgMgmtCamp) 2026, Jan Ainali spokeabout the need for open-source projects to adopt open tools; he hoped to persuade new and mature projects to switch to openalternatives, even if just one tool, to reduce their dependencies ontech giants and support community-driven infrastructure.
Security updates have been issued by AlmaLinux (containernetworking-plugins, gnutls, kernel, libpng, and skopeo), Debian (firefox-esr, php8.2, and spip), Fedora (erlang and python-pillow), Red Hat (go-toolset:rhel8, golang, and yggdrasil), SUSE (cups, fluidsynth, gvfs, haproxy, libsoup, libsoup-3_0-0, mozilla-nss, python-azure-core, and shim), and Ubuntu (git and mailman).
There are many applications that need to be able to write multi-blockchunks of data to disk with the assurance that the operation will eithercomplete successfully or fail altogether - that the write will not bepartially completed (or "torn"), in other words. For years, kerneldevelopers have worked on providing atomic writes as a way of satisfyingthat need; see, for example, sessions from the Linux Storage, Filesystem,Memory Management, and BPF (LSFMM+BPF) Summit from 2023, 2024,and 2025 (twice). While atomic direct I/O is now supported by some filesystems, atomicbuffered I/O still is not. Fillingthat gap seems certain to be a 2026 LSFMM+BPF topic but, thanks to an earlydiscussion, the shape of a solution might already be coming into focus.
Version 7.3 of Texinfo, the GNU documentation-formatting system, has been released. It contains a number of new features, performance improvements, and enhancements.
The free and open-source software (FOSS) movements have always beenabout giving freedom and power to individuals and organizations;throughout that history, though, there have also been actors tryingto exploit FOSS to their own advantage. At Configuration ManagementCamp (CfgMgmtCamp) 2026 in Ghent, Belgium, Richard Fontana describedthe "exploitation paradox" of open source: the recurringpattern of crises when actors exploit loopholes to restrict freedomsor gain the upper hand over others in the community. He also talkedabout the attempts to close those loopholes as well as the need tolook beyond licenses as a means of keeping freedom alive.
Motorola has announcedthat it will be working with the GrapheneOS Foundation, a producer of asecurity-enhanced Android distribution. "Together, Motorola and theGrapheneOS Foundation will work to strengthen smartphone security andcollaborate on future devices engineered with GrapheneOScompatibility.". LWN looked atGrapheneOS last July.
Version1.0 of Gram, an "opinionated fork of the Zed code editor",has been released. Gram removes telemetry, AI features, collaborationfeatures, and more. It adds built-in documentation, support foradditional languages, and tab-completion features similar to the Supertabplugin for Vim. The mission statement forthe project explains:
Version 1.24.0 of the groff text-formatting system has been released.Improvements include the ability to insert hyperlinks between man pages, anew polygon command for the pic preprocessor, variousPDF-output improvements, and more.
The Python bitwise-inversion (or complement) operator, "~", behavespretty much as expected when it is applied to integers-it toggles everybit, from oneto zero and vice versa. It might be expected that applying theoperator to a non-integer, a boolfor example, would raise a TypeError, but, because thebool type is really an intin disguise, the complement operator is allowed, at least for now. Fornearly 15years (and perhaps longer), there have been discussions about theoddity of that behavior and whether it should be changed. Eventually,that resulted in the "feature" being deprecated, producing a warning, with removal slated forPython3.16 (due October 2027). That has led to some reconsideration and thedeprecation may itself be deprecated.
Greg Kroah-Hartman has announced the 6.19.4 and 6.18.14 stable kernels. Shortly after6.19.4 was released Kris Karas reported "getting a repeatable Oops right when networking is initialized, likely when nft is loading itsruleset"; the problem did not appear to be present in 6.18.14. Usersof nftables may wish to hold off on upgrades to 6.19.4 for now. Wewill provide updates as they are available.Update: Kroah-Hartman has released the 6.19.5 and 6.18.15 kernels with a fix for theregression in 6.19.4 and 6.18.14. All users of netfilter are advisedto upgrade to those versions.
The International Image InteroperabilityFramework, or IIIF ("triple-eye eff"), is a small set of standards thatform a basis for serving, displaying, and reusing image data on the web. Itconsists of a number of API definitions that compose with each other toachieve a standard for providing, for example, presentations ofhigh-resolution images at multiple zoom levels, as well as bundling multiple imagestogether. Presentations may include metadata about details like authorship,dates, references to other representations of the same work, copyrightinformation, bibliographic identifiers, etc. Presentations can be furthergrouped into collections, and metadata can be added in the form oftranscriptions, annotations, or captions. IIIF is most popular withcultural-heritage organizations, such as libraries, universities, andarchives.
The stated support periods for the 6.6, 6.12, and 6.18 kernels has been extended.The 6.6 kernel will be supported with stable updates through the end of2027 (for four years of support total), while 6.12 and 6.18 will getupdates through the end of 2028, for four and three years of support.
On February12, Yeoreum Yun posted asuggestionfor an improvement to the security of the kernel's BPF implementation: usememory protection keys to prevent unauthorized access to memory by BPFprograms.Yun wanted to put the topic on the list for discussion at the LinuxStorage, Filesystem, Memory Management, and BPF Summit in May, but thelack of engagement makes that unlikely. They also have a patch set implementingsome of the proposed changes, but has not yet shared that with the mailing list.Yun's proposal does not seem likely to be accepted in itscurrent form, but the kernel hasadded hardware-based hardening options in thepast, sometimes after substantial discussion.
The Network TimeProtocol (NTP) debuted in 1985; it is a universally used, openspecification that is deeply important for all sorts of activities wetake for granted. It also, despite a number of efforts, remainsstubbornly unsecured. Ruben Nijveld presented work at FOSDEM 2026 tospeed adoption of the thus-far largely ignored standard for securingNTP traffic: IETF's RFC-8915 that specifies Network TimeSecurity (NTS) for NTP.
LibreOffice online is a web-based version of the LibreOffice suite that canbe hosted on anybody's infrastructure. This project was put into stasis back in 2022, a move marked bysome tension with Collabora, a major LibreOffice developer that has its own online offering. Now,the Document Foundation has announceda new effort to breathe life into this project.
Version5.4.0 of GNU awk(gawk) has been released. This is a major release with a change ingawk's default regular-expression matcher: it now uses MinRXas the default regular-expression engine.
Version148 of Firefox has been released. The most notable change in thisrelease is the addition of a "Block AI enhancements" option thatallows turning off "new or current AI enhancements in Firefox, orpop-ups about them" with a single toggle.With this release, Firefox now supports the TrustedTypes API to help prevent cross-site scripting attacks as well asthe SanitizerAPI that provides new methods for HTML manipulation. See the releasenotes for developers for changes that may affect web developers orthose who create Firefox add-ons.
The facilities provided by the kernel for the management of processes haveevolved considerably in the last few years, driven mostly by the advent ofthe pidfd API. A pidfd is a filedescriptor that refers to a process; unlike a process ID, a pidfd is anunambiguous handle for a process; that makes it a safer, more deterministicway of operating on processes. Christian Brauner, who has driven much ofthe pidfd-related work, is proposingtwo new flags for the clone3()system call, one of which changes the kernel's security model in asomewhat controversial way.
The 7.0 merge windowclosed on February 22 with 11,588 non-merge commits total,3,893 of which came in afterthe article covering the first half of the mergewindow. The changes in the second half were weighted toward bug fixes overnew features, which is usual. There were still a handful of surprises, however, including89 separate tiny code-cleanup changes from different people for the rtl8723bsdriver, a number thatsurprisedGreg Kroah-Hartman. It's unusual for a WiFi-chip driver to receive that muchattention, especially a staging driver that is not yet ready for general use.
Over on the Collabora blog, Marius Vlad has an overviewof Weston 15.0, which was released on February 19. Weston is thereference implementation of a Wayland compositor. The newrelease comes with a new shell that can be programmed using the Lua language, a new, experimental Vulkanrenderer, smoother media playback, color-management additions, and more.
The PostgreSQL project has beenchugging along for decades; in that time, it has become a thriving open-sourceproject, and its participants have learned a thing or two about what works inattracting new contributors. At FOSDEM2026, PostgreSQL contributor ClaireGiordano shared some of the lessons learned and where the project is stillstruggling. The lessons might be of interest to others who are thinking abouthow their own projects can evolve.
Linus has released 7.0-rc1 and closed themerge window for this development cycle. "You all know the drill bynow: two weeks have passed, and the kernel merge window is closed."
The closed-source chat platform Discordannounced on February9 that it would soon require some users to verify theirages in order to access some content - although the company quicklyadded thatthe "vast majority" of users would not have to. That reassurance has tocontend with the fact that the UK and other countries are implementingincreasingly strict age requirements for social media. Discord's ageverification would be done with an AI age-judgingmodel or with a government photo ID. A surprising number of open-sourceprojects use Discord for support or project communications, and some of thoseprojects are now looking for open-source alternatives. Mastodon, for example,has moved discussion to Zulip. There are some alternatives out there, allwith their own pros and cons, that communities may want to consider if they wantto switch away from Discord.
Dianne Skoll, creator and maintainer of the command-line calendarand alarm program Remind, hasannouncedthe release of TheBook of Remind. As the name suggests, it is a step-by-stepguide to learning how to use Remind, and a useful supplement to the extensiveremind(1)man page. The book is free to download.
Security updates have been issued by AlmaLinux (grafana), Debian (gegl, inetutils, libvpx, nova, and python-django), Fedora (azure-cli, chromium, microcode_ctl, python-azure-core, python3.14, and roundcubemail), Red Hat (grafana and osbuild-composer), SUSE (apptainer, dnsdist, istioctl, libsoup, openCryptoki, python-nltk, python311, python313, rclone, and thunderbird), and Ubuntu (libvpx, linux-azure, linux-azure-5.4, linux-azure-fips, and linux-intel-iotg).
Greg Kroah-Hartman has announced the 6.19.3, 6.18.13, 6.12.74, 6.6.127, 6.1.164, 5.15.201, and 5.10.251 stable kernels. As usual, eachincludes important fixes and users are advised to upgrade.
The kernel's unloved but performance-critical swapping subsystem has beenundergoing multiple rounds of improvement in recent times. Recent articleshave described the addition of the swaptable as a new way of representing the state of the swap cache, and the removal of the swap map as the way oftracking swap space. Work in this area is not done, though; this series fromNhat Pham addresses a number of swap-related problems by replacing thenew swap table structures with a single, virtual swap space.
Douglas DeMaio has announcedthat Jeff Mahoney's new governanceproposal for openSUSE, which was published in January,is moving forward. The new structure would have three governancebodies: a new technical steering committee (TSC), a community and marketing committee (CMC), as well as the existing openSUSEboard.
The "More Accurate Explicit Congestion Notification" (AccECN) mechanism isdefined by thisRFC draft. The Linux kernel has been gaining support for AccECN withTCP over the last few releases; the 7.0 release will enable it by defaultfor general use. AccECN is a subtle change to how TCP works, but it hasthe potential to improve how traffic flows over both public and privatenetworks.