泰晓科技 -- 聚焦 Linux - 追本溯源,见微知著!
网站地址:https://tinylab.org

泰晓Linux知识星球:1300+知识点,520+用户
请稍侯

泰晓资讯·11月 / 第一期 / 2020

Wang Chen 创作于 2020/11/13

“泰晓资讯”,广泛报道 “Linux/开源” 业界资讯。欢迎广大读者投递相关资讯来源和素材,本站将进一步收集整理后发布给大家。

Linux 最新状态报告

Linux 5.10-rc3 于 2020 年 11 月 09 正式发布。

Things look normal. rc3 is neither particularly small or particularly large - it’s pretty much average for an rc3 release for the last couple of years. As usual, things have picked up a bit from rc2 as people are finding things, but that’s normal and not worrisome.

Nothing particularly stands out in the shortlog (appended) or the diffs either - the changes are pretty spread out, with all the usual suspects: drivers (gpu, sound, i2c, networking etc), architecture fixes (x86, powerpc, arm64, risc-v, s390), and various tooling and documentation updates. And to round it out, a random smattering elsewhere (core networking, kernel, some mm and filesystem noise).

其他重要发布更新:

类型版本号发布时间
mainline:5.10-rc32020-11-09
stable:5.9.82020-11-10
stable:5.8.18[EOL]2020-11-01
longterm:5.4.772020-11-10
longterm:4.19.1572020-11-10
longterm:4.14.2062020-11-10
longterm:4.9.2432020-11-10
longterm:4.4.2432020-11-10
linux-next:next-202011122020-11-12

关键词: Linux

终于可以放心使用 Linux 直到公元 2486 年

A problem similar to Y2k was supposed to arrive in the year 2038 but thanks to the XFS file system in Linux 5.10, it has been extended to the year 2486. The changes made to fix this problem are — Recording the size of inode btrees in the allocation group increases redundancy checks and allows faster mount times.

即将发布的 Linux 5.10 或将包括针对 2038 年问题(又称 “Y2038” 或 “Unix Y2K” 问题)的进一步修复。2038 年问题与千年虫问题类似,它可能会导致某些软件在 2038 年 1 月 19 日 3 时 14 分 07 秒之后无法正常工作。届时,在大部分 32 位操作系统上,由于对结构体类型定义 time_t 的使用,时间将会 “绕回” 且在内部被表示为一个负数,并造成程序无法工作,因为它们无法识别 2038 年,而可能会跳回 1970 年或 1901 年。Linux 内核邮件列表显示,Oracle 文件系统开发人员 Darrick J. Wong 已提交了有关 XFS 文件系统的代码,其中添加了一个新功能以支持时间戳,修改后内核的时间字段可以表达正确的时间值直到 2486 年(应该足够了吧,那时候不知道 Linux 还在不在了, Long live Linux!!!)。

更多报道请阅读新闻原文 “Linux 5.10 Solves the Year 2038 Problem Till Year 2486”:https://fossbytes.com/linux-5-10-solves-year-2038-problem-till-2486/。

关键词: Linux,Y2038

推荐两篇不错的内核技术科普文章

Linus Walleij 又给我们带来了两篇精彩的技术博客,介绍了 ARM32 上内核中使能虚拟内存后的行为。

Linus Walleij 是活跃在 Linux 社区的一名著名 hacker,他在内核博客上的主页地址是:https://people.kernel.org/linusw/,上面发表了许多详细而且精彩的技术文章。感兴趣的同学可以随时关注。

关键词: Linux,好文章

Linux 基金会已开始在 Gitee 建立官方镜像

近日,Linux 基金会和国内知名代码仓库托管平台 Gitee 达成合作关系,将逐步在 Gitee 建立基金会旗下项目的官方镜像,让国内开发者更近距离的认识和了解 Linux 基金会旗下项目,并参与其开源社区交流。在未来,会有更多 Linux 基金会项目在 Gitee 建立官方镜像,最终完成全部项目的官方镜像建立工作。

首期在 Gitee 建立官方镜像的项目是边缘计算项目 Baetyl (项目地址:https://gitee.com/baetyl) 和工业物联网边缘计算框架 EdgeX Foundry (项目地址:https://gitee.com/EdgexFoundry)。

Linux 基金会成立于 2000 年,通过财务和智力资源、基础设施、服务、活动和培训为开源社区提供支持。目前 Linux 基金会中的开源项目超过了 400 个,代码估值超过了 200 亿美元。其中不乏 Linux、Kubernetes、Node.js、Jenkins、Hyperledger 等国内开发者耳熟能详的项目。Linux 基金会在世界范围内拥有 1500 多名企业成员。在中国,阿里、百度、华为、腾讯、字节跳动等知名企业都是 Linux 基金会成员。

更多报道请戳 Gitee 官网博客原文:https://my.oschina.net/gitosc/blog/4708802。

关键词: Linux 基金会,Gitee

祝贺 Go 语言开源 11 周年

Today(11/10) we celebrate the eleventh birthday of the Go open source release. The parties we had for Go turning 10 seem like a distant memory. It’s been a tough year, but we’ve kept Go development moving forward and accumulated quite a few highlights.

2009 年 11 月 10 日,Go 作为开源项目正式宣布推出。到今年的 11 月 10 日,Go 已开源 11 周年,其官方博客也更新了一篇纪念 11 周年的文章。简单回顾 Go 的历史:

  • 2007 年 9 月 Rob Pike, Robert Griesemer 和 Ken Thompson 开始设计 Go
  • 2008 年 3 月 Go 的首个规范产生
  • 2009 年 11 月 10 日,Go 正式宣布推出,并成为开源项目
  • 2012 年 3 月,首个正式版本 Go 1 发布
  • 2013 年 5 月,Go 1.1 发布,并正式确定发布周期,计划每半年发布一个二级版本

Go 用了 7 年的时间从 1.1 迭代至目前最新的版本 1.15。

更多相关新闻资讯请阅读 https://golangnews.org/2020/11/eleven-years-of-go/。

关键词: Go

联系我们

资讯内容部分来自 “LWN.net“。如果您对某些 LWN 文章感兴趣(譬如希望获得全文翻译的)请扫描二维码加微信联系我们:

tinylab wechat



Read Album:

Read Related:

Read Latest: