All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL][PATCH 0/4] Timekeeping items for 4.13
@ 2017-06-21  5:21 John Stultz
  2017-06-21  5:21 ` [PATCH 1/4] time: Clean up CLOCK_MONOTONIC_RAW time handling John Stultz
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: John Stultz @ 2017-06-21  5:21 UTC (permalink / raw)
  To: lkml
  Cc: John Stultz, Thomas Gleixner, Ingo Molnar, Miroslav Lichvar,
	Richard Cochran, Prarit Bhargava, Stephen Boyd, Shuah Khan

Just a small set of changes, the biggest changes being the
MONOTONIC_RAW handling cleanup, and a new kselftest from
Miroslav. Also a a clear warning deprecating
CONFIG_GENERIC_TIME_VSYSCALL_OLD, which affects ppc and ia64.

Let me know if you have any thoughts or objections!

thanks
-john

Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Miroslav Lichvar <mlichvar@redhat.com>
Cc: Richard Cochran <richardcochran@gmail.com>
Cc: Prarit Bhargava <prarit@redhat.com>
Cc: Stephen Boyd <stephen.boyd@linaro.org>
Cc: Shuah Khan <shuah@kernel.org>

The following changes since commit 8e6cec1c7c5afa489687c90be15d6ed82c742975:

  Merge branch 'clockevents/4.12-fixes' of https://git.linaro.org/people/daniel.lezcano/linux into timers/urgent (2017-06-20 12:50:32 +0200)

are available in the git repository at:

  https://git.linaro.org/people/john.stultz/linux.git fortglx/4.13/time

for you to fetch changes up to 767392565a3e618950fe1a5ff1ba11295f6332f4:

  kselftests: timers: Add test for frequency step (2017-06-20 22:14:45 -0700)

----------------------------------------------------------------
John Stultz (2):
  time: Clean up CLOCK_MONOTONIC_RAW time handling
  time: Add warning about imminent deprecation of
    CONFIG_GENERIC_TIME_VSYSCALL_OLD

Miroslav Lichvar (2):
  kselftests: timers: Fix inconsistency-check to not ignore first
    timestamp
  kselftests: timers: Add test for frequency step

 arch/arm64/kernel/vdso.c                           |   6 +-
 include/linux/timekeeper_internal.h                |   4 +-
 kernel/time/timekeeping.c                          |  46 ++--
 tools/testing/selftests/timers/Makefile            |   5 +-
 tools/testing/selftests/timers/freq-step.c         | 268 +++++++++++++++++++++
 .../testing/selftests/timers/inconsistency-check.c |   4 +-
 6 files changed, 303 insertions(+), 30 deletions(-)
 create mode 100644 tools/testing/selftests/timers/freq-step.c

-- 
2.7.4

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-06-21  9:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-21  5:21 [GIT PULL][PATCH 0/4] Timekeeping items for 4.13 John Stultz
2017-06-21  5:21 ` [PATCH 1/4] time: Clean up CLOCK_MONOTONIC_RAW time handling John Stultz
2017-06-21  9:36   ` Will Deacon
2017-06-21  5:21 ` [PATCH 2/4] time: Add warning about imminent deprecation of CONFIG_GENERIC_TIME_VSYSCALL_OLD John Stultz
2017-06-21  6:11   ` Paul Mackerras
2017-06-21  6:23     ` John Stultz
2017-06-21  6:15   ` Michael Ellerman
2017-06-21  5:21 ` [PATCH 3/4] kselftests: timers: Fix inconsistency-check to not ignore first timestamp John Stultz
2017-06-21  5:21 ` [PATCH 4/4] kselftests: timers: Add test for frequency step John Stultz
2017-06-21  5:23 ` [GIT PULL][PATCH 0/4] Timekeeping items for 4.13 John Stultz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.