Re: [PATCH v3 3/3] kselftest: Extend vDSO selftest to clock_getres

2019-05-22 Thread Vincenzo Frascino
Hi Christophe, thank you for your review. On 22/05/2019 12:50, Christophe Leroy wrote: > > > Le 22/05/2019 à 13:07, Vincenzo Frascino a écrit : >> The current version of the multiarch vDSO selftest verifies only >> gettimeofday. >> >> Extend the vDSO selftest to clock_getres, to verify that the

Re: [PATCH v3 3/3] kselftest: Extend vDSO selftest to clock_getres

2019-05-22 Thread Vincenzo Frascino
Hi Christophe, thank you for your review. On 22/05/2019 12:50, Christophe Leroy wrote: > > > Le 22/05/2019 à 13:07, Vincenzo Frascino a écrit : >> The current version of the multiarch vDSO selftest verifies only >> gettimeofday. >> >> Extend the vDSO selftest to clock_getres, to verify that the

Re: [PATCH v3 3/3] kselftest: Extend vDSO selftest to clock_getres

2019-05-22 Thread Christophe Leroy
Le 22/05/2019 à 13:07, Vincenzo Frascino a écrit : The current version of the multiarch vDSO selftest verifies only gettimeofday. Extend the vDSO selftest to clock_getres, to verify that the syscall and the vDSO library function return the same information. The extension has been used to ver