<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>Thu, 05 Jun 2025 11:20:37 +0000</pubDate>
        <lastBuildDate>Thu, 05 Jun 2025 11:20:37 +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>[$] LWN.net Weekly Edition for June 5, 2025</title>
        <link>https://lwn.net/Articles/1022979/</link>
        <guid>https://lwn.net/Articles/1022979/</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/1022979/&quot;&gt;Front&lt;/a&gt;: OpenH264 in Fedora; Wallabag; Safety certification; 6.16 Merge window; Bounce buffering; Hardening repository problems; Device-initiated I/O; Faster networking; OSPM 2025; Free software in science.
            &lt;li&gt; &lt;a href=&quot;https://lwn.net/Articles/1022981/&quot;&gt;Briefs&lt;/a&gt;: Kea vulnerabilities; Alpine Linux 3.22.0; Fedora strategy; Quotes; ...
            &lt;li&gt; &lt;a href=&quot;https://lwn.net/Articles/1022982/&quot;&gt;Announcements&lt;/a&gt;: Newsletters, conferences, security updates, patches, and more.
            &lt;/ul&gt;

        </description>
        <pubDate>Thu, 05 Jun 2025 01:11:25 +0000</pubDate>
        </item>
        <item>
        <title>[$] Device-initiated I/O</title>
        <link>https://lwn.net/Articles/1022718/</link>
        <guid>https://lwn.net/Articles/1022718/</guid>
        <dc:creator>jake</dc:creator>
        <description>&lt;a href=&quot;https://lwn.net/Articles/767281/&quot;&gt;Peer-to-peer DMA&lt;/a&gt; (P2PDMA) has been part of
the kernel since the &lt;a href=&quot;https://lwn.net/Articles/775487/&quot;&gt;4.20 release&lt;/a&gt; in 2018;
it provides a framework that allows devices to transfer data between themselves
directly, without using system RAM for the transfer.  At the 2025 Linux
Storage, Filesystem, Memory Management, and BPF Summit (LSFMM+BPF), Stephen
Bates led a combined storage, filesystems, and memory-management session on
device-initiated I/O, which is perhaps what P2PDMA is evolving toward.  Two
years ago, he led a &lt;a href=&quot;https://lwn.net/Articles/931668/&quot;&gt;session on P2PDMA&lt;/a&gt; at the
summit; this year's session was a brief update on P2PDMA with a look
at where it may be heading.
</description>
        <pubDate>Wed, 04 Jun 2025 17:39:05 +0000</pubDate>
        </item>
        <item>
        <title>Strategy 2028 update (Fedora Community Blog)</title>
        <link>https://lwn.net/Articles/1023837/</link>
        <guid>https://lwn.net/Articles/1023837/</guid>
        <dc:creator>jzb</dc:creator>
        <description>&lt;p&gt;&lt;a href=&quot;https://lwn.net/Articles/1001634/&quot;&gt;Outgoing&lt;/a&gt; Fedora Project Leader Matthew Miller has posted an &lt;a
href=&quot;https://communityblog.fedoraproject.org/strategy-2028-update/&quot;&gt;update&lt;/a&gt;
on Fedora's high-level plan through 2028:&lt;/p&gt;

&lt;blockquote class=&quot;bq&quot;&gt;
[Fedora] Council members identified potential Initiatives that we
believe are important to work on next. We came up with a list of
thirteen — which is way more than we can handle at once. We previously
set a limit of four Initiatives at a time. We decided to keep to that
rule, and are planning to launch four initiatives in the next months
&lt;/blockquote&gt;

