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

STAR Reasoning Framework Accuracy Drops from 100% to 0% in Production Prompts
A researcher found that the STAR reasoning framework, which raised Claude's accuracy on an implicit constraint problem from 0% to 100% in isolation, dropped to 0-30% accuracy when used inside a 60-line production system prompt. The issue was caused by conflicting instructions in the production prompt that triggered premature answer commitments.

Claude Code v2.1.51 changed 1M context billing without notification
Anthropic's Claude Code v2.1.51 update silently changed billing for 1M context windows on Max plans. Context tokens above 200K now bypass subscription capacity and go directly to Extra Usage charges, even when subscription budget remains available.

Meta tracking employee computer interactions for AI agent training
Meta is installing tracking software on US employee computers to capture mouse movements, clicks, and keystrokes for training AI models that can perform work tasks autonomously. The tool runs on work-related apps and websites and takes occasional screen snapshots for context.

Claude Sonnet 4.5 Experiencing Elevated Errors — Status Update
Claude Sonnet 4.5 is currently experiencing elevated errors as of 2026-04-28T13:29:56.000Z. Check the status page and Reddit megathread for updates.