Hey Thomas, Bit later then I'd like, but here's my current queue of timekeeping items for 4.15.
>From Arnd's patchset, I'm missing the last patch as it didn't apply properly, but the rest of it looked ok to me. Please let me know if you have any objections. thanks -john Cc: Arnd Bergmann <[email protected]> Cc: Jason Gunthorpe <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Miroslav Lichvar <[email protected]> Cc: Richard Cochran <[email protected]> Cc: Prarit Bhargava <[email protected]> Cc: Stephen Boyd <[email protected]> The following changes since commit 9e66317d3c92ddaab330c125dfe9d06eee268aff: Linux 4.14-rc3 (2017-10-01 14:54:54 -0700) are available in the git repository at: https://git.linaro.org/people/john.stultz/linux.git 6546911ed369af8d747215ff8b6144618e91c6ab for you to fetch changes up to 6546911ed369af8d747215ff8b6144618e91c6ab: time: Move old timekeeping interfaces to timekeeping32.h (2017-10-30 15:17:20 -0700) ---------------------------------------------------------------- Arnd Bergmann (6): timekeeping: Consolidate timekeeping_inject_offset code timekeeping: Use timespec64 in timekeeping_inject_offset time: Remove unused functions time: Move time_t based interfaces to time32.h time: Move time_t conversion helpers to time32.h time: Move old timekeeping interfaces to timekeeping32.h Jason Gunthorpe (1): rtc: Allow rtc drivers to specify the tv_nsec value for ntp drivers/rtc/class.c | 3 + drivers/rtc/systohc.c | 53 +++++++--- include/linux/ktime.h | 1 + include/linux/rtc.h | 43 +++++++- include/linux/time.h | 207 +------------------------------------- include/linux/time32.h | 221 ++++++++++++++++++++++++++++++++++++++++ include/linux/time64.h | 78 +-------------- include/linux/timekeeping.h | 137 +------------------------ include/linux/timekeeping32.h | 151 ++++++++++++++++++++++++++++ kernel/time/ntp.c | 227 +++++++++++++++++++++--------------------- kernel/time/ntp_internal.h | 1 - kernel/time/time.c | 59 +---------- kernel/time/timekeeping.c | 121 +++++++++++++++++++--- kernel/time/timekeeping.h | 2 +- 14 files changed, 687 insertions(+), 617 deletions(-) create mode 100644 include/linux/time32.h create mode 100644 include/linux/timekeeping32.h -- 2.7.4