&lt;p&gt;The initiatives are: making Fedora releases block on accessibility
issues, experimenting with a &quot;GitOps&quot; workflow for packaging,
migrating from &lt;a href=&quot;https://pagure.io/&quot;&gt;Pagure&lt;/a&gt; to &lt;a
href=&quot;https://forgejo.org/&quot;&gt;Forgejo&lt;/a&gt;, and &quot;&lt;q&gt;making sure Fedora
Linux is ready for people who want to work on machine learning and AI
development&lt;/q&gt;&quot;.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
        <pubDate>Wed, 04 Jun 2025 14:54:06 +0000</pubDate>
        </item>
        <item>
        <title>[$] Two sessions on faster networking</title>
        <link>https://lwn.net/Articles/1022648/</link>
        <guid>https://lwn.net/Articles/1022648/</guid>
        <dc:creator>daroc</dc:creator>
        <description>&lt;p&gt;
Cong Wang and Daniel Borkmann each led session at the 2025 Linux Storage,
Filesystem, Memory Management, and BPF Summit about their respective
plans to speed up networking in the Linux kernel. Both sessions described ways
to remove unnecessary operations in the networking stack, but they focused on
different areas. Wang spoke about using BPF to speed up socket operations,
while Borkmann spoke about eliminating the overhead of networking
operations on virtual machines.
&lt;/p&gt;
</description>
        <pubDate>Wed, 04 Jun 2025 14:21:46 +0000</pubDate>
        </item>
        <item>
        <title>[$] The importance of free software to science</title>
        <link>https://lwn.net/Articles/1023299/</link>
        <guid>https://lwn.net/Articles/1023299/</guid>
        <dc:creator>jake</dc:creator>
        <description>Free software plays a critical role in science, both in research and in
disseminating it. Aspects of software freedom are directly relevant to
simulation, analysis, document preparation and preservation, security,
reproducibility, and usability. Free software brings practical and specific
advantages, beyond just its ideological roots, to science, while
proprietary software comes with equally specific risks.  As a practicing
scientist, I would like to help others—scientists or not—see the benefits
from free software in science.
</description>
        <pubDate>Wed, 04 Jun 2025 14:16:09 +0000</pubDate>
        </item>
        <item>
        <title>Eight stable kernels released</title>
        <link>https://lwn.net/Articles/1023794/</link>
        <guid>https://lwn.net/Articles/1023794/</guid>
        <dc:creator>jzb</dc:creator>
        <description>&lt;p&gt;Greg Kroah-Hartman has announced the release of the &lt;a
