Hacker News with Generative AI: Linux Kernel

IO_uring Network Zero-Copy Receive Lands in Linux 6.15 (phoronix.com)
IO_uring continues maturing while being one of the greatest innovations within the Linux kernel in the past number of years. With Linux 6.15, IO_uring is getting even more interesting with introducing network zero-copy receive support. With this new code a 200G link could be saturated off a single CPU core in a recent demonstration.
Akamai Now Providing the Hosting Infrastructure for Kernel.org (phoronix.com)
It's not only FreeDesktop.org that has been transitioning to new infrastructure this month but separately, Kernel.org is now receiving hosting and CDN needs provided by Akamai.
Btrfs Adding Fast/Realtime ZSTD Compression and Other Performance Optimizations (phoronix.com)
David Sterba of SUSE sent in all of the Btrfs file-system updates today for the now-open Linux 6.15 kernel merge window.
Cregit-Linux: how code gets into the kernel (linuxsources.org)
The following source code files from the linux kernel have been transformed using cregit and arranged in the same file system ordering that the kernel uses. Each file corresponds to a C source code file (extensions .c and .h).
Linux 6.14 Sees Last Minute Fix for a Two Year Old Regression 30% Perf Drop (phoronix.com)
Submitted today ahead of the Linux 6.14 stable release expected Sunday is a lone scheduler fix for the kernel.
Reviving the modprobe_path Technique: Overcoming search_binary_handler() Patch (theori.io)
This blog post introduces a new method for utilizing the Overwriting modprobe_path technique. Since this patch was merged last year, it is no longer possible to trigger modprobe_path in the Upstream kernel by executing dummy files.
The case of the vanishing CPU: A Linux kernel debugging story (clickhouse.com)
A mysterious CPU spike in ClickHouse Cloud on GCP led to months of debugging, revealing a deeper issue within the Linux kernel’s memory management.
When eBPF pt_regs reads return garbage on the latest Linux kernels, blame Fred (tanelpoder.com)
TLDR; Starting from Linux kernel version 6.9 on x86_64, there’s a new config option CONFIG_X86_FRED enabled and it adds 16 bytes to the bottom of a task’s kernel stack area, so you’ll need to account for this extra padding in your “raw” kernel stack & pt_regs lookup code.
Marek has graciously offered to maintain the dma-mapping tree (kernel.org)
Marek has graciously offered to maintain the dma-mapping tree.
Christoph Hellwig steps down from one of his kernel roles following Rust drama (phoronix.com)
Following the recent Rust drama within the Linux kernel that came out in part because Christoph Hellwig expressed objections to Rust bindings for the DMA mapping helpers that he is a maintainer of, Hellwig has now stepped down as one of the DMA mapping helper maintainers.
A change in maintenance for the kernel's DMA-mapping layer (lwn.net)
The conversation around the merging of a set of Rust abstractions for the kernel's DMA-mapping layer has mostly settled after Linus Torvalds made it clear that the code would be accepted. One other consequence of this decision, though, is that Christoph Hellwig has quietly stepped down from the maintenance of the DMA-mapping code. Marek Szyprowski will be the maintainer of that layer going forward. Hellwig has maintained that code for many years; his contributions will be missed.
Christoph Hellwig resigns as DMA maintainer (kernel.org)
Marek has graciously offered to maintain the dma-mapping tree.
SystemV filesystem being removed from the Linux kernel (phoronix.com)
The SystemV file-system that implements Xenix FS, SystemV/386 FS, and Coherent FS is set to be removed from the Linux kernel.
Linus on Rust and the Kernel DMA Layer (lwn.net)
I was hopeful, and I've tried to just see if this long thread results in anything constructive, but this seems to be going backwards (or at least not forwards).
Linus Torvalds Clarify Linux Maintainer Roles – Or Not – Around Rust Code (phoronix.com)
Linus Torvalds has largely refrained from the ongoing LKML discussions around a Rust policy for the Linux kernel and in-fighting between kernel developers and maintainers with differing views over Rust.
Linus Torvalds: "If you don’t want to deal with Rust, you get no say on it" (kernel.org)
So let me be very clear: if you as a maintainer feel that you control who or what can use your code, YOU ARE WRONG.
Linus Torvalds Would Reportedly Merge Rust Kernel Code over Maintainer Objection (phoronix.com)
The drama surrounding Rust code within the Linux kernel continues... Christoph Hellwig is the maintainer of the DMA mapping helpers and several other areas of the kernel has been an outspoken critic of Rust code or secondary programming languages within the Linux kernel kernel. Hellwig has been critical of Rust code for the Linux kernel and its long-term maintainability.
Greg K-H: "Writing new code in Rust is a win for all of us" (kernel.org)
As someone who has seen almost EVERY kernel bugfix and security issue for the past 15+ years (well hopefully all of them end up in the stable trees, we do miss some at times when maintainers/developers forget to mark them as bugfixes), and who sees EVERY kernel CVE issued, I think I can speak on this topic.
Maintainer Opinions on Rust-for-Linux (lwn.net)
Miguel Ojeda gave a keynote at FOSDEM 2025 about the history of the Rust-for-Linux project, and the current attitude of people in the kernel community toward the experiment.
Nouveau kernel maintainer steps down (freedesktop.org)
I was pondering with myself for a while if I should just make it official that I'm not really involved in the kernel community anymore, neither as a reviewer, nor as a maintainer.
Linux kernel cgroups writeback high CPU troubleshooting (dasl.cc)
We’ve been upgrading the operating system from CentOS to Ubuntu on hosts across our fleet. Our CentOS hosts run an outdated Linux kernel version (3.10), whereas our Ubuntu hosts run a more modern kernel version (6.8). In August 2024, we began rolling out the Ubuntu upgrade across our Apache web servers. When we migrated larger portions of our fleet to Ubuntu, we began seeing elevated listen overflow errors.
Exposing concurrency bugs with a custom scheduler (lwn.net)
Jake Hillion gave a presentation at FOSDEM about using sched_ext, the BPF scheduling framework that was introduced in kernel version 6.12, to help find elusive concurrency problems.
Rust kernel policy (rust-for-linux.com)
There has been a fair amount of confusion about what the kernel policies around Rust are, who maintains what and so on.
New Apple Silicon Co-Maintainer Steps Up for the Linux Kernel (phoronix.com)
This week was the dramatic decision by Asahi Linux lead developer Hector Martin to step down as upstream kernel maintainer for the Apple Silicon (ARM) code following friction with other kernel developers over Rust affairs within the kernel.
Asahi Linux Lead Developer Hector Martin Steps Down (phoronix.com)
Following arguments on the Linux kernel mailing list the past few days over some Linux kernel maintainers being against the notion of Rust code in the mainline Linux kernel and trying to avoid it and very passionate views over the Linux kernel development process, Asahi Linux lead developer Hector Martin has removed himself from being an upstream maintainer of the ARM Apple code.
Hector Martin – [Patch] Maintainers: Remove Myself (lkml.org)
I no longer have any faith left in the kernel development process or community management approach.
Mixing Rust and C in Linux likened to cancer by kernel maintainer (theregister.com)
Developers trying to add Rust code to the Linux kernel continue to face opposition from kernel maintainers who believe using multiple languages is an unwelcome and risky complication.
List Any Linux Tracepoint with Their Arguments, Datatypes and Related Structs (tanelpoder.com)
This should be something useful for Linux kernel explorers and eBPF nerds!
KVM Enhancements Within the Linux 6.14 Kernel (phoronix.com)
Along with other Intel TDX changes and AMD SEV updates separately sent out for thei n-development Linux 6.14 kernel, there is the usual hearty batch of Kernel-based Virtual Machine (KVM) virtualization updates too.
Linux 6.13 Released with AutoFDO and Propeller, AMD Changes and Apple Support (phoronix.com)
As anticipated the Linux 6.13 kernel was promoted to stable today with an on-time release and in turn also marking the start of the Linux 6.14 merge window.