[chrony-dev] [GIT] chrony/chrony.git branch, master, updated. 1.29.1-159-g26e00ff

[ Thread Index | Date Index | More chrony.tuxfamily.org/chrony-dev Archives ]


This is an automated email from git. It was enerated because a ref
change was pushed to the repository "chrony/chrony.git".

The branch, master has been updated
       via  26e00ffbeb608f43106fec96c94629dbe74e87fd (commit)
       via  b745b6d54627a6851eccce8974263945262f7cc1 (commit)
       via  e147f2f11e1bc208db9053fa1df05d9b4857a545 (commit)
       via  14687d003d926e2afebba1d03336201a51045b0f (commit)
       via  e8bb95ba55fa9f714a243880e64f29953a927a80 (commit)
       via  a43810533f2375db875c80c9b70419bd5bcc2ca1 (commit)
       via  98bbfdf73ccbd8fc1b6ad73f2ae103f77a5cd428 (commit)
       via  ee53d816cec815d070e4542f516215948ec99957 (commit)
       via  e176587e966c6c402a0b1f4c3568f0e4f185a682 (commit)
      from  8210be0f17429f8e396d09a5e92c9e0f8f8e751e (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 26e00ffbeb608f43106fec96c94629dbe74e87fd
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Fri May 23 15:22:11 2014 +0200

    refclock: don't include average dispersion in unfiltered samples
    
    The dispersion of refclock samples before filtering now includes only
    offset correction error and precision.
    
    This should fix a problem where locked PPS got stuck with large average
    dispersion and didn't accept new samples due failing check of offset
    and dispersion.

commit b745b6d54627a6851eccce8974263945262f7cc1
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed May 21 14:27:50 2014 +0200

    refclock: add maxdispersion option
    
    This can be used to prevent accumulation of samples with estimated
    dispersion above given limit. By default, this limit is disabled.

commit e147f2f11e1bc208db9053fa1df05d9b4857a545
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Thu May 22 16:28:20 2014 +0200

    sys: drop frequency scaling in Linux driver
    
    Since the kernel USER_HZ constant was introduced and the internal HZ
    can't be reliably detected in user-space, the frequency scaling constant
    used with older kernels is just a random guess.
    
    Remove the scaling completely and let the closed loop compensate for the
    error. To prevent thrashing between two states when the system's
    frequency error is close to a multiple of USER_HZ, stick to the current
    tick value if it's next to the new required tick. This is used only on
    archs where USER_HZ is 100 as the frequency adjustment is limited to 500
    ppm.
    
    The linux_hz and linux_freq_scale directives are no longer supported,
    but allowed by the config parser.

commit 14687d003d926e2afebba1d03336201a51045b0f
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Thu May 22 15:49:11 2014 +0200

    sys: set tick_update_hz to 100 by default in Linux driver
    
    We can't reliably detect the internal kernel HZ, it may not even be
    fixed (CONFIG_NO_HZ). Use a fixed value of 100.

commit e8bb95ba55fa9f714a243880e64f29953a927a80
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Thu May 22 15:34:36 2014 +0200

    sys: avoid notification of neglible dispersion on slew update

commit a43810533f2375db875c80c9b70419bd5bcc2ca1
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Thu May 22 15:22:24 2014 +0200

    doc: update description of refclock options

commit 98bbfdf73ccbd8fc1b6ad73f2ae103f77a5cd428
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Thu May 22 15:14:12 2014 +0200

    refclock: fix sample validation with sub-second poll

commit ee53d816cec815d070e4542f516215948ec99957
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Thu May 22 14:38:33 2014 +0200

    reference: fix logging of initial unsynchronized tracking entry

commit e176587e966c6c402a0b1f4c3568f0e4f185a682
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Thu May 22 14:06:52 2014 +0200

    main: initialize reference mode properly

-----------------------------------------------------------------------

Summary of changes:
 chrony.texi.in |   52 +++++----------------
 conf.c         |   39 +++------------
 conf.h         |    2 -
 main.c         |    2 +-
 refclock.c     |   44 +++++++++++------
 refclock.h     |    1 +
 reference.c    |    2 +-
 sys_generic.c  |    8 ++-
 sys_linux.c    |  140 ++++++++++++++++++--------------------------------------
 9 files changed, 100 insertions(+), 190 deletions(-)


hooks/post-receive
--
chrony/chrony.git

-- 
To unsubscribe email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "unsubscribe" in the subject.
For help email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "help" in the subject.
Trouble?  Email listmaster@xxxxxxxxxxxxxxxxxxxx.


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/