This is an automated email from git. It was generated because a ref change was pushed to the "chrony/chrony.git" repository.
The branch, master has been updated via cf6af112e100afaa496ea21cd0b50f25233b3e03 (commit) via fa3052e776d6031cfb39b0ccec19669241f0da25 (commit) via f8610d69f08fa63d7ef18c6728774fa98599f227 (commit) via 1a8dcce84fe5a7983d053a5285e4368096a7e5c2 (commit) via f74eb675670a4007e9a03f16d68e8028c287ed77 (commit) via 144fcdde34bd7e11f1bbb6b1114e3247e8ac8375 (commit) via 3cef7f975cd2ecdceb62c72dd31f96c515744acc (commit) from a2372b0c3abfc85d11c1684c0fb6370cc329e5c4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit cf6af112e100afaa496ea21cd0b50f25233b3e03 Author: Miroslav Lichvar <mlich...@redhat.com> Date: Thu Feb 4 12:32:32 2021 +0100 test: extend 129-reload test commit fa3052e776d6031cfb39b0ccec19669241f0da25 Author: Miroslav Lichvar <mlich...@redhat.com> Date: Wed Feb 3 17:41:39 2021 +0100 sources: set reference after loading dump files After loading the dump files with the -r option, immediately perform a source selection with forced setting of the reference. This shortens the interval when a restarted server doesn't respond with synchronized time. It no longer needs to wait for the first measurement from the best source (which had to pass all the filters). commit f8610d69f08fa63d7ef18c6728774fa98599f227 Author: Miroslav Lichvar <mlich...@redhat.com> Date: Wed Feb 3 17:13:39 2021 +0100 sources: improve handling of dump files and their format Check for write errors when saving dump files. Don't save files with no samples. Add more sanity checks for loaded data. Extend the file format to include an identifier, the reachability register, leap status, name, and authentication flag. Avoid loading unauthenticated data after switching authentication on. Change format and order of some fields to simplify parsing. Drop fields that were kept only for compatibility. The dump files now contain all information needed to perform the source selection and update the reference. There is no support kept for the old file format. Loading of old dump files will fail after upgrading to new version. commit 1a8dcce84fe5a7983d053a5285e4368096a7e5c2 Author: Miroslav Lichvar <mlich...@redhat.com> Date: Wed Feb 3 13:29:14 2021 +0100 sources: update stratum with leap status Remove stratum from the NTP sample and update it together with the leap status. This enables a faster update when samples are dropped by the NTP filters. commit f74eb675670a4007e9a03f16d68e8028c287ed77 Author: Miroslav Lichvar <mlich...@redhat.com> Date: Wed Feb 3 12:54:08 2021 +0100 sourcestats: move stratum to sources The stratum value is not needed in sourcestats. Keep it in the source itself. commit 144fcdde34bd7e11f1bbb6b1114e3247e8ac8375 Author: Miroslav Lichvar <mlich...@redhat.com> Date: Wed Feb 3 17:36:19 2021 +0100 main: fix typo in comment commit 3cef7f975cd2ecdceb62c72dd31f96c515744acc Author: Miroslav Lichvar <mlich...@redhat.com> Date: Wed Feb 3 10:25:41 2021 +0100 main: cancel clock correction before dumping sources On exit, cancel the remaining clock correction before measurements are saved to dumpdir to fix them for the state in which chronyd will start again. ----------------------------------------------------------------------- Summary of changes: local.c | 13 ++++ local.h | 3 + main.c | 3 +- ntp.h | 1 - ntp_core.c | 3 +- refclock.c | 16 ++--- samplefilt.c | 1 - sources.c | 172 +++++++++++++++++++++++++++++++++------------ sources.h | 4 +- sourcestats.c | 112 +++++++++-------------------- sourcestats.h | 3 +- test/simulation/129-reload | 32 +++++++++ test/unit/samplefilt.c | 2 - test/unit/sources.c | 3 +- 14 files changed, 224 insertions(+), 144 deletions(-) hooks/post-receive -- chrony/chrony.git -- To unsubscribe email chrony-dev-requ...@chrony.tuxfamily.org with "unsubscribe" in the subject. For help email chrony-dev-requ...@chrony.tuxfamily.org with "help" in the subject. Trouble? Email listmas...@chrony.tuxfamily.org.