Messages in this thread |  | | Date | Sat, 3 Oct 2015 09:47:33 +0200 | | From | Ingo Molnar <> | | Subject | Re: [PATCH v3] kselftest: timers: Add adjtick test to validate adjtimex() tick adjustments |
| |
* John Stultz <john.stultz@linaro.org> wrote:
> Recently an issue was reported that was difficult to detect except > by tweaking the adjtimex tick value, and noticing how quickly the > adjustment took to be made: > https://lkml.org/lkml/2015/9/1/488 > > Thus this patch introduces a new test which manipulates the adjtimex > tick value and validates the results are what we expect.
So I tried to run this:
triton:~/tip/tools/testing/selftests/timers> ./adjtick systick: 10000 Estimating tick (act: 9000 usec, -100000 ppm): 10000 usec, 1 ppmWARNING: Unexpected adjtimex return values, make sure ntpd is not running. triton:~/tip/tools/testing/selftests/timers>
note the weird placement of the warning, and there's also no newline at the end.
It would also be nice to print out roughly how long the test will take - since it runs longer than 1-2 seconds.
Thanks,
Ingo
|  |