Bug 619392

Summary: missing PPS support
Product: [Fedora] Fedora Reporter: Miroslav Lichvar <mlichvar>
Component: kernelAssignee: Kernel Maintainer List <kernel-maint>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: anton, dougsland, gansalmon, itamar, jonathan, kernel-maint, madhu.chinakonda
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-07-30 19:36:49 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Miroslav Lichvar 2010-07-29 13:18:03 UTC
Description of problem:
In 2.6.34 was included serial port PPS support. This is mainly useful with GPS receivers, it allows time synchronization with accuracy better than 1 microsecond.

ntp and chrony packages are compiled with PPS support since F-13, so the only missing piece is kernel to have it working out of the box.

CONFIG_PPS=m
CONFIG_PPS_CLIENT_LDISC=m

Version-Release number of selected component (if applicable):
kernel-2.6.35-0.56.rc6.git1.fc14.x86_64

Comment 1 Dave Jones 2010-07-30 01:08:30 UTC
seems ok. I'll flip it on in cvs when the dist-git conversion is done, so hopefully we'll get a build out with it next week sometime.

Comment 2 Dave Jones 2010-07-30 19:36:49 UTC
got committed last night. should be in tomorrows rawhide.

Comment 3 Chuck Ebbert 2010-08-01 23:39:09 UTC
I've enabled in F-13 2.6.34-31 as well.

Comment 4 Miroslav Lichvar 2010-08-02 08:11:00 UTC
Just tried 2.6.35-1.fc14, it works for me. Thanks.