Re: [PATCH] time: Fix adjustment cleanup bug in timekeeping_adjust()

From: Tetsuo Handa
Date: Sat Aug 04 2012 - 20:51:11 EST


Ingo Molnar wrote:
> > Bisected to 2a8c0883 "time: Move xtime_nsec adjustment
> > underflow handling timekeeping_adjust".
> >
> > Would you check?
>
> probably caused by this stray return in timekeeping_adjust():
>
> } else
> return;
>
> which should really be a proper goto - like the (totally
> untested!) patch below.
>
> Does this fix the bug for you?
>
> Thanks,
>
> Ingo
>
Yes, this fixed the bug.

Thank you.
--
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/