I find it useful to output offset_stats.mean along with
offset_stats.stddev in clock_stats_update() in file clock.c, also replace
the reference to temporal vortex...
clock.dif
357c357
< pr_info("rms %4.0f max %4.0f "
---
> pr_info("offs %+6.0f +/- sd %4.0f max %4.0f "
360c360,361
< offset_stats.rms, offset_stats.max_abs,
---
> offset_stats.mean,
> offset_stats.stddev, offset_stats.max_abs,
481c482
< pr_warning("running in a temporal vortex");
---
> pr_warning("tds.currentUtcOffset < CURRENT_UTC_OFFSET");
|