summaryrefslogtreecommitdiff
path: root/drivers/crypto
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2015-09-30 11:26:33 (GMT)
committerDavid S. Miller <davem@davemloft.net>2015-10-05 10:16:42 (GMT)
commit40c9b0796d46523fffb93e46ed8c691456146743 (patch)
tree94652b8c204eb9a3ee4c0be91f9d40a348a4a910 /drivers/crypto
parent0a6241551d20e982dba8fc6c88b0a021456ea7b4 (diff)
downloadlinux-40c9b0796d46523fffb93e46ed8c691456146743.tar.xz
net: igb: avoid using timespec
We want to deprecate the use of 'struct timespec' on 32-bit architectures, as it is will overflow in 2038. The igb driver uses it to read the current time, and can simply be changed to use ktime_get_real_ts64() instead. Because of hardware limitations, there is still an overflow in year 2106, which we cannot really avoid, but this documents the overflow. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Cc: intel-wired-lan@lists.osuosl.org Reviewed-by: Richard Cochran <richardcochran@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/crypto')
0 files changed, 0 insertions, 0 deletions