[PATCH 0/5] y2038: linux: timer_[sg]ettime conversion to 64 bit time

Lukasz Majewski lukma@denx.de
Mon Nov 18 22:01:00 GMT 2019


Dear All,

> This patch series converts timer_[sg]ettime functions to support
> 64 bit time.
> 
> The glibc internal struct __itimerspec64 is introduced in first patch.
> Two next patches decouple x86_64 specific timer_[sg]ettime
> implementations from the Linux generic ones for easier conversion (as
> x86_64 already supports 64 bit time).
> Two last patches are converting Linux generic timer syscalls.

Gentle ping on this series.

> 
> Lukasz Majewski (5):
>   time: Introduce glibc's internal struct __itimerspec64
>   timer: Decouple x86_64 specific timer_gettime from generic Linux
>     implementation
>   timer: Decouple x86_64 specific timer_settime from generic Linux
>     implementation
>   y2038: linux: Provide __timer_gettime64 implementation
>   y2038: linux: Provide __timer_settime64 implementation
> 
>  include/time.h                                | 27 +++++++
>  sysdeps/unix/sysv/linux/timer_gettime.c       | 49 ++++++++++---
>  sysdeps/unix/sysv/linux/timer_settime.c       | 71
> ++++++++++++++++--- .../unix/sysv/linux/x86_64/timer_gettime.c    |
> 12 ++-- .../unix/sysv/linux/x86_64/timer_settime.c    | 14 ++--
>  5 files changed, 144 insertions(+), 29 deletions(-)
> 


Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma@denx.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20191118/ef5b69ce/attachment.sig>


More information about the Libc-alpha mailing list