summaryrefslogtreecommitdiffstats
path: root/security/integrity/evm/evm_main.c
diff options
context:
space:
mode:
authorTina Ruchandani <ruchandani.tina@gmail.com>2014-10-30 14:35:01 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-10-30 14:41:59 -0700
commit9056be30542bfff51190bdda67088f319cf4c9f5 (patch)
tree188e27d7ab51cb974b8ef7d92084a9232701a157 /security/integrity/evm/evm_main.c
parent60444139a0ae5c4c4a4f4a7494a8ec0a1785979a (diff)
downloadop-kernel-dev-9056be30542bfff51190bdda67088f319cf4c9f5.zip
op-kernel-dev-9056be30542bfff51190bdda67088f319cf4c9f5.tar.gz
Staging: lustre: lnet: lnet: Better cookie gen
api-ni.c uses do_gettimeofday to get a 'cookie' or timestamp. This patch replaces it with ktime_get_ns for the following reasons: 1. ktime_get_ns returns a __u64 which is safer than 'struct timeval' which will overflow on 32-bit systems in year 2038 and beyond. 2. Improved resolution: nsecs instead of usecs. 3. Reduced compute: ktime_get_ns is faster than the multiply/add combination used in this function Signed-off-by: Tina Ruchandani <ruchandani.tina@gmail.com> Suggested-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'security/integrity/evm/evm_main.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud