Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
coredump: Use 64bit time for unix time of coredump
struct timeval on 32-bit systems will have its tv_sec value overflow in year 2038 and beyond. Use a 64 bit value to print time of the coredump in seconds. ktime_get_real_seconds is chosen here for efficiency reasons. Suggested by: Arnd Bergmann <[email protected]> Signed-off-by: Tina Ruchandani <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]> Signed-off-by: Al Viro <[email protected]>
- Loading branch information