HomeFreeBSD

linux(4): Handle 64-bit SO_TIMESTAMP for 32-bit binaries

Description

linux(4): Handle 64-bit SO_TIMESTAMP for 32-bit binaries

To solve y2k38 problem in the recvmsg syscall the new SO_TIMESTAMP
constant were added on v5.1 Linux kernel. So, old 32-bit binaries
that knows only 32-bit time_t uses the old value of the constant,
and binaries that knows 64-bit time_t uses the new constant.

To determine what size of time_t type is expected by the user-space,
store requested value (SO_TIMESTAMP) in the process emuldata structure.

MFC after: 2 weeks

Details

Provenance
dchaginAuthored on May 28 2022, 8:45 PM
Parents
rG6335583990d8: linux(4): For future use replace malloc type for l_sockaddr by M_LINUX
Branches
Unknown
Tags
Unknown