惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
云风的 BLOG
云风的 BLOG
Microsoft Security Blog
Microsoft Security Blog
WordPress大学
WordPress大学
GbyAI
GbyAI
C
Check Point Blog
M
MIT News - Artificial intelligence
T
The Blog of Author Tim Ferriss
Jina AI
Jina AI
博客园 - 【当耐特】
U
Unit 42
月光博客
月光博客
腾讯CDC
Y
Y Combinator Blog
小众软件
小众软件
博客园_首页
Last Week in AI
Last Week in AI
酷 壳 – CoolShell
酷 壳 – CoolShell
The GitHub Blog
The GitHub Blog
博客园 - 聂微东
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
MongoDB | Blog
MongoDB | Blog
博客园 - Franky
T
Tailwind CSS Blog

The Register - Software: OSes

Fedora: Microsoft is all aboard, but Deepin is dumped Microsoft promises to do better, but it has a long way to go First big Microsoft update after vow to 'win back fans' Who needs ghost train scares when Windows is such a fright? Microsoft boss tells investors the company is working to 'win back fans' Microsoft boss says company is working to 'win back fans' Linux cryptographic code flaw offers fast route to root Fedora 44 is out – countless versions of it Microsoft sets its sights on the past with 86-DOS and PC-DOS Microsoft updates the Windows Update Experience Windows second-chance setup hurts IT, productivity Ubuntu Resolute Raccoon drops Xorg, keeps X11 apps alive WSL9x hacks Linux into ancient Windows 9x systems UK tribunal sends £2B claim accusing Microsoft of overcharging for licensing to trial Zorin OS 18.1 released - and the Lite edition reappears Task Manager's CPU%: an obituary for the recent past Linux 7.1 will have an optional new NTFS driver Microsoft releases Windows Server update to fix April update 20-year-old Enlightenment E16 bug finally gets patched 20-year-old Enlightenment E16 bug finally gets patched Raspberry Pi OS ends open-door policy for sudo Firefox Nightly adds Web Serial after years of saying no Windows Update: Torture chamber for seldom-used PCs Windows Update: Torture chamber for seldom-used PCs Notepad loses Copilot icon as Microsoft gives subtlety a try Notepad loses Copilot icon as Microsoft gives subtlety a try Microsoft attempts to untangle Windows Insider program Adobe finally patches PDF pest after months of abuse NHS pays £46K to prep next Microsoft licensing round Linux 7.0 debuts as Linus Torvalds ponders AI's impact
More ancient Linux device support facing the ax
Liam Proven Liam Proven · 2026-04-24 · via The Register - Software: OSes

OSes

One way to deal with bug hunting LLMs: ditch the old drivers

One tactic to deal with LLM-powered vulnerability detection is simple – just speed up the removal of old code. If it's gone, it no longer matters if it's buggy.

Bot-powered bug-busting is in the news of late, with scary-sounding reports of automated tools detecting flaws and vulnerabilities far faster than any unaided humans. Some of these are long-standing howlers, such as a 27-year-old bug in OpenBSD and a 23-year-old flaw in the Linux in-kernel NFS code. Even stable-kernel supremo Greg Kroah-Hartman says it works.

The good news is that there's one fairly dramatic but simple approach to handling this: if the bugs are in very old drivers for very old hardware, then don't even try to fix them – just remove them. This is a theme behind multiple recent changes in the kernel. Andrew Lunn's 18-patch series removes the drivers for 3Com's 3C509, 3C515, 3C574, 3C589 and 3C59x hardware. The Reg FOSS desk suspects he may still have some of these in his parts boxes somewhere. It also removes 13 other devices, including some old Xircom parallel-port and PCMCIA slot cards. If we manage to find one of them, perhaps it will still work in our Amiga 1200.

Also up for the chop are some newer – but still over two decade old – cards: the Hamachi and Yellowfin PCI gigabit adaptors. The AX.25 and HAM Radio drivers are also slated to go, as is Asynchronous Transfer Mode networking. This vulture remembers when ATM was still being promoted as 'the strongest choice for public and private network interconnectivity', despite the rapid rise of TCP/IP in the late 1990s. So much for that. The writing was on the wall at least 15 years ago, when this vulture removed the ATM card and associated drivers from a client's PC who had just moved back to London from Singapore. ISDN CAPI support looks set to go, as well, including over Bluetooth. Linux benchmarking and news site Phoronix reckons just the Ethernet devices will remove nearly 30,000 lines of code.

Another device-support removal that may happen in kernel 7.1 is one that was last proposed almost a year ago for kernel 6.15: removal of 80486 support. It wasn't new last year, either – the change was already being discussed in 2022.

Even if all these changes are approved, it doesn't spell instant doom: old kernels with the support present will still be maintained for years to come. The Register also heard from René Rebe, lead maintainer of the T2 distribution, who told us:

We met Rebe at this year's FOSDEM conference in Brussels, where the project was demonstrating the distro on several older RISC computers, including a dual-core PowerMac G5, which was happily running the latest Firefox on T2/Linux, complete with hardware-accelerated 3D and video playback. ®

Just wanted to let you know that T2/Linux will of course continue to support this. It's trivial to support early and simple 32-bit CPUs.

We provided i486 releases all the last years, recently fixed some bugs, and still run it on the fastest i486 class CPUs (AMD 5x86) overclocked at 160 MHz, or Vortex86 Embedded and Industrial boards.