Linux and kernel
LWN June 11: splice()/vmsplice() removal proposal and AI patch flood
- Category: Linux/Kernel
- Status: developing
- Sources: Linux.org LWN thread, LWN archives
- Summary: The LWN Weekly Edition for 2026-06-11 covers a proposal to remove
splice()andvmsplice()from the kernel due to a surge of LLM-discovered security bugs in those system calls. The edition also covers BPF loop verification improvements,fanotifyupdates, and a broader kernel code-removal drive targeting theax25, ATM, and ISDN subsystems. A related Phoronix item notes that Linux 7.1 development received more patches than usual due to AI coding agents submitting fixes at high volume. - Why it matters: Removal of
splice()andvmsplice()would break zero-copy I/O workloads that depend on those calls; applications using them should monitor the discussion. - Follow-up: Track formal patch series and maintainer decision on splice/vmsplice removal.