Linux kernel developers propose removing legacy code due to LLM-generated bug reports

The Linux kernel community is considering removing multiple legacy subsystems from the kernel tree as a response to the increasing volume of security bug reports generated by large language models. According to an LWN.net article posted on April 22, 2026, the proposed removals target code that has become a maintenance burden due to AI-generated reports.
Targeted subsystems for removal
The specific code proposed for removal includes:
- ISA and PCMCIA Ethernet drivers
- A pair of PCI drivers
- The ax25 and amateur radio subsystem (including NET/ROM and ROSE protocols)
- The ATM protocols and drivers
- The ISDN subsystem
The amateur radio protocol implementation and all associated hamradio device drivers are specifically mentioned as having been "a huge bug/syzbot magnet" for a long time. The article states that since nobody stepped up to help deal with the influx of AI-generated bug reports, moving this code out of the kernel tree is seen as necessary to "protect our sanity."
Community discussion reveals context
The comments section reveals important context about this decision. One commenter notes that the title might be slightly ambiguous - it's not that LLM-created security reports helped remove the code, but rather that the increasing number of these reports drove the decision to remove the code.
Another perspective in the discussion suggests the real problem is unmaintained code in large projects like the kernel that has been "pretending to be maintained by being part of some large project instead of being a separate project where the unmaintained status would have been visible years ago."
The discussion also touches on practical considerations:
- Some of this code supports older hardware where changes are mainly due to kernel infrastructure evolution rather than new features
- There's debate about whether newer kernels can even run on hardware that uses PCMCIA Ethernet cards (with one commenter noting that PCI adapters with PCMCIA slots exist)
- Industrial equipment with decades-long lifespans might still use PCMCIA interfaces
- The cost of maintaining legacy code falls on volunteers when manufacturers don't provide ongoing support
This situation highlights how AI tools are changing the software maintenance landscape. When LLMs can generate security reports at scale, unmaintained or legacy code becomes more visible and burdensome to maintainers who must triage these reports.
📖 Read the full source: HN LLM Tools
👀 See Also

Claude Cowork UX Problem: Persistent Input Box Creates False Continuity Expectations
A user identifies a UX problem in Claude Cowork where the persistent text input box maintains draft text across task switches but resets context and loses attachments, creating contradictory signals about continuity.

Mercury 2: Diffusion-Based Model for Real-Time AI Coding
Mercury 2 uses diffusion-based generation instead of sequential token-by-token decoding, generates tokens in parallel and refines them over steps, and claims 1,009 tokens/sec on NVIDIA Blackwell GPUs with pricing at $0.25/1M input tokens and $0.75/1M output tokens.

AI Usage in Development Hits 93%, Yet Productivity Gains Stagnate at 10%
The use of AI coding assistants is prevalent among developers, with 93% adopting them. However, the productivity boost remains limited to just 10%.

Andon Labs' AI Agent Mona Runs a Real Cafe in Stockholm — Full Breakdown
Andon Labs gave an AI agent named Mona a lease and real money to open a cafe in Stockholm. She handled bureaucracy, suppliers, and hiring, but hit walls like BankID and had to make suboptimal choices.