All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] kselftests: set-timer-lat: test one-shot timers
@ 2017-07-25 21:36 Greg Hackmann
  2017-07-25 21:36 ` [PATCH 1/2] kselftests: set-timer-lat: tweak reporting when timer fires early Greg Hackmann
  2017-07-25 21:36 ` [PATCH 2/2] kselftests: set-timer-lat: add one-shot timer test cases Greg Hackmann
  0 siblings, 2 replies; 3+ messages in thread
From: Greg Hackmann @ 2017-07-25 21:36 UTC (permalink / raw)
  To: John Stultz, Thomas Gleixner, Stephen Boyd, Shuah Khan
  Cc: linux-kernel, linux-kselftest, Greg Hackmann

This patchset expands set-timer-lat to cover one-shot timers.  This is
inspired by a recent regression in the -stable tree, which caused one-shot
alarm timers to repeat at a 1 ns interval.

The first patch adjusts how early-firing timers are reported, so faulty
kernels won't cause the test to spam the console with failure messages.
The second patch actually adds the one-shot testcases.

Greg Hackmann (2):
  kselftests: set-timer-lat: tweak reporting when timer fires early
  kselftests: set-timer-lat: add one-shot timer test cases

 tools/testing/selftests/timers/set-timer-lat.c | 103 +++++++++++++++++++++----
 1 file changed, 90 insertions(+), 13 deletions(-)

-- 
2.14.0.rc0.400.g1c36432dff-goog

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

end of thread, other threads:[~2017-07-25 21:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-25 21:36 [PATCH 0/2] kselftests: set-timer-lat: test one-shot timers Greg Hackmann
2017-07-25 21:36 ` [PATCH 1/2] kselftests: set-timer-lat: tweak reporting when timer fires early Greg Hackmann
2017-07-25 21:36 ` [PATCH 2/2] kselftests: set-timer-lat: add one-shot timer test cases Greg Hackmann

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.