Re: [PATCH 1/8] ntp: Fix STA_INS/DEL clearing bug

2012-07-13 Thread John Stultz
On 07/12/2012 10:58 PM, Ingo Molnar wrote: * John Stultz wrote: From: John Stultz In commit 6b43ae8a619d17c4935c3320d2ef9e92bdeed05d, I introduced a bug that kept the STA_INS or STA_DEL bit from being cleared from time_status via adjtimex() without forcing STA_PLL first. Usually once the S

Re: [PATCH 1/8] ntp: Fix STA_INS/DEL clearing bug

2012-07-12 Thread Ingo Molnar
* John Stultz wrote: > From: John Stultz > > In commit 6b43ae8a619d17c4935c3320d2ef9e92bdeed05d, I > introduced a bug that kept the STA_INS or STA_DEL bit > from being cleared from time_status via adjtimex() > without forcing STA_PLL first. > > Usually once the STA_INS is set, it isn't cleare

[PATCH 1/8] ntp: Fix STA_INS/DEL clearing bug

2012-07-12 Thread John Stultz
From: John Stultz In commit 6b43ae8a619d17c4935c3320d2ef9e92bdeed05d, I introduced a bug that kept the STA_INS or STA_DEL bit from being cleared from time_status via adjtimex() without forcing STA_PLL first. Usually once the STA_INS is set, it isn't cleared until the leap second is applied, so i