Bug 409206 - [PATCH] Support for Linux PPS and PTP ioctls
Summary: [PATCH] Support for Linux PPS and PTP ioctls
Status: RESOLVED FIXED
Alias: None
Product: valgrind
Classification: Developer tools
Component: memcheck (show other bugs)
Version: 3.15 SVN
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-26 11:29 UTC by Miroslav Lichvar
Modified: 2019-12-30 10:05 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Add support for Linux Pulse-Per-Second ioctls (4.56 KB, text/plain)
2019-06-26 11:31 UTC, Miroslav Lichvar
Details
Add support for Linux PTP HW clock ioctls (7.36 KB, text/plain)
2019-06-26 11:31 UTC, Miroslav Lichvar
Details

Note You need to log in before you can comment on or make changes to this bug.
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.