TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Linux 6.7 Kernel Released

34 点作者 jlpcsl超过 1 年前

2 条评论

chamoda超过 1 年前
Notable changes.<p>- The Bcachefs file system is now in the kernel<p><pre><code> Bcachefs is a next-generation of CoW (Copy-on-Write) file system for Linux (similar to zfs or btrfs with improvements). It has support for snapshots, compression, encryption, caching, replication and more. </code></pre> - New Futex API<p><pre><code> Futex (Fast User-space Mutex) is kernel system call operate directly on user-space to improve performance of locking mechanisms inside programs. Set of significant incremental improvements made to clean up the Futex API. </code></pre> - Exceptions for BPF virtual machine<p><pre><code> Did you know that there&#x27;s a virtual machine called BPF that runs inside kernal space to safely execute dynamic programs with JIT compilations? BPF (Berkeley packet filter) has been getting more and more improvements over the years and exceptions was the latest improvement to the language. </code></pre> - Itanium (IA-64) architecture removed for the kernel<p><pre><code> IA-64 which was Intel&#x27;s attempt for 64 bit processor architecture which was completely overshadowed by AMD&#x27;s x86-64 is now completely gone from the Linux kernel.</code></pre>
workfromspace超过 1 年前
Nice to see many driver updates as usual, but I have a question:<p>Why not separate the drivers from the rest of the kernel? Even better, maybe to make it reusable&#x2F;portable for non-linux distros?
评论 #38909501 未加载