href=&quot;https://lwn.net/Articles/1023795/&quot;&gt;6.15.1&lt;/a&gt;, &lt;a
href=&quot;https://lwn.net/Articles/1023796/&quot;&gt;6.14.10&lt;/a&gt;, &lt;a
href=&quot;https://lwn.net/Articles/1023797/&quot;&gt;6.12.32&lt;/a&gt;, &lt;a
href=&quot;https://lwn.net/Articles/1023798/&quot;&gt;6.6.93&lt;/a&gt;, &lt;a
href=&quot;https://lwn.net/Articles/1023799/&quot;&gt;6.1.141&lt;/a&gt;, &lt;a
href=&quot;https://lwn.net/Articles/1023800/&quot;&gt;5.15.185&lt;/a&gt;, &lt;a
href=&quot;https://lwn.net/Articles/1023801/&quot;&gt;5.10.238&lt;/a&gt;, and &lt;a
href=&quot;https://lwn.net/Articles/1023802/&quot;&gt;5.4.294&lt;/a&gt; stable kernels. As usual, each
contains a set of important fixes.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
        <pubDate>Wed, 04 Jun 2025 13:24:25 +0000</pubDate>
        </item>
        <item>
        <title>Security updates for Wednesday</title>
        <link>https://lwn.net/Articles/1023793/</link>
        <guid>https://lwn.net/Articles/1023793/</guid>
        <dc:creator>jzb</dc:creator>
        <description>Security updates have been issued by &lt;b&gt;AlmaLinux&lt;/b&gt; (git, krb5, perl-CPAN, and rsync), &lt;b&gt;Debian&lt;/b&gt; (tcpdf), &lt;b&gt;Fedora&lt;/b&gt; (libmodsecurity, lua-http, microcode_ctl, and nextcloud), &lt;b&gt;Red Hat&lt;/b&gt; (osbuild-composer), &lt;b&gt;SUSE&lt;/b&gt; (389-ds, avahi, ca-certificates-mozilla, docker, expat, freetype2, glib2, gnuplot, gnutls, golang-github-teddysun-v2ray-plugin, golang-github-v2fly-v2ray-core, govulncheck-vulndb, helm, iperf, kernel, kernel-livepatch-MICRO-6-0_Update_2, kernel-livepatch-MICRO-6-0_Update_4, krb5, libarchive, libsoup, libsoup2, libtasn1, libX11, libxml2, libxslt, orc, podman, python-Jinja2, python-requests, python3-setuptools, python310, python311, python39, rubygem-rack, sslh, SUSE Manager Client Tools, SUSE Manager Client Tools and Salt Bundle, ucode-intel, util-linux, and wget), and &lt;b&gt;Ubuntu&lt;/b&gt; (libvpx, linux, linux-aws, linux-aws-hwe, linux-gcp, linux-gcp-4.15, linux-hwe, linux-kvm, linux-oracle, linux, linux-aws, linux-azure, linux-gcp, linux-gke, linux-gkeop, linux-ibm, linux-intel-iotg, linux-kvm, linux-lowlatency, linux-nvidia-tegra, linux-oracle, linux, linux-aws, linux-kvm, linux-aws, linux-lts-xenial, linux-aws-fips, linux-azure-fips, linux-fips, linux-gcp-fips, linux-aws-fips, linux-gcp-fips, linux-azure-fde, linux-fips, and linux-intel-iot-realtime, linux-realtime).
</description>
        <pubDate>Wed, 04 Jun 2025 13:13:30 +0000</pubDate>
        </item>
        <item>
        <title>[$] Safety certification for open-source systems</title>
        <link>https://lwn.net/Articles/1022889/</link>
        <guid>https://lwn.net/Articles/1022889/</guid>
        <dc:creator>daroc</dc:creator>
        <description>&lt;p&gt;
This year's
&lt;a href=&quot;https://www.linaro.org/connect/&quot;&gt;
Linaro Connect&lt;/a&gt; in Lisbon, Portugal featured a number of talks about the use of
open-source components in safety-critical systems. Kate Stewart gave a keynote on the topic
on the first day of the conference. In it, she highlighted several projects that
have been working to pursue safety certification and spoke about the importance of
being able to trace software's origins to safety. In a talk on the second day, Roberto
Bagnara shared his experience with working on one of those projects, the Xen
hypervisor, to conform to a formal set of rules for safety-critical code.
&lt;/p&gt;
</description>
        <pubDate>Tue, 03 Jun 2025 14:41:20 +0000</pubDate>
        </item>
        <item>
        <title>Security updates for Tuesday</title>
        <link>https://lwn.net/Articles/1023625/</link>
        <guid>https://lwn.net/Articles/1023625/</guid>
        <dc:creator>corbet</dc:creator>
        <description>Security updates have been issued by &lt;b&gt;AlmaLinux&lt;/b&gt; (varnish), &lt;b&gt;Debian&lt;/b&gt; (asterisk and roundcube), &lt;b&gt;Fedora&lt;/b&gt; (systemd), &lt;b&gt;Mageia&lt;/b&gt; (golang), &lt;b&gt;Red Hat&lt;/b&gt; (ghostscript, perl-CPAN, python36:3.6, and rsync), &lt;b&gt;SUSE&lt;/b&gt; (govulncheck-vulndb, libsoup-2_4-1, and postgresql, postgresql16, postgresql17), and &lt;b&gt;Ubuntu&lt;/b&gt; (mariadb, open-vm-tools, php-twig, and python-tornado).
