]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
timekeeping: Add ktime_get_coarse_with_offset
authorArnd Bergmann <arnd@arndb.de>
Fri, 27 Apr 2018 13:40:15 +0000 (15:40 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 19 May 2018 11:57:32 +0000 (13:57 +0200)
commitb9ff604cff1135cc576cf952d394ed9401aa234b
tree2987c08c1e0deb9063d4157a9c51afd0155241de
parentfb7fcc96a86cfaef0f6dcc0665516aa68611e736
timekeeping: Add ktime_get_coarse_with_offset

I have run into a couple of drivers using current_kernel_time()
suffering from the y2038 problem, and they could be converted
to using ktime_t, but don't have interfaces that skip the nanosecond
calculation at the moment.

This introduces ktime_get_coarse_with_offset() as a simpler
variant of ktime_get_with_offset(), and adds wrappers for the
three time domains we support with the existing function.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Stephen Boyd <sboyd@kernel.org>
Cc: y2038@lists.linaro.org
Cc: John Stultz <john.stultz@linaro.org>
Link: https://lkml.kernel.org/r/20180427134016.2525989-5-arnd@arndb.de
include/linux/timekeeping.h
kernel/time/timekeeping.c