2 Sources
[1]
Linux 7.3 Network Changes Merged But Developers "Completely Overwhelmed" Due To AI/LLMs
All of the networking subsystem feature updates were merged today for the Linux 7.3 kernel's merge window. There are a lot of wired and wireless networking improvements this cycle but also a ton of bug fixes -- including many not so important fixes spun up by AI/LLM agents. The networking subsystem maintainers admit now they are "completely overwhelmed" due to this code churn from the output of AI large language models. Before getting to the Linux 7.3 networking changes this cycle, maintainer Jakub Kicinski noted that they have become "completely overwhelmed" due to the increase in AI usage. As noted in recent weeks/months they have been bombarded with patches, continued craziness, and in turn dropping old networking code/drivers to reduce the AI patch noise for drivers likely being unused by anyone running a modern, up-to-date Linux kernel. Yet the AI/LLM agents are relentless and the networking developers continue to be affected. Their response now though to all this AI activity is... Letting AI agents and frontier models do more of the work moving forward. Jakub remarked in the Linux 7.3 networking pull request: "Quick and dirty count suggests we (Paolo and I) merged a very similar number of net (632) and net-next (648) patches. This is not telling the full story either because 1/3 to 1/2 of the net-next patches also *seem* like AI-driven low priority fixes, cleanups and clarifications. We are completely overwhelmed, of course. The glimmer of hope is that we secured sufficient LLM budget and access (thank you Meta!) to run reviews with multiple frontier models on each patch. This eliminates some hallucinations. That said, in terms of review, the LLMs can only do so much. The sad truth is that our APIs (especially for rare events like PCIe errors, timeouts etc.) have always been racy, and now LLMs don't let us ignore that. I expect our direction for the next release will be to tweak the reviews a little bit more, but start shifting focus to letting the LLMs take care of the busy work - managing patchwork, automating common process complaints, editing commit messages, and maybe applying patches which already got "reviewed-by" tags from people we trust..." So hopefully they will be able to effectively leverage AI themselves to fend off this increase due to AI. Meta is providing for their AI token budget. As for the networking changes this cycle, there is now support for BIG TCP in UDP tunnels with the VXLAN and Geneve drivers, improved multi-patch TCP (MPTCP) handling of extreme memory pressure, and other core improvements. For wired networking drivers there is initial CXL support for AMD/Solarflare NICs, initial skeleton Intel iXD driver, support for firmware flashing on AMD Pensando NICs, and other driver changes. The Intel iXD driver is going to be used for supporting the Intel Control Plane PIC Function on Intel E2100 and later IPUs and FNICs. For Linux 7.3 the very basic Intel iXD driver infrastructure is being put into place. On the WiFi driver side are continued Multi-Link Operation (MLO) enhancements, the new mm81x driver for Morse Micro Long-Range S1G devices, and NXPWIFI as a new wireless driver for NXP devices. The Mediatek MT76 driver added support for the MT7928 and MT7925 NAN. More details on the many networking updates for Linux 7.3 via this pull.
[2]
Linux kernel maintainers overwhelmed by surge of AI-generated patches
Linux kernel maintainers have expressed significant concerns regarding the influx of patches generated by artificial intelligence, stating they feel "completely overwhelmed." As part of the recent updates, on August 20, the Linux 7.3 kernel's networking subsystem was enhanced with features such as extended BIG TCP support for UDP tunnels and new wireless drivers, but the maintainers are struggling to manage the volume of AI-generated patches. The primary feature introduced in Linux 7.3 is BIG TCP support for VXLAN and Geneve UDP tunnel drivers. This enhancement allows the kernel's network stack to manage data chunks larger than 64 KiB, which reduces per-packet overhead on high-speed connections. Previously exclusive to direct routing tools like Cilium, BIG TCP now extends its functionality to overlay networks commonly used in cloud and container environments. Developer benchmarks indicated throughput improvements ranging from 10 to 15 percent under standard MTU conditions, with gains nearing 35 percent for VXLAN when hardware tunnel offload was disabled. Jakub Kicinski, a maintainer, noted that he and co-maintainer Paolo Abeni merged 632 patches into the net tree and 648 into net-next, revealing that up to half of the net-next patches appeared to be "AI-driven low priority fixes, cleanups and clarifications." Kicinski stated, "We are completely overwhelmed, of course," highlighting the challenges faced by the maintenance team due to the sheer number of AI-generated submissions. In response to this challenge, the maintainers are leveraging AI to help manage the flow of patches. With support from Meta, they are implementing reviews of incoming patches through multiple frontier models to detect inaccuracies. Kicinski mentioned that the next phase involves automating routine tasks, such as managing patchwork, editing commit messages, and providing procedural feedback with the assistance of large language models. He also noted that certain complex issues, particularly those involving rare race conditions in code paths like PCIe error handlers, cannot be resolved solely by AI. The recent merge also included several new drivers, such as the mm81x driver for Morse Micro's Wi-Fi HaLow devices and an initial skeleton for Intel's iXD driver. Additionally, the MPTCP protocol received updates to improve its performance under extreme memory pressure, while AF_UNIX now features enhanced error reporting capabilities. The first release candidate for Linux 7.3 is anticipated around August 30, with a stable release expected in late October.
Share
Copy Link
Linux 7.3 brings networking subsystem updates including BIG TCP support for VXLAN and Geneve drivers. But kernel maintainers Jakub Kicinski and Paolo Abeni report being completely overwhelmed by AI-generated patches—with up to half of submissions appearing to be low-priority fixes from AI agents. Meta is now providing LLM resources to help automate patch reviews.
Linux 7.3 kernel maintainers are completely overwhelmed by AI as they process the latest networking subsystem updates during the Linux kernel merge window. Jakub Kicinski and co-maintainer Paolo Abeni merged 632 patches into the net tree and 648 into net-next, but revealed that between one-third to one-half of net-next patches appear to be AI-generated patches consisting of low-priority fixes or cleanups and clarifications
1
. "We are completely overwhelmed, of course," Kicinski stated in the pull request, highlighting how AI and LLM agents have created relentless code churn that kernel development teams now struggle to manage1
.Source: Phoronix
The surge reflects a broader challenge facing open-source kernel maintainers: AI tools are generating patches faster than human reviewers can properly evaluate them. Many submissions target rarely-used drivers or address edge cases in APIs that have historically been racy, particularly for rare events like PCIe errors and timeouts
1
. The networking developers have already dropped old networking code and drivers to reduce AI patch noise for components likely unused by anyone running modern, up-to-date kernels, yet the submissions continue1
.To address this crisis, kernel maintainers are fighting fire with fire. Meta has stepped in to provide sufficient LLM resources and access to help the team run reviews with multiple frontier models on each patch
1
. This multi-model approach helps eliminate some hallucinations and improves patch review accuracy, though Kicinski acknowledges that LLMs can only do so much when it comes to substantive technical review1
.The maintainers' strategy for the next release cycle involves shifting focus beyond just reviews. They plan to let LLMs take care of busy work—managing patchwork, automating common process complaints, editing commit messages, and potentially applying patches that already received "reviewed-by" tags from trusted contributors
1
. Kicinski noted that certain complex issues, particularly race conditions in code paths like PCIe error handlers, cannot be resolved solely by AI and still require human expertise2
.Despite the patch management challenges, Linux 7.3 brings substantial networking subsystem updates. The headline feature is BIG TCP support for UDP tunnels, specifically the VXLAN and Geneve drivers
1
2
. This enhancement allows the kernel's network stack to handle data chunks larger than 64 KiB, reducing per-packet overhead on high-speed connections2
. Previously exclusive to direct routing tools like Cilium, BIG TCP now extends to overlay networks commonly deployed in cloud and container environments2
.Developer benchmarks show throughput improvements ranging from 10 to 15 percent under standard MTU conditions, with gains approaching 35 percent for VXLAN when hardware tunnel offload is disabled
2
. The update also includes improved MPTCP handling of extreme memory pressure and enhanced error reporting for AF_UNIX1
2
.Related Stories
Linux 7.3 introduces several new WiFi drivers including the mm81x driver for Morse Micro Long-Range S1G devices supporting Wi-Fi HaLow, and NXPWIFI for NXP devices
1
2
. The Mediatek MT76 driver gained support for MT7928 and MT7925 NAN, while continued Multi-Link Operation enhancements improve wireless performance1
.For wired networking, the update brings initial CXL support for AMD/Solarflare NICs, an initial skeleton Intel iXD driver for Intel E2100 and later IPUs and FNICs, and firmware flashing support for AMD Pensando NICs
1
. The first release candidate for Linux 7.3 is expected around August 30, with stable release anticipated in late October2
. Watch how this AI-assisted review process evolves—it could set precedent for managing open-source contributions across major projects facing similar AI-generated submission floods.Summarized by
Navi
18 May 2026•Technology

12 Apr 2026•Technology

Today•Technology
1
Technology

2
Technology

3
Policy and Regulation
