Vue normale
Security updates for Monday
Kernel prepatch 7.1-rc4
Some of the documentation updates might be worth highlighting: the continued flood of AI reports has basically made the security list almost entirely unmanageable, with enormous duplication due to different people finding the same things with the same tools. People spend all their time just forwarding things to the right people or saying "that was already fixed a week/month ago" and pointing to the public discussion.Which is all entirely pointless churn, and we're making it clear that AI detected bugs are pretty much by definition not secret, and treating them on some private list is a waste of time for everybody involved - and only makes that duplication worse because the reporters can't even see each other's reports.
(He is referring to this pull request with patches from Willy Tarreau defining what constitutes a security bug and responsible ways to use AI to find bugs).
RIP Peter G. Neumann
Update: the New York Times has published an obituary of Dr. Neumann.
[$] Controlling memory management with BPF
[$] HugeTLB preservation over live update
[$] Policy groups for memory management
[$] Keeping COWs in context (a.k.a. anonymous reverse mapping)
a very broken abstraction", due to its complexity. It also has some performance problems. Stoakes was there to present, in raw form, a proposed replacement that he calls a "COW context".
[$] LWN.net Weekly Edition for May 14, 2026
- Front: Fedora AI; Forgejo "carrot" disclosure; memory-management maintainership; huge THPs; mshare; 64KB base pages; DAMON; direct map.
- Briefs: Dirty Frag; Fragnesia; Mythos and curl; killswitch; Debian reproducible builds; KDE investment; Quotes ...
- Announcements: Newsletters, conferences, security updates, patches, and more.
[$] Managing pages outside of the direct map
a pagetable library for the kernel". During the actual memory-management-track session, though, he stated that the idea had "
fizzled" and he was going to cover related topics instead. What resulted was a session on ways to efficiently manage pages that are not present in the kernel's direct map.
[$] Revisiting mshare
Sovereign Tech Fund invests in KDE
The investment will be used to strengthen the structural reliability and security of KDE's core infrastructure, including Plasma, KDE Linux, and the frameworks underlying its communication services."
[$] Using dma-bufs for read and write operations
[$] Scaling transparent huge pages to 1GB
[$] Providing 64KB base pages with 4KB kernels, two different ways
Debian to require reproducible builds
Aided by the efforts of the Reproducible Builds project, we've decided it's time to say that Debian must ship reproducible packages. Since yesterday, we have enabled our migration software to block migration of new packages that can't be reproduced or existing packages (in testing) that regress in reproducibility.
As Gioele Barabucci pointed out, "reproducible" in this sense is limited to building within an instance of Debian's build environment, which is a tighter requirement than is normally used. It is still a big step forward for reproducible builds.
Kernel prepatch 7.1-rc3
I think this answers the 'is 7.1 continuing the larger size pattern that we saw with 7.0?' question, and the answer is yes: that wasn't a fluke brought on by a .0 release - it simply seems to be the new normal."
killswitch for short-term emergency vulnerability mitigation
For most users, the cost of 'this socket family stops working for the day' is much smaller than the cost of running a known vulnerable kernel until the fix land."