commit | a53f4bb8fc20a164e134098346baf155b80beda4 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Tue Jun 05 15:38:57 2018 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Tue Jun 05 15:38:57 2018 +0200 |
tree | 84ae437a8dc42073fd5e92a380c40c131b9bf46f | |
parent | 0f632a8f997345387a9fcc523115def3acb52042 [diff] |
crash: print timestamp using time64_t The get_seconds() call returns a 32-bit timestamp on some architectures, and will overflow in the future. The newer ktime_get_real_seconds() always returns a 64-bit timestamp that does not suffer from this problem. Signed-off-by: Arnd Bergmann <arnd@arndb.de>