Bug 409206

Summary: [PATCH] Support for Linux PPS and PTP ioctls
Product: [Developer tools] valgrind Reporter: Miroslav Lichvar <mlichvar>
Component: memcheckAssignee: Julian Seward <jseward>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 3.15 SVN   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Add support for Linux Pulse-Per-Second ioctls
Add support for Linux PTP HW clock ioctls

Description Miroslav Lichvar 2019-06-26 11:29:19 UTC
valgrind currently doesn't support Linux ioctls used on PTP hardware clock devices and Pulse-Per-Second devices. They are typically used by various NTP and PTP implementations (e.g. ntpd, linuxptp, chrony).
Comment 1 Miroslav Lichvar 2019-06-26 11:31:07 UTC
Created attachment 121155 [details]
Add support for Linux Pulse-Per-Second ioctls
Comment 2 Miroslav Lichvar 2019-06-26 11:31:31 UTC
Created attachment 121156 [details]
Add support for Linux PTP HW clock ioctls
Comment 3 Julian Seward 2019-12-30 10:05:34 UTC
Committed as bba186064e905d6fbed6d18cc2f66f4ec78e2c1d.
Thanks for the patches.