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

推荐订阅源

阮一峰的网络日志
阮一峰的网络日志
Apple Machine Learning Research
Apple Machine Learning Research
量子位
D
DataBreaches.Net
云风的 BLOG
云风的 BLOG
博客园 - 聂微东
博客园_首页
D
Docker
博客园 - 叶小钗
S
SegmentFault 最新的问题
大猫的无限游戏
大猫的无限游戏
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
J
Java Code Geeks
H
Hackread – Cybersecurity News, Data Breaches, AI and More
A
About on SuperTechFans
博客园 - 三生石上(FineUI控件)
F
Fortinet All Blogs
小众软件
小众软件
aimingoo的专栏
aimingoo的专栏
爱范儿
爱范儿
腾讯CDC
罗磊的独立博客
雷峰网
雷峰网
博客园 - Franky

The Register

Shadow IT has given way to shadow AI. Enter AI-BOMs Zed team releases version 1.0 of Rust-built editor: Traditional editor and AI tool Microsoft boss tells investors the company is working to 'win back fans' What type of 'C2 on a sleep cycle' do they leave behind? Novel Chinese spy group found in critical networks in Poland, Asia NASA boss: Make Pluto A Planet Again GitHub says sorry and vows to do better as uptime slips and devs complain Age checks could turn internet into an ID checkpoint, complains Proton CEO Microsoft gives your Word documents an AI co-author you didn’t ask for Datadog digs down into GPU efficiency as AI costs soar If malware via monitor cables is a matter of national security, this might be the gadget for you Thunderbird in hand worth 2 Outlooks as fresh FOSS fave and Firefox arrive Grafana offers AI assistant for free, warns users not to go mad Right to repair champ Framework punts modular 13in laptop with Core Ultra Series 3 France's 'Secure' ID agency probes breach as crooks claim 19M records Scotland Yard can keep using live facial recognition on Londoners, say judges UK tribunal sends £2B claim accusing Microsoft of overcharging for licensing to trial Nation-states want to cause harm, not just steal cash - stop handing your cyber defenses to the cheapest contractor Murder, she wrote: Ex-FBI chief wants some ransomware crims charged with homicide Phone-to-satellite use goes into orbit, growing 25% in 8 months macOS ClickFix attacks deliver AppleScript stealers to snarf credentials, wallets Anthropic bakes memory fixes into Bun 1.1.13 as developers complain of leaks The spaghettified DBMS chart that shows Oracle's crown is slowly slipping Yet another ex-ransomware negotiator admits turning rogue after payoff from crimelords FAA grounds Blue Origin's New Glenn as it probes missed satellite delivery 'mishap' AMD's Ryzen 9 9950X3D2 Dual Edition tested: Gratuitous overkill with a price to match AI-assisted intruders pwned Vercel via OAuth abuse and a pilfered employee account Crook claims to leak 'video surveillance footage' of companies Met police trials snoop tech platform in push to cuff more London shoplifters England's school phone ban gets teeth, just in time to bite no one Adaptavist Group breach spawns imposter emails as ransomware crew claims mega-haul
Linux kernel 7.1 sends Intel 486 support to silicon heaven
Liam Proven · 2026-06-16 · via The Register

OS PLATFORMS

More than 140,000 lines of code bite the dust as ancient CPUs, bus mice, and other legacy leftovers face the chop

Linux kernel 7.1 is out, bringing significant changes that have been brewing for years – including the long-promised removal of support for Intel's 486 chip and its contemporaries. More than 140,000 lines of code have been chopped, with more facing deletion.

Back in May 2025, we wrote that kernel 6.15 would drop 486 support, but that change was canceled at the last minute. Now it's in: in April, Penguin Emperor Linus Torvalds merged the big change that we described back then. More work is still ahead before this is completely gone, though. The Reg reported on the Russian Baikal family of CPUs way back in 2014, and again in 2021, but now Linux support for Baikal hardware has been removed, as has support for ancient bus mouse ports.

We've also previously described 7.1's new NTFS driver, NTFSplus. It's optional for now, but South Korean filesystems boffin Namjae Jeon has revived and rewritten the original read-only NTFS driver from the 1990s. Most importantly, now it's able to write to NTFS volumes as well as read from them, and it's been modernized in line with current kernel filesystem methods. Linux Weekly News (LWN) explained the change in its January Filesystem Medley.

Along with the new driver, there's also a new and improved version of the additional ntfsprogs utilities, called ntfsprogs-plus. This gives Linux the ability to repair some forms of NTFS corruption and errors – so we suspect that the various Linux-based live rescue media such as SystemRescue, GParted Live, and Grml may be quick to adopt kernel 7.1. This reminds us of what might have been the first time we reported on some of Namjae's filesystem finesse, when his code to repair exFAT volumes was added back in 2022.

NTFSplus stands to completely replace the driver that Paragon Software donated back in 2020, as we described in April. It also seems likely that the old read-only NTFS driver will be removed too, as NTFSplus is based on that code. As it happens, exFAT support has been improved too. Contiguous space for files can be pre-allocated without zeroing the blocks first, making the process faster, and reducing fragmentation so storage media stays faster for longer. There are also improvements in ext4 and Btrfs handling. The swap memory subsystem has been overhauled, and should be faster. With RAM prices still high and thus renewed interest in memory and cache compression tools, we suspect that there's much more to do here.

There are, of course, many smaller changes, some of which we've previously covered – including the removal of a whole collection of ancient communications devices. In 2022, our own Steven J. Vaughan-Nichols introduced the new io_uring API. In doing so, he also mentioned the new eBPF functionality, which we had days previously attempted to summarize. In 7.1, those two meet: now eBPF code can handle io_uring scheduling.

The extensible kernel scheduler, which we've previously mentioned as an advanced feature of Oracle Linux's UEK-next kernel, has now been merged.

Kernel 7.1 has improved power management for both AMD and Intel chips, as well as battery-status reporting on Apple M1 and M2-based laptops. The security of KVM virtualization on Arm has been tightened up, and so has that around accessing PIDs (process IDs) in the /proc virtual filesystem. The CIFS network filesystem – or SMB, as most of us call it – now has explicit support for creating temporary files.

Intel FRED support debuted way back in kernel 6.9 but it's now on by default, and it helps performance on AMD processors as well. Kernel Rust support now needs Rust 1.85.

For a deep dive into all the changes, as ever, LWN is the place to go. All this and much, much more is described in the articles on the first half of the 7.1 merge window and the rest of the 7.1 merge window. ®