</description>
        <pubDate>Tue, 03 Jun 2025 13:14:51 +0000</pubDate>
        </item>
        <item>
        <title>Alpine Linux 3.22.0 released</title>
        <link>https://lwn.net/Articles/1023516/</link>
        <guid>https://lwn.net/Articles/1023516/</guid>
        <dc:creator>jzb</dc:creator>
        <description>&lt;p&gt;&lt;a
href=&quot;https://alpinelinux.org/posts/Alpine-3.22.0-released.html&quot;&gt;Version
3.22.0&lt;/a&gt; of the Alpine Linux distribution has been released. Notable
changes in this release include the removal of the X11 session for KDE
Plasma, a switch to &lt;tt&gt;systemd-efistub&lt;/tt&gt;, and experimental support
for &lt;a
href=&quot;https://wiki.alpinelinux.org/wiki/OpenRC#User_services&quot;&gt;user
services&lt;/a&gt; with the &lt;a
href=&quot;https://github.com/OpenRC/openrc?tab=readme-ov-file#openrc-readme&quot;&gt;OpenRC&lt;/a&gt;
init system. See the &lt;a
href=&quot;https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.22.0&quot;&gt;release
notes&lt;/a&gt; for a detailed list of changes.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
        <pubDate>Mon, 02 Jun 2025 17:05:52 +0000</pubDate>
        </item>
        <item>
        <title>[$] Hardening fixes lead to hard questions</title>
        <link>https://lwn.net/Articles/1023502/</link>
        <guid>https://lwn.net/Articles/1023502/</guid>
        <dc:creator>corbet</dc:creator>
        <description>Kees Cook's &lt;a href=&quot;https://lwn.net/ml/all/202505310759.3A40AD051@keescook&quot;&gt;&quot;hardening
fixes&quot; pull request&lt;/a&gt; for the 6.16 merge window looked like a
straightforward exercise; it only contained four commits.  So just about
everybody was surprised when it resulted in Cook being temporarily blocked
from his kernel.org account among fears of malicious activity.  When the
dust settled, though, the red alert was canceled.  It turns out,
surprisingly, that Git is a tool with which one can inflict substantial
self-harm in a moment of inattention.
</description>
        <pubDate>Mon, 02 Jun 2025 16:55:11 +0000</pubDate>
        </item>
        <item>
        <title>[$] OpenH264 induces headaches for Fedora</title>
        <link>https://lwn.net/Articles/1023088/</link>
        <guid>https://lwn.net/Articles/1023088/</guid>
        <dc:creator>jzb</dc:creator>
        <description>&lt;p&gt;Software patents and workarounds for them are, once again,
