commit | c3484c275db5abe88e01a7e1a80932112c9bbf69 | [log] [tgz] |
---|---|---|
author | Richard Cochran <richardcochran@gmail.com> | Mon Nov 26 01:44:35 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 26 17:22:14 2012 -0500 |
tree | 0113d9e291e5fcf3d3ba7bd70d7c8ccf9b885e30 | |
parent | c7ec0badcc54508d3ab052bb425cc677521a89be [diff] |
ptp: reduce stack usage when measuring the system time offset This patch removes the large buffer from the stack of the system offset ioctl and replaces it with a kmalloced buffer. Signed-off-by: Richard Cochran <richardcochran@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>