INFRA Signal 378
Linux kernel removes legacy 32-bit time system call support cleanup option
Illustration only Photo by Kier in Sight Archives on Unsplash
Linux 7.3 streamlines code by removing the CONFIG_COMPAT_32BIT_TIME Kconfig option for disabling 32-bit time system calls
This change simplifies kernel maintenance by eliminating a rarely used configuration option. It enforces Year 2038-safe time handling but may break compatibility with older 32-bit applications relying on legacy time system calls.
Written by elseif from the cluster below · every claim links back to a sourceThe three things worth knowing
CONFIG_COMPAT_32BIT_TIME Kconfig option is removed in Linux 7.3
Legacy 32-bit time system calls are no longer optionally disableable at build time
Change may affect older 32-bit applications depending on pre-2038 time handling
THE CLUSTER