Re: [PATCH v2 0/5] clock_settime/gettime for timespec64

2021-03-17 Thread florian.bezdeka--- via Xenomai
On Wed, 2021-03-17 at 17:03 +0800, chensong wrote: > > On 2021年03月12日 18:19, florian.bezd...@siemens.com wrote: > > On Fri, 2021-03-12 at 12:01 +0800, chensong wrote: > > > This patch serial is aimed to introduce a new syscall clock_settime64 > > > and clock_gettime64 which are specific for

Re: [PATCH v2 0/5] clock_settime/gettime for timespec64

2021-03-17 Thread chensong via Xenomai
On 2021年03月12日 18:19, florian.bezd...@siemens.com wrote: On Fri, 2021-03-12 at 12:01 +0800, chensong wrote: This patch serial is aimed to introduce a new syscall clock_settime64 and clock_gettime64 which are specific for 64-bit time_t. There is no impact to current implementation of

Re: [PATCH v2 0/5] clock_settime/gettime for timespec64

2021-03-12 Thread florian.bezdeka--- via Xenomai
On Fri, 2021-03-12 at 12:01 +0800, chensong wrote: > This patch serial is aimed to introduce a new syscall clock_settime64 > and clock_gettime64 which are specific for 64-bit time_t. > > There is no impact to current implementation of clock_settime, nothing > broken. > > --- > v2: > 1, merge

[PATCH v2 0/5] clock_settime/gettime for timespec64

2021-03-11 Thread chensong via Xenomai
This patch serial is aimed to introduce a new syscall clock_settime64 and clock_gettime64 which are specific for 64-bit time_t. There is no impact to current implementation of clock_settime, nothing broken. --- v2: 1, merge clock_settime64 and compat clock_settime64 2, remove checking