ELSEIF
Your brief EB
353 stories from 115 feeds 442 clusters Refreshed 8 minutes ago next pull 12:36

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

WHY IT MATTERS

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 source

The three things worth knowing

01

CONFIG_COMPAT_32BIT_TIME Kconfig option is removed in Linux 7.3

02

Legacy 32-bit time system calls are no longer optionally disableable at build time

03

Change may affect older 32-bit applications depending on pre-2038 time handling

THE CLUSTER

Same story, 1 feed.

ORDERED BY FIRST SEEN
Phoronix Linux 7.3 Cleans Up The Code For Disabling Of Legacy 32-bit Time Support Open ↗