summaryrefslogtreecommitdiff
path: root/bpfc.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-17bpfc: Add __noreturn attribute to exiting functionsTobias Klauser1-2/+2
2013-05-15man: trafgen: Minor fixesTobias Klauser1-2/+2
2013-03-16bpfc: support different output formatsDaniel Borkmann1-10/+22
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+132
?id=2ace06ec0d997c4332582dbbb8b5e747d22c4400'>2ace06ec0d997c4332582dbbb8b5e747d22c4400 (diff)
s390/time: steer clocksource on STP sync events
On STP sync events the TOD clock will jump in time, either forward or backward. The TOD clocksource claims to be continuous but in case of an STP sync with a negative offset it is not. Subtract the offset injected by the STP sync check from the result of the TOD clocksource to make it continuous again. Add code to drift the offset towards zero with a fixed rate, steering 1 second in ~9 hours. Suggested-by: David Hildenbrand <dahi@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat