Re: [PATCH v2 1/9] cobalt/kernel: y2038: convert struct timespec to timespec64

2021-05-07 Thread Philippe Gerum via Xenomai
Florian Bezdeka writes: > On 05.05.21 18:53, Jan Kiszka via Xenomai wrote: >> From: Philippe Gerum >> >> As internal interfaces are gradually being made y2038-safe, the >> timespec64 type should be used internally by the kernel to represent >> time values. Apply the same reasoning to Cobalt.

Re: [PATCH v2 1/9] cobalt/kernel: y2038: convert struct timespec to timespec64

2021-05-07 Thread Florian Bezdeka via Xenomai
On 05.05.21 18:53, Jan Kiszka via Xenomai wrote: > From: Philippe Gerum > > As internal interfaces are gradually being made y2038-safe, the > timespec64 type should be used internally by the kernel to represent > time values. Apply the same reasoning to Cobalt. > > We still use a legacy

[PATCH v2 1/9] cobalt/kernel: y2038: convert struct timespec to timespec64

2021-05-05 Thread Jan Kiszka via Xenomai
From: Philippe Gerum As internal interfaces are gradually being made y2038-safe, the timespec64 type should be used internally by the kernel to represent time values. Apply the same reasoning to Cobalt. We still use a legacy y2038-unsafe timespec type at the kernel<->user interface boundary