summaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c
diff options
context:
space:
mode:
authorArnd Bergmann2018-08-22 06:55:49 +0200
committerLinus Torvalds2018-08-22 19:52:47 +0200
commit91bc9aaf746ae41016bd6b61a48133e162542574 (patch)
treede38972673b7907da1d38cf1378e62bdce1641bd /kernel/sysctl.c
parentlinux/compiler.h: don't use bool (diff)
downloadkernel-qcow2-linux-91bc9aaf746ae41016bd6b61a48133e162542574.tar.gz
kernel-qcow2-linux-91bc9aaf746ae41016bd6b61a48133e162542574.tar.xz
kernel-qcow2-linux-91bc9aaf746ae41016bd6b61a48133e162542574.zip
kernel/crash_core.c: 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. Link: http://lkml.kernel.org/r/20180618150329.941903-1-arnd@arndb.de Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Andrew Morton <akpm@linux-foundation.org> Cc: Dave Young <dyoung@redhat.com> Cc: Baoquan He <bhe@redhat.com> Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com> Cc: Petr Tesarik <ptesarik@suse.cz> Cc: Marc-Andr Lureau <marcandre.lureau@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/sysctl.c')
0 files changed, 0 insertions, 0 deletions