Re: [PATCH] powerpc/vdso32: Add support for CLOCK_{REALTIME/MONOTONIC}_COARSE

From: Nathan Lynch
Date: Mon Aug 19 2019 - 18:34:42 EST


Christophe Leroy <christophe.leroy@xxxxxx> writes:

> Hi,
>
> Le 19/08/2019 Ã 18:37, Nathan Lynch a ÃcritÂ:
>> Hi,
>>
>> Christophe Leroy <christophe.leroy@xxxxxx> writes:
>>> Benchmark from vdsotest:
>>
>> I assume you also ran the verification/correctness parts of vdsotest...? :-)
>>
>
> I did run vdsotest-all. I guess it runs the verifications too ?

It does, but at a quick glance it runs the validation for "only" 1
second per API. It may provide more confidence to allow the validation
to run across several second (tv_sec) transitions, e.g.

vdsotest -d 30 clock-gettime-monotonic-coarse verify

Regardless, I did not see any problem with your patch.