David Herrmann mailed me pointing out that one of the changes that landed in 4.5-rc broke users of ADJ_SETOFFSET when used with ADJ_NANO.
I've implemented a fix to this issue and also introduced more unit tests to validate these going forward. Thomas: Can you queue the first patch for tip/timers/urgent? Shuah: The kselftests patch can wait to the next merge window if you'd prefer. Let me know if you have any thoughts or objections! thanks -john Cc: Sasha Levin <[email protected]> Cc: Richard Cochran <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Prarit Bhargava <[email protected]> Cc: Harald Hoyer <[email protected]> Cc: Kay Sievers <[email protected]> Cc: David Herrmann <[email protected]> Cc: Shuah Khan <[email protected]> John Stultz (2): ntp: Fix ADJ_SETOFFSET being used w/ ADJ_NANO kselftests: timers: Add adjtimex SETOFFSET validity tests kernel/time/ntp.c | 14 ++- tools/testing/selftests/timers/valid-adjtimex.c | 139 +++++++++++++++++++++++- 2 files changed, 150 insertions(+), 3 deletions(-) -- 1.9.1

