<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"
    		xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>LWN.net</title>
        <link>https://lwn.net</link>
        <description> LWN.net is a comprehensive source of news and opinions from
        and about the Linux community.  This is the main LWN.net feed,
        listing all articles which are posted to the site front page.
</description>
        <language>en-us</language>
        <pubDate>Fri, 25 Sep 2026 04:33:53 +0000</pubDate>
        <lastBuildDate>Fri, 25 Sep 2026 04:33:53 +0000</lastBuildDate>
        <docs>https://www.rssboard.org/rss-specification</docs>
        <webMaster>lwn@lwn.net</webMaster>
        <atom:link href="https://lwn.net/headlines/rss2"
    		rel="self" type="application/rss+xml"/>
    <item>
        <title>F-Droid 2.0: A new chapter for Android freedom</title>
        <link>https://lwn.net/Articles/1096444/</link>
        <guid>https://lwn.net/Articles/1096444/</guid>
        <dc:creator>jzb</dc:creator>
        <description>&lt;p&gt;The &lt;a href=&quot;https://f-droid.org/en/&quot;&gt;F-Droid project&lt;/a&gt; has &lt;a
href=&quot;https://f-droid.org/2026/09/24/f-droid-2.0-a-new-chapter-for-android-freedom.html&quot;&gt;announced&lt;/a&gt;
the release of F-Droid&amp;#160;2.0, which is a complete redesign of the official
app. Notable changes in the release include making it easier to discover and
install applications, more useful app categories, improved search, and
much more.&lt;/p&gt;

&lt;blockquote class=&quot;bq&quot;&gt;
&lt;p&gt;For more than a decade, F-Droid has helped people discover and install free
and open source Android apps. F-Droid 2.0 builds on that foundation with a
modern interface, better app discovery, improved search, and a simpler
experience that works well, whether you're new to F-Droid or have been using it
for years.&lt;/p&gt;

&lt;p&gt;This isn't just a visual refresh. The user experience was redesigned to
integrate smoothly with current Android patterns, like Material Design, while
keeping familiar F-Droid interactions in place. Key components were reworked and
rewritten using Kotlin Compose, the standard toolkit these days, creating a
foundation that will help us deliver improvements more quickly in the years
ahead.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;/p&gt;</description>
        <pubDate>Thu, 24 Sep 2026 18:01:55 +0000</pubDate>
        </item>
        <item>
        <title>Research into file-notification attacks on Linux</title>
        <link>https://lwn.net/Articles/1096431/</link>
        <guid>https://lwn.net/Articles/1096431/</guid>
        <dc:creator>jzb</dc:creator>
        <description>&lt;p&gt;Sudheendra Raghav Neela, a member of a group of researchers from &lt;a
href=&quot;https://www.tugraz.at/en/home&quot;&gt;Graz University of Technology&lt;/a&gt;, has &lt;a
href=&quot;https://infosec.exchange/@vmcall/117327103049106849&quot;&gt;announced&lt;/a&gt; the
release of research into file-notification attacks that would allow spying on
user activity on Android, Linux, macOS, and Windows. The group has published &lt;a
href=&quot;https://inoti.fyi/pubs/file-notification-attacks.pdf&quot;&gt;a paper&lt;/a&gt; with
details on the research as well as a &lt;a href=&quot;https://inoti.fyi/&quot;&gt;web site&lt;/a&gt;
with demonstrations of the vulnerabilities.&lt;/p&gt;

