]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ntp: Correct TAI offset during leap second
authorRichard Cochran <richardcochran@gmail.com>
Thu, 26 Apr 2012 12:11:32 +0000 (14:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 22 Jun 2012 18:37:16 +0000 (11:37 -0700)
commitc17f648b6e8adb8379b2d2972e24953285332f44
tree7b5bf4065b4a8cdeaf3d34bcb86fc621eb5960ea
parente60a87bab7ce339c034b7d7dd365d687bbffd091
ntp: Correct TAI offset during leap second

commit dd48d708ff3e917f6d6b6c2b696c3f18c019feed upstream.

When repeating a UTC time value during a leap second (when the UTC
time should be 23:59:60), the TAI timescale should not stop. The kernel
NTP code increments the TAI offset one second too late. This patch fixes
the issue by incrementing the offset during the leap second itself.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
kernel/time/ntp.c