diff options
author | Ingo Molnar <mingo@kernel.org> | 2012-08-04 19:21:14 (GMT) |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2012-08-05 10:37:14 (GMT) |
commit | 1d17d17484d40f2d5b35c79518597a2b25296996 (patch) | |
tree | a11000cb9a7197b5d70573d0faa417cb36ba0e4b /lib/decompress_unlzma.c | |
parent | e7882d6c40874a5b5033ca85f7508a602a60b662 (diff) | |
download | linux-fsl-qoriq-1d17d17484d40f2d5b35c79518597a2b25296996.tar.xz |
time: Fix adjustment cleanup bug in timekeeping_adjust()
Tetsuo Handa reported that sporadically the system clock starts
counting up too quickly which is enough to confuse the hangcheck
timer to print a bogus stall warning.
Commit 2a8c0883 "time: Move xtime_nsec adjustment underflow handling
timekeeping_adjust" overlooked this exit path:
} else
return;
which should really be a proper exit sequence, fixing the bug as a
side effect.
Also make the flow more readable by properly balancing curly
braces.
Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> wrote:
Tested-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> wrote:
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: john.stultz@linaro.org
Cc: a.p.zijlstra@chello.nl
Cc: richardcochran@gmail.com
Cc: prarit@redhat.com
Link: http://lkml.kernel.org/r/20120804192114.GA28347@gmail.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'lib/decompress_unlzma.c')
0 files changed, 0 insertions, 0 deletions