]> git.ipfire.org Git - thirdparty/chrony.git/commit
sys_timex: detect clock interference from other processes
authorMiroslav Lichvar <mlichvar@redhat.com>
Thu, 3 Apr 2025 13:50:29 +0000 (15:50 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 3 Apr 2025 14:27:26 +0000 (16:27 +0200)
commitf7daec0693aee108866134a08c6f881c18502156
tree4b7c8dfc5d5bb81353ba46a78989a4eae457f265
parentd115449e854728662647b0edd95559b8a09c2b8c
sys_timex: detect clock interference from other processes

After an ntp_adjtime()/adjtimex() call, check if the frequency, PLL time
constant and PLL status are as expected from the previous call. If they
changed, log a warning message to indicate that another NTP client might
be running on the system and interfering with the system clock.
sys_timex.c