[chrony-dev] [GIT] chrony/chrony.git branch master updated. 4.0-3-gfb7475b |
[ Thread Index |
Date Index
| More chrony.tuxfamily.org/chrony-dev Archives
]
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 fb7475bf5902e823100a443bd242cad242a5c6c0 (commit)
via cd98516cae6bf6d28dea3ed800f1b167598d3b4f (commit)
via e399d8dd1f15d17fec21570d73767e3cfcf974ae (commit)
from d327cfea5a4b5f7385056be8b18f4c5fab01ad13 (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 fb7475bf5902e823100a443bd242cad242a5c6c0
Author: Michael Witten <mfwitten@xxxxxxxxx>
Date: Tue Dec 15 10:44:19 2020 +0100
rtc: log error message when driver initialisation fails
commit cd98516cae6bf6d28dea3ed800f1b167598d3b4f
Author: Michael Witten <mfwitten@xxxxxxxxx>
Date: Mon Dec 14 23:02:00 2020 +0000
doc: diagnose problem with RTC interrupts on Linux
This commit updates the FAQ with a new entry.
chronyd's Linux RTC driver (rtc_linux.c) requires the following ioctl
requests to be functional:
RTC_UIE_ON
RTC_UIE_OFF
However, a Linux system's RTC driver does not necessarily implement them,
as noted in these previous commits:
d66b2f2b2423bfbd3de4d69895024dac7eefb306
rtc: handle RTCs that don't support interrupts
Tue Dec 10 17:45:28 2019 +0100
bff3f51d13c3f41e2ead2cfff5bfe0b8c22ef44a
rtc: extend check for RTCs that don't support interrupts
Thu Dec 12 12:50:19 2019 +0100
Fortunately, the Linux kernel can be built with software emulation of
these hardware requests, by enabling the following config variable:
CONFIG_RTC_INTF_DEV_UIE_EMUL
Provides an emulation for RTC_UIE if the underlying rtc chip
driver does not expose RTC_UIE ioctls. Those requests generate
once-per-second update interrupts, used for synchronization.
The emulation code will read the time from the hardware
clock several times per second, please enable this option
only if you know that you really need it.
This commit records these facts for the benefit of the user.
commit e399d8dd1f15d17fec21570d73767e3cfcf974ae
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu Nov 26 15:09:38 2020 +0100
doc: fix ntsntpserver reference in chrony.conf man page
Fix the name of ntsntpserver directive in ntsrotate description.
Reported-By: Phil Roberts <phil@xxxxxxxxxxxxxxx>
-----------------------------------------------------------------------
Summary of changes:
doc/chrony.conf.adoc | 2 +-
doc/faq.adoc | 13 +++++++++++++
rtc.c | 2 ++
3 files changed, 16 insertions(+), 1 deletion(-)
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.