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

2012-08-06 Thread John Stultz
On 08/04/2012 12:21 PM, Ingo Molnar wrote: * Tetsuo Handa wrote: Hello. 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; wh

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

2012-08-04 Thread Tetsuo Handa
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

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

2012-08-04 Thread Ingo Molnar
* Tetsuo Handa wrote: > Hello. > > 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