&lt;p&gt;On Linux, an attacker can use &lt;a
href=&quot;https://linux.die.net/man/1/inotifywatch&quot;&gt;&lt;tt&gt;inotifywatch&lt;/tt&gt;&lt;/a&gt; to
monitor a directory to conduct an inter-keystroke timing attack&amp;mdash;even if
they do not have read access to the files within a directory. The group also
discovered a method to conduct a &lt;a
href=&quot;https://www.deepwatch.com/glossary/ui-redress-attack/&quot;&gt;UI-redress
attack&lt;/a&gt; (or &quot;&lt;a
href=&quot;https://en.wikipedia.org/wiki/Clickjacking&quot;&gt;clickjacking&lt;/a&gt;&quot; attack) on
KDE&amp;#160;5 and KDE&amp;#160;6 by monitoring &lt;tt&gt;/usr/bin/pkexec&lt;/tt&gt; to detect when &lt;a
href=&quot;https://en.wikipedia.org/wiki/Polkit&quot;&gt;Polkit&lt;/a&gt; spawns an authentication
prompt. An attacker could draw a fake password window on top of the real window
to collect a user's credentials.&lt;/p&gt;

&lt;p&gt;Both of these flaws are still present today,
though the Linux kernel did partially mitigate the issue with &lt;a
href=&quot;https://lore.kernel.org/linux-cve-announce/2026011303-CVE-2025-68788-05bd@gregkh/&quot;&gt;a
fix&lt;/a&gt; that was included in the 5.10.248, 5.15.198, 6.1.160, 6.6.120, 6.12.65,
and 6.18.3 kernels shipped in January. See the web site for more information and
a mitigation to prevent password-prompt windows from losing focus.&lt;/p&gt;</description>
        <pubDate>Thu, 24 Sep 2026 17:40:36 +0000</pubDate>
        </item>
        <item>
        <title>[$] Listening to the radio with Rust</title>
        <link>https://lwn.net/Articles/1095721/</link>
        <guid>https://lwn.net/Articles/1095721/</guid>
        <dc:creator>daroc</dc:creator>
        <description>&lt;p&gt;
Many of the transmissions sent over the radio spectrum can
be decoded with a relatively cheap hardware dongle. Thomas Eckert presented at
&lt;a href=&quot;https://rustconf.com/&quot;&gt;
RustConf 2026&lt;/a&gt; in Montreal about his hobby:
decoding radio transmissions with Rust.
In his presentation, he
covered all of the math necessary to get started with
&lt;a href=&quot;https://en.wikipedia.org/wiki/Software-defined_radio&quot;&gt;
software-defined radio&lt;/a&gt;,
and gave demonstrations of listening to AM and FM radio, as well as decoding
transmissions from
aircraft transponders. His slides and example code are
&lt;a href=&quot;https://github.com/t-eckert/listening-to-the-radio-with-rust#listening-to-the-radio-with-rust&quot;&gt;
available&lt;/a&gt; on GitHub.
&lt;/p&gt;
</description>
        <pubDate>Thu, 24 Sep 2026 14:26:30 +0000</pubDate>
        </item>
        <item>
        <title>The Kernel Report 2026 edition</title>
        <link>https://lwn.net/Articles/1096411/</link>
        <guid>https://lwn.net/Articles/1096411/</guid>
        <dc:creator>jzb</dc:creator>
        <description>&lt;p&gt;After a two-year hiatus, LWN's Jonathan Corbet presented an updated edition
of his &lt;a
href=&quot;https://kernel-recipes.org/en/2026/schedule/the-kernel-report/&quot;&gt;Kernel
Report&lt;/a&gt; at the &lt;a href=&quot;https://kernel-recipes.org/en/2026/&quot;&gt;Kernel
Recipes&lt;/a&gt; conference. Corbet looked at what is happening in the kernel
community, how it's dealing with a period of accelerated change, and where
things might go in the future. &lt;a
href=&quot;https://www.youtube.com/live/3KAcS05H31Y?t=1242s&quot;&gt;Video of the talk&lt;/a&gt; is
available on YouTube for those who'd like to tune in.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
        <pubDate>Thu, 24 Sep 2026 13:57:44 +0000</pubDate>
        </item>
        <item>
        <title>Security updates for Thursday</title>
        <link>https://lwn.net/Articles/1096407/</link>
        <guid>https://lwn.net/Articles/1096407/</guid>
        <dc:creator>jzb</dc:creator>
        <description>Security updates have been issued by &lt;b&gt;AlmaLinux&lt;/b&gt; (buildah, containernetworking-plugins, firefox, kernel, kernel-rt, openexr, perl-DBI, podman, postgresql, postgresql16, postgresql:15, runc, skopeo, and tar), &lt;b&gt;Debian&lt;/b&gt; (libdatetime-timezone-perl, tzdata, xdg-dbus-proxy, and znc), &lt;b&gt;Fedora&lt;/b&gt; (chromium, evolution, evolution-data-server, evolution-ews, kernel, libheif, mingw-pcre2, nginx-mod-modsecurity, unbound, and webkitgtk), &lt;b&gt;Mageia&lt;/b&gt; (borgbackup, coreutils, firefox, nss, kbd, libnfs, libwebsockets, perl-URI, pipewire, and xdg-dbus-proxy), &lt;b&gt;Oracle&lt;/b&gt; (apr-util, containernetworking-plugins, coreutils, curl, firefox, freerdp, gstreamer1-plugins-base, host-metering, libarchive, libtiff, libxml2, openexr, openssh, perl-DBI, podman, postgresql16, postgresql18-postgis, postgresql:15, rsyslog, runc, tar, and unbound), &lt;b&gt;SUSE&lt;/b&gt; (apptainer, gimp, librepods, libX11-6, perl-Authen-SASL, podofo, python-WebOb, and python313-graphifyy), and &lt;b&gt;Ubuntu&lt;/b&gt; (imagemagick, libgit2, moodle, network-manager, Open-iSNS, python-urllib3, sqlparse, and xdg-desktop-portal).
</description>
        <pubDate>Thu, 24 Sep 2026 13:05:18 +0000</pubDate>
        </item>
        <item>
        <title>[$] LWN.net Weekly Edition for September 24, 2026</title>
        <link>https://lwn.net/Articles/1094840/</link>
        <guid>https://lwn.net/Articles/1094840/</guid>
        <dc:creator>corbet</dc:creator>
        <description>Inside this week's LWN.net Weekly Edition:
        &lt;p&gt;
        &lt;ul&gt;
&lt;li&gt; &lt;a href=&quot;https://lwn.net/Articles/1094840/&quot;&gt;Front&lt;/a&gt;: Git 2.56; gccrs; NetBSD and compat_linux; io_uring; Desktop UX.
            &lt;li&gt; &lt;a href=&quot;https://lwn.net/Articles/1094842/&quot;&gt;Briefs&lt;/a&gt;: WordPress vulnerability; Radicle vulnerability; Systemtap 5.6; GNOME 51; Systemd v262; Quotes; ...
            &lt;li&gt; &lt;a href=&quot;https://lwn.net/Articles/1094843/&quot;&gt;Announcements&lt;/a&gt;: Newsletters, conferences, security updates, patches, and more.
            &lt;/ul&gt;

        </description>
        <pubDate>Thu, 24 Sep 2026 00:22:42 +0000</pubDate>
        </item>
        <item>
        <title>[$] Ideas on modernizing the open-source desktop</title>
        <link>https://lwn.net/Articles/1095425/</link>
        <guid>https://lwn.net/Articles/1095425/</guid>
        <dc:creator>jzb</dc:creator>
        <description>&lt;p&gt;Scott Jenson has been working on user interfaces (UIs) and user experience (UX)
for many years at Apple, Google, and other companies. Now, he's trying to convince
open-source projects to experiment more and drive the desktop beyond the age-old &quot;&lt;a
href=&quot;https://en.wikipedia.org/wiki/WIMP_(computing)&quot;&gt;windows, icons, menus,
pointer&lt;/a&gt;&quot; (WIMP) model. At &lt;a
href=&quot;https://akademy.kde.org/2026/&quot;&gt;Akademy&amp;#160;2026&lt;/a&gt;, KDE's annual developer
conference, he shared his complaints and ideas in a talk aimed
at convincing those in attendance to take the lead on desktop design.&lt;/p&gt;
</description>
        <pubDate>Wed, 23 Sep 2026 15:39:30 +0000</pubDate>
        </item>
        <item>
        <title>Systemd v262 released</title>
        <link>https://lwn.net/Articles/1096204/</link>
        <guid>https://lwn.net/Articles/1096204/</guid>
        <dc:creator>jzb</dc:creator>
        <description>&lt;p&gt;Systemd v262 has been released. Some of the notable new features include the
ability to build systemd as a single statically linked binary for small
containers, support for the kernel coredump socket protocol introduced with
Linux&amp;#160;6.17, addition of OpenSSL&amp;#160;4 support, and many other changes. See
the &lt;a href=&quot;https://github.com/systemd/systemd/releases/tag/v262&quot;&gt;release
notes&lt;/a&gt; for a full list of changes.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
        <pubDate>Wed, 23 Sep 2026 14:51:37 +0000</pubDate>
        </item>
        <item>
        <title>Critical security vulnerabilities in the Radicle network protocol</title>
        <link>https://lwn.net/Articles/1096200/</link>
        <guid>https://lwn.net/Articles/1096200/</guid>
        <dc:creator>jzb</dc:creator>
        <description>&lt;p&gt;The &lt;a href=&quot;https://radicle.dev/&quot;&gt;Radicle&lt;/a&gt; peer-to-peer
code-collaboration project has &lt;a
href=&quot;https://radicle.dev/2026/09/23/disclosure-of-vulnerability-in-network-protocol&quot;&gt;disclosed
two critical vulnerabilities&lt;/a&gt; in the network protocol used by Radicle
nodes. The first flaw is that the network protocol used by Radicle &quot;&lt;q&gt;does not
give the confidentiality it was expected to give&lt;/q&gt;&quot;, which allows anyone who
can observe the network between two nodes to read the data exchanged. The second
is that peer authentication is broken and allows impersonation, so an attacker
can spoof their Node ID and read private repositories they should not be able to
read.&lt;/p&gt;

&lt;blockquote class=&quot;bq&quot;&gt;
&lt;p&gt;In practice, the two flaws are most useful when they can be exploited
together: an attacker on the path sees the Node IDs at both ends of a
connection, and both are normally on the allow-list. That attacker can read
whatever is exchanged while they watch, and can then use a Node ID they saw to
fetch the whole repository on demand. The realistic threat is anyone on the path
between your node and node it syncs with, and no setting or allow-list protects
against them.&lt;/p&gt;

&lt;p&gt;We are publishing this before the security update is available. You can act
on it today, and no fix we release later can undo an exposure that has already
happened.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;See the post for workarounds that can be used today; a major update that will
be backward-incompatible is underway.&lt;/p&gt;</description>
        <pubDate>Wed, 23 Sep 2026 14:20:46 +0000</pubDate>
        </item>
        <item>
        <title>Critical WordPress RCE vulnerability announced</title>
        <link>https://lwn.net/Articles/1096195/</link>
        <guid>https://lwn.net/Articles/1096195/</guid>
        <dc:creator>jzb</dc:creator>
        <description>&lt;p&gt;A &lt;a
href=&quot;https://github.com/WordPress/wordpress-develop/security/advisories/GHSA-7hp8-65ch-5whp&quot;&gt;critical
vulnerability&lt;/a&gt; has been discovered in &lt;a
href=&quot;https://wordpress.org/&quot;&gt;WordPress&lt;/a&gt;'s &lt;a
href=&quot;https://developer.wordpress.org/reference/functions/get_page_template/&quot;&gt;&lt;tt&gt;get_page_template()&lt;/tt&gt;&lt;/a&gt;
function for page-template resolution that could allow remote-code execution
(RCE) by an unauthenticated attacker, in some limited circumstances. The project
has provided an update for the most recent branch of WordPress, as well as
backports of the fix for branches back to &lt;a
href=&quot;https://wordpress.org/download/releases/#branch-47&quot;&gt;4.7&lt;/a&gt;. See the
vulnerability report for the conditions required for an RCE attack to be successful.&lt;/p&gt;

&lt;p&gt;The vulnerability &lt;a
href=&quot;https://forums.classicpress.net/t/critical-unauthenticated-path-traversal-vulnerability-patched-in-wordpress-core/6775&quot;&gt;also
affects&lt;/a&gt; the &lt;a href=&quot;https://www.classicpress.net/&quot;&gt;ClassicPress&lt;/a&gt; fork of
WordPress, though a security update has not been provided for that project
yet. LWN &lt;a href=&quot;https://lwn.net/Articles/992219/&quot;&gt;covered&lt;/a&gt; ClassicPress in
2024. Users of either content-management system should update soon.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
        <pubDate>Wed, 23 Sep 2026 13:55:40 +0000</pubDate>
        </item>
        <item>
        <title>Security updates for Wednesday</title>
        <link>https://lwn.net/Articles/1096191/</link>
        <guid>https://lwn.net/Articles/1096191/</guid>
        <dc:creator>jzb</dc:creator>
        <description>Security updates have been issued by &lt;b&gt;AlmaLinux&lt;/b&gt; (coreutils, postgresql18-postgis, and postgresql:16), &lt;b&gt;Debian&lt;/b&gt; (memcached), &lt;b&gt;Fedora&lt;/b&gt; (chromium, cyrus-imapd, dotnet10.0, dotnet8.0, dotnet9.0, freeipmi, kernel, libxmp, perl-Net-DNS, and postgresql16-anonymizer), &lt;b&gt;Mageia&lt;/b&gt; (cpio, diffutils, perl-Dancer2, and rest), &lt;b&gt;Oracle&lt;/b&gt; (389-ds-base and firefox), &lt;b&gt;Red Hat&lt;/b&gt; (opentelemetry-collector and osbuild-composer), &lt;b&gt;SUSE&lt;/b&gt; (amazon-cloudwatch-agent, amazon-ssm-agent, apko, apptainer, bazel-rules-python-source, bind, cups, firefox, freeipmi, gdb, google-osconfig-agent, kernel, kyverno, libipa_hbac-devel, libsoup, libsoup-3_0-0, libtpms, openssl-certs, perl-Authen-SASL, php-composer2, python313-PyMuPDF, thunderbird, and util-linux), and &lt;b&gt;Ubuntu&lt;/b&gt; (gzip, linux-aws, linux-aws-5.15, linux-aws-fips, linux-nvidia-tegra-igx, linux-azure, linux-oracle, linux-azure-7.0, linux-azure-fde-6.8, linux-lowlatency, linux-lowlatency-hwe-6.8, linux-nvidia, linux-oracle, linux-oracle-6.8, linux-raspi, openssh, and sudo).
</description>
        <pubDate>Wed, 23 Sep 2026 13:20:48 +0000</pubDate>
        </item>
        <item>
        <title>[$] Compiling the kernel with gccrs</title>
        <link>https://lwn.net/Articles/1095553/</link>
        <guid>https://lwn.net/Articles/1095553/</guid>
        <dc:creator>daroc</dc:creator>
        <description>&lt;p&gt;
Pierre-Emmanuel Patry and Arthur Cohen gave a talk at
&lt;a href=&quot;https://rustconf.com/&quot;&gt;
RustConf&amp;#160;2026&lt;/a&gt; on the
status of the Rust frontend for GCC (gccrs), with a particular eye toward the
goal of
&lt;a href=&quot;https://lwn.net/Articles/1083202/&quot;&gt;
compiling the Linux kernel&lt;/a&gt;. Patry gave a follow-up talk for a more
kernel-focused audience at
&lt;a href=&quot;https://kangrejos.com/&quot;&gt;
Kangrejos&lt;/a&gt; the next week, which Cohen could not attend. The
&lt;a href=&quot;https://rust-gcc.github.io/&quot;&gt;
gccrs project&lt;/a&gt; is
making good progress overall, but it will still be some time until the compiler
is usable.
&lt;/p&gt;
</description>
        <pubDate>Tue, 22 Sep 2026 15:27:35 +0000</pubDate>
        </item>
        <item>
        <title>Security updates for Tuesday</title>
        <link>https://lwn.net/Articles/1096022/</link>
        <guid>https://lwn.net/Articles/1096022/</guid>
        <dc:creator>jake</dc:creator>
        <description>Security updates have been issued by &lt;b&gt;AlmaLinux&lt;/b&gt; (apr-util, corosync, curl, freerdp, gstreamer1-plugins-base, libarchive, libtiff, libxml2, openexr, openssh, rsyslog, sudo, tomcat, unbound, webkit2gtk3, yggdrasil, and yggdrasil-worker-package-manager), &lt;b&gt;Debian&lt;/b&gt; (chromium), &lt;b&gt;Fedora&lt;/b&gt; (alsa-plugins, amarok, aqualung, atomes, attract-mode, audacious-plugins, audacity, baresip, blender, calibre, cantata, cef, chromaprint, chromium, digikam, doctl, dragon, ffmpeg, ffmpegthumbnailer, ffmpegthumbs, ffms2, fooyin, glaxnimate, goldendict-ng, gpac, gstreamer1-plugin-libav, guacamole-server, guvcview, haruna, hedgewars, icecat, janus, k3b, kdenlive, kf5-kfilemetadata, kf6-kfilemetadata, kpipewire, lazygal, lego, libcamera-apps, libheif, libopenshot, libopenshot-audio, libvncserver, localsearch, mat2, minidlna, mivisionx, mixxx, mlt, monado, mpd, mpv, mpv-mpris, neatvnc, notcurses, nv-codec-headers13.0, obs-studio, obs-studio-plugin-droidcam, obs-studio-plugin-pwvideo, obs-studio-plugin-vaapi, obs-studio-plugin-vkcapture, obs-studio-plugin-webkitgtk, olive, openal-soft, OpenBoard, opencv, openmw, opustags, os-autoinst, patool, Pencil2D, perl-HTML-FormHandler, pianobar, prometheus-podman-exporter, python-audioread, python-torchaudio, python-torchvision, qmmp, qmmp-plugin-pack, qmplay2, qt5-qtwebengine, qt6-qtmultimedia, qt6-qtwebengine, qtox, retroarch, rocdecode, rocdecode7.2, rsgain, siril, squeezelite, swayimg, tigervnc, timg, unpaper, vlc, vtk, waypipe, wf-recorder, wivrn, wxsvg, xine-lib, xmms2, xpra, xscreensaver, yle-dl, znc, and znc-clientbuffer), &lt;b&gt;Mageia&lt;/b&gt; (nmap, pcre2, and vim), &lt;b&gt;Oracle&lt;/b&gt; (curl, openssl-fips-provider, sudo, tomcat, webkit2gtk3, yggdrasil, and yggdrasil-worker-package-manager), &lt;b&gt;Slackware&lt;/b&gt; (util-linux), &lt;b&gt;SUSE&lt;/b&gt; (cadvisor, chromium, coredns, fake-gcs-server, freeciv, gh, glibc, google-guest-agent, google-osconfig-agent, hugo, kbd, kbfs, keybase-client, libheif, libpcap, mbedtls, pcre2, python-asteval, python-jwcrypto, python311, python313-ansi2html, shadowsocks-rust, sofia-sip, and trivy), and &lt;b&gt;Ubuntu&lt;/b&gt; (clamav, expat, ghostscript, glib2.0, gst-plugins-base1.0, gst-plugins-good1.0, libsoup2.4, libsoup3, libssh2, libxml2, linux-azure-6.8, linux-azure-fde, linux-azure-fde, linux-azure-fde-7.0, linux-azure-fde, linux-intel-iotg, linux-kvm, linux-oracle, linux-xilinx-zynqmp, linux-gcp-6.8, linux-ibm, linux-xilinx, linux-ibm, linux-nvidia-bos, linux-raspi, memcached, openjdk-17, openjdk-21, openjdk-25, openjdk-8, openjdk-lts, rsyslog, and strongswan).
</description>
        <pubDate>Tue, 22 Sep 2026 15:10:11 +0000</pubDate>
        </item>
        <item>
        <title>Igalia celebrates &quot;Twenty-Five Years Upstream&quot;</title>
        <link>https://lwn.net/Articles/1095723/</link>
        <guid>https://lwn.net/Articles/1095723/</guid>
        <dc:creator>jake</dc:creator>
        <description>The open-source consulting firm &lt;a
href=&quot;https://www.igalia.com/&quot;&gt;Igalia&lt;/a&gt; has put out &lt;a
href=&quot;https://www.igalia.com/2026/09/21/Twenty-Five-Years-Upstream.html&quot;&gt;an
announcement celebrating 25 years&lt;/a&gt; of working on upstream FOSS projects
for its clients.  The list of projects the company has worked on is rather
eye-opening: WebKit, mobile-browser rendering (on Maemo, Moblin, MeeGo, and
Tizen), the Linux kernel (CPU and GPU scheduling), 3D graphics drivers, the
Orca screen reader, 
GStreamer, and lots more.  Beyond that, the company, which is a
worker-owned cooperative, does its work in ways that benefit the community
as well as its clients:

&lt;blockquote class=&quot;bq&quot;&gt;
None of this is charity. Igalia is a consultancy, and most of the work above was paid for by someone with a product to ship: a device maker who needs the web to run well on their hardware, a platform that needs a feature its users keep asking for, a company whose roadmap depends on something deep in the stack working better than it does today. What they get from us is not a patch to carry forever. We do the work upstream, in the project itself, so it arrives in the next release and keeps working long after the contract ends. Our customers ship products built on code that nobody has to maintain alone, and everyone else gets the same code. That has been the arrangement from the start.
&lt;/blockquote&gt;</description>
        <pubDate>Mon, 21 Sep 2026 16:35:32 +0000</pubDate>
        </item>
        <item>
        <title>Three new stable kernels</title>
        <link>https://lwn.net/Articles/1095703/</link>
        <guid>https://lwn.net/Articles/1095703/</guid>
        <dc:creator>jake</dc:creator>
        <description>Greg Kroah-Hartman has released the &lt;a href=&quot;https://lwn.net/Articles/1095704/&quot;&gt;7.2.7&lt;/a&gt;,
&lt;a href=&quot;https://lwn.net/Articles/1095705/&quot;&gt;6.18.53&lt;/a&gt;, and &lt;a
href=&quot;https://lwn.net/Articles/1095706/&quot;&gt;6.12.111&lt;/a&gt; stable kernels. As is usual these days, they are
quite large; also no surprise is that they provide many important fixes
throughout the kernel tree.  Users of those kernels are advised to update.</description>
        <pubDate>Mon, 21 Sep 2026 14:43:18 +0000</pubDate>
        </item>
        </channel>
</rss>
