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 a06c9909a6e9af939381ec5f245378f15b5d5d71 (commit) via aee42fada80dce558b20b49b86c6d329bc00bb56 (commit) via 3e93068c43f9b9f4c4f4bc663dd8bb0edfc3324d (commit) via 36291b707bd3ac1d208699a1ad241cc5f4ce98cb (commit) via 6dad2c24bf316c3e9ffe977a638334f3e3e8cde8 (commit) via 27cbf20d2337064a88655d05f7a4ce7eb741d87e (commit) via 5c571bbbe7ca3f36d34a6b18c2d9b9b67d67ffa0 (commit) via 33d65c8614d16895c6504dd65f7104a80a708c39 (commit) via d87db7cdb83d35cca279339228c4a43ca810e7fe (commit) via 45fa4750dae0201782fff9782ad8a048928d9e4c (commit) via 8472fd813375a2b6e778f55613c9965bcb2252e0 (commit) via 5ab645e310929bcb48a184e6e3c477d9b20d63f8 (commit) via 8ccda538d3feda5e8d980120fc969ea8ac4ddd38 (commit) via b06d74ab736b69a49e2ef6c6234d9ef7d552ad19 (commit) via d0964ffa83c03ffce914bbbe79aac4519cd3017d (commit) from 3d08815efb6fb8c98da4f68b333008a4026d0ace (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 a06c9909a6e9af939381ec5f245378f15b5d5d71 Author: Miroslav Lichvar <mlich...@redhat.com> Date: Wed Aug 23 13:55:38 2017 +0200 conf: use enum for RX filter commit aee42fada80dce558b20b49b86c6d329bc00bb56 Author: Miroslav Lichvar <mlich...@redhat.com> Date: Wed Aug 23 11:33:37 2017 +0200 ntp: allow TX-only HW timestamping by default If no rxfilter is specified in the hwtimestamp directive and the NIC doesn't support the all or ntp filter, enable TX-only HW timestamping with the none filter. commit 3e93068c43f9b9f4c4f4bc663dd8bb0edfc3324d Author: Miroslav Lichvar <mlich...@redhat.com> Date: Tue Aug 22 13:45:09 2017 +0200 hwclock: improve debug message commit 36291b707bd3ac1d208699a1ad241cc5f4ce98cb Author: Miroslav Lichvar <mlich...@redhat.com> Date: Tue Aug 22 13:29:48 2017 +0200 hwclock: check if estimated frequency is sane commit 6dad2c24bf316c3e9ffe977a638334f3e3e8cde8 Author: Miroslav Lichvar <mlich...@redhat.com> Date: Tue Aug 22 13:13:45 2017 +0200 hwclock: drop all samples on reset On some HW it seems it's possible to get an occasional bad reading of the PHC (with normal delay), or in a worse case the clock can step due to a HW/driver bug, which triggers reset of the HW clock instance. To avoid having a bad estimate of the frequency when the next (good) sample is accumulated, drop also the last sample which triggered the reset. commit 27cbf20d2337064a88655d05f7a4ce7eb741d87e Author: Miroslav Lichvar <mlich...@redhat.com> Date: Fri Aug 18 20:04:31 2017 +0200 doc: include uncorrected offset in bound on maximum error commit 5c571bbbe7ca3f36d34a6b18c2d9b9b67d67ffa0 Author: Miroslav Lichvar <mlich...@redhat.com> Date: Tue Aug 22 15:36:43 2017 +0200 reference: add new fields to tracking log Add the root delay, root dispersion and maximum estimated error in the interval since the previous update to the tracking log. commit 33d65c8614d16895c6504dd65f7104a80a708c39 Author: Miroslav Lichvar <mlich...@redhat.com> Date: Fri Aug 18 18:44:17 2017 +0200 reference: separate calculation of root dispersion commit d87db7cdb83d35cca279339228c4a43ca810e7fe Author: Miroslav Lichvar <mlich...@redhat.com> Date: Fri Aug 18 18:17:16 2017 +0200 reference: refactor log writing Remove unnecessary parameters of the write_log() function. commit 45fa4750dae0201782fff9782ad8a048928d9e4c Author: Miroslav Lichvar <mlich...@redhat.com> Date: Fri Aug 18 17:43:02 2017 +0200 reference: don't update fallback drift on manual input This fixes a crash due to assertion failure in update_fb_drifts() when fallbackdrift is enabled and manual input is provided. commit 8472fd813375a2b6e778f55613c9965bcb2252e0 Author: Miroslav Lichvar <mlich...@redhat.com> Date: Fri Aug 18 17:24:41 2017 +0200 reference: simplify check for NaN commit 5ab645e310929bcb48a184e6e3c477d9b20d63f8 Author: Miroslav Lichvar <mlich...@redhat.com> Date: Tue Aug 22 17:13:27 2017 +0200 cmdmon: add new fields to ADD_SERVER/ADD_PEER request commit 8ccda538d3feda5e8d980120fc969ea8ac4ddd38 Author: Miroslav Lichvar <mlich...@redhat.com> Date: Fri Aug 18 16:20:12 2017 +0200 conf: add mindelay and asymmetry options to NTP sources commit b06d74ab736b69a49e2ef6c6234d9ef7d552ad19 Author: Miroslav Lichvar <mlich...@redhat.com> Date: Tue Aug 22 16:26:40 2017 +0200 sourcestats: add fixed asymmetry Rework the code to allow the jitter asymmetry to be specified. commit d0964ffa83c03ffce914bbbe79aac4519cd3017d Author: Miroslav Lichvar <mlich...@redhat.com> Date: Thu Aug 17 16:44:18 2017 +0200 sourcestats: add fixed minimum delay If the minimum delay is known (in a static network configuration), it can replace the measured minimum from the register. This should improve the stability of corrections for asymmetric jitter, sample weighting and maxdelay* tests. ----------------------------------------------------------------------- Summary of changes: candm.h | 7 +++- client.c | 8 +++- cmdmon.c | 8 +++- cmdparse.c | 8 ++++ conf.c | 2 +- conf.h | 11 ++++-- doc/chrony.conf.adoc | 93 +++++++++++++++++++++++++++++--------------- doc/chronyc.adoc | 2 +- hwclock.c | 20 ++++++---- ntp_core.c | 3 +- ntp_io_linux.c | 23 +++++++---- pktlength.c | 6 ++- refclock.c | 2 +- reference.c | 107 ++++++++++++++++++++++++--------------------------- sources.c | 7 +++- sources.h | 4 +- sourcestats.c | 82 +++++++++++++++++++++++++++------------ sourcestats.h | 4 +- srcparams.h | 3 ++ test/unit/hwclock.c | 2 +- test/unit/sources.c | 3 +- 21 files changed, 256 insertions(+), 149 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.