Linux 7.3 清理 残废遗产的代码 32- 位时间支持

2026年8月20日1 次浏览来源:Phoronix阅读原文

正文保留英文原文(机翻易破坏代码与排版),标题/摘要已提供中文

Linux 内核支持了 CONFIG COMPAT 32BIT TIME Kconfig 建立时间选项, 用于可选的取消遗产 32 位时间系统调用支持 。…

The Linux kernel has supported the CONFIG_COMPAT_32BIT_TIME Kconfig build time option for optionally disabling of legacy 32-bit time system call support.

This is intended to disable the code that uses a 32-bit integer for time that is thus not Year 2038 safe, but at the cost of breaking compatibility for legacy 32-bit applications.

Even if building without Linux 32-bit time support, it turns out some 32-bit time code persisted but that is now being fixed with Linux 7.3...

分享