Re: Ktimer / -rt9 (+custom) monotonic_clock going backwards.

From: Ingo Molnar
Date: Thu Oct 20 2005 - 14:32:37 EST



* john stultz <johnstul@xxxxxxxxxx> wrote:

> > > John, would this cause any problems to keep cycle_t at s64?
> >
> > I mean at u64.
>
> Performance would be the only concern. It had been a u64 before I
> started optimizing the code a bit.

no, this is really a bad optimization that causes unrobustness.
Correctness and robustness comes first. It is so easy to cause a
500-1000msec delay in the kernel, due to a bad driver or anything. The
timekeeping code should not break like that.

Ingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/