causing headaches for open-source projects and users. This time
around, Fedora users have been vulnerable to a serious flaw in the &lt;a
href=&quot;https://www.openh264.org/&quot;&gt;OpenH264&lt;/a&gt; library for
months&amp;mdash;not for want of a fix, but because of the &lt;a
href=&quot;https://en.wikipedia.org/wiki/Rube_Goldberg_machine&quot;&gt;Rube
Goldberg machine&lt;/a&gt; methodology of distributing the library to Fedora
users. The software is open source under a &lt;span
class=&quot;nobreak&quot;&gt;two-clause&lt;/span&gt; BSD license; the RPMs are built and
signed by Fedora, but the final product is distributed by Cisco, so
the company can pick up the tab for license fees. Unfortunately, a
breakdown in the process of handing RPMs to Cisco for distribution has
left Fedora users vulnerable, and inaction on Fedora's part has left
users unaware that they are at risk.&lt;/p&gt;
</description>
        <pubDate>Mon, 02 Jun 2025 15:57:23 +0000</pubDate>
        </item>
        <item>
        <title>Security updates for Monday</title>
        <link>https://lwn.net/Articles/1023501/</link>
        <guid>https://lwn.net/Articles/1023501/</guid>
        <dc:creator>jake</dc:creator>
        <description>Security updates have been issued by &lt;b&gt;Debian&lt;/b&gt; (espeak-ng, kitty, kmail-account-wizard, krb5, libreoffice, libvpx, net-tools, python-flask-cors, symfony, tcpdf, thunderbird, and twitter-bootstrap3), &lt;b&gt;Fedora&lt;/b&gt; (chromium, dropbear, firefox, gstreamer1-plugins-bad-free, python-tornado, systemd, and thunderbird), &lt;b&gt;Mageia&lt;/b&gt; (coreutils, deluge, glib2.0, and redis), &lt;b&gt;Oracle&lt;/b&gt; (firefox, kernel, and systemd), &lt;b&gt;Red Hat&lt;/b&gt; (firefox, kernel, kernel-rt, varnish, varnish:6, and zlib), &lt;b&gt;SUSE&lt;/b&gt; (bind, curl, dnsdist, docker, ffmpeg-7, firefox, glibc, golang-github-prometheus-alertmanager, govulncheck-vulndb, icinga2, iputils, java-11-openjdk, java-1_8_0-ibm, kea, kernel, libopenssl-3-devel, libsoup, libxml2, nodejs-electron, open-vm-tools, openbao, perl-Net-Dropbox-API, pluto, poppler, postgresql14, postgresql15, postgresql16, postgresql17, python312-setuptools, runc, s390-tools, skopeo, sqlite3, thunderbird, and unbound), and &lt;b&gt;Ubuntu&lt;/b&gt; (apport and libphp-adodb).
</description>
        <pubDate>Mon, 02 Jun 2025 13:39:33 +0000</pubDate>
        </item>
        <item>
        <title>[$] Reports from OSPM 2025, day three</title>
        <link>https://lwn.net/Articles/1022054/</link>
        <guid>https://lwn.net/Articles/1022054/</guid>
        <dc:creator>corbet</dc:creator>
        <description>The seventh edition of the &lt;a
href=&quot;https://retis.sssup.it/ospm-summit/&quot;&gt;Power Management and Scheduling
in the Linux Kernel Summit&lt;/a&gt; (known as &quot;OSPM&quot;) took place on March 18-20,
2025.  Topics discussed on the third (and final) day include proxy
execution, energy-aware scheduling, the deadline scheduler, and an
evaluation of &lt;a href=&quot;https://lwn.net/Articles/925371/&quot;&gt;the kernel's EEVDF scheduler&lt;/a&gt;.
</description>
        <pubDate>Fri, 30 May 2025 18:18:44 +0000</pubDate>
        </item>
        <item>
        <title>[$] Out of Pocket and into the wallabag</title>
        <link>https://lwn.net/Articles/1022399/</link>
        <guid>https://lwn.net/Articles/1022399/</guid>
        <dc:creator>jzb</dc:creator>
        <description>&lt;p&gt;Mozilla has decided to &lt;a
href=&quot;https://support.mozilla.org/en-US/kb/future-of-pocket&quot;&gt;throw in
the towel&lt;/a&gt; on &lt;a href=&quot;https://getpocket.com/&quot;&gt;Pocket&lt;/a&gt;, a &lt;a
href=&quot;https://en.wikipedia.org/wiki/Social_bookmarking&quot;&gt;social-bookmarking&lt;/a&gt;
service that it acquired in 2017. This has left many users scrambling
for a replacement for Pocket before its shutdown in July. One possible
option is &lt;a href=&quot;https://wallabag.org/&quot;&gt;wallabag&lt;/a&gt;, a
self-hostable, MIT-licensed project for saving web content for later
reading. It can import saved data from services like Pocket, share
content on the web, export to various formats, and more. Even better,
it puts users in control of their data long-term.&lt;/p&gt;
</description>
        <pubDate>Fri, 30 May 2025 12:52:06 +0000</pubDate>
        </item>
        </channel>
</rss>
