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

推荐订阅源

U
Unit 42
Google DeepMind News
Google DeepMind News
Stack Overflow Blog
Stack Overflow Blog
H
Help Net Security
MongoDB | Blog
MongoDB | Blog
I
InfoQ
N
Netflix TechBlog - Medium
T
Tailwind CSS Blog
量子位
博客园 - 叶小钗
月光博客
月光博客
IT之家
IT之家
G
Google Developers Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
小众软件
小众软件
S
SegmentFault 最新的问题
Engineering at Meta
Engineering at Meta
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
aimingoo的专栏
aimingoo的专栏
云风的 BLOG
云风的 BLOG
Vercel News
Vercel News
爱范儿
爱范儿
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
宝玉的分享
宝玉的分享

The Register - Software: AI + ML

Anthropic, now atop the AI bubble, files for its IPO Sick and wrong: Ontario auditors find doctors' AI note takers routinely blow basic facts OpenAI exec says it will burn $50B on compute this year Astera speaks softly and carries a big switch Anthropic unleashes finance agents for Claude IBM asks DBAs to trust AI to act on their behalf ServiceNow adds agent kill switches to AI control tower British mathematician hands OpenClaw agent a credit card Microsoft fixes VS Code after Copilot credited human code Shadow IT has given way to shadow AI. Enter AI-BOMs AI inference just plays by different rules How TeamViewer ONE transforms IT operations from firefighting to autopilot How TeamViewer ONE transforms IT operations firefighting aut Inference is giving AI chip startups a 2nd chance to shine How to roll your own local AI coding agents CIOs will be the governors for AI agents Govern your bots carefully or chaos could ensue Mozilla pushes back against Google's Prompt API SAP user group slams 'uncertainty' in ERP giant's API policy Microsoft boss tells investors the company is working to 'win back fans' Anthropic tops OpenAI in LLM revenue stakes Amazon's chips become a $20B business Fooling large language models just keeps getting simpler Amazon tells its engineers to review all AI output ZTE powers 2026 Jiangsu Football League with 5G-A & AI robot Future holiday horror: ‘A robot lost my luggage in Tokyo’ The future of software development has less development OpenAI jumps out of Microsoft's bed, into Amazon's Bedrock Vintage chatbot lives in the past like an elderly relative IBM's AI coding 'partner' Bob hits general availability
Linux 7.0 debuts as Linus Torvalds ponders AI's impact
Simon Sharwood Simon Sharwood · 2026-04-13 · via The Register - Software: AI + ML

OSes

Linux 7.0 debuts as Linus Torvalds ponders AI's bug-finding powers

Makes Rust support official, adds code for ancient Alpha and SPARC CPUs

Linus Torvalds has released version 7.0 of the Linux kernel.

As The Register has previously reported, kernel boss Linus Torvalds doesn’t think kernel version numbers signify anything important, but he feels that once a release series reaches x.19 it’s worth rolling over to x.0 to avoid confusion.

His Sunday release announcement for version 7.0 therefore represents a normal kernel release that just happens to feature a round number.

However, Torvalds’ release announcement features something a little unusual.

“The last week of the release continued the same ‘lots of small fixes’ trend, but it all really does seem pretty benign, so I've tagged the final 7.0 and pushed it out,” he wrote.

“I suspect it's a lot of AI tool use that will keep finding corner cases for us for a while, so this may be the ‘new normal’ at least for a while. Only time will tell.”

That’s an interesting observation in light of kernel dev 2IC Greg Kroah-Hartman’s observation that AI has become a truly useful bug-spotter for the kernel maintenance crew. GKH also last week made a pull request that delivered what he described as “some documentation updates to the security-bugs.rst file to hopefully tell the AI tools (and any users that actually read the documentation), how to send us better security bug reports as the quantity of reports these past few weeks has increased dramatically due to tools getting better at ‘finding’ things.”

Probably the most notable inclusion in this release is the conclusion of experimental work to support Rust – meaning the language is now officially supported for kernel development.

Version 7.0 of the kernel also includes more work to support ARM, RISC-V and Loongson processors, and more sophisticated support for KVM virtual machines on AMD EPYC 5 CPUs.

Self-healing XFS is another inclusion, making the filesystem more robust.

The kernel watchers at Phoronix spotted new code for the venerable SPARC and DEC Alpha CPUs

The new kernel is yours to download here. ®