mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v5.2-rc2 0/2] selftests: Remove forced unbuffering for test running
@ 2019-05-20 22:37 Kees Cook
  2019-05-20 22:37 ` [PATCH 1/2] " Kees Cook
  2019-05-20 22:37 ` [PATCH 2/2] selftests/timers: Add missing fflush(stdout) calls Kees Cook
  0 siblings, 2 replies; 5+ messages in thread
From: Kees Cook @ 2019-05-20 22:37 UTC (permalink / raw)
  To: Shuah Khan
  Cc: Kees Cook, Takashi Iwai, John Stultz, Thomas Gleixner,
	Stephen Boyd, linux-kselftest, linux-kernel

This should fix test regressions seen when running under unbuffered
output. Additionally, fixes are added for the missing flushed output
in the timers test which become obvious without unbuffered output.

-Kees

Kees Cook (2):
  selftests: Remove forced unbuffering for test running
  selftests/timers: Add missing fflush(stdout) calls

 tools/testing/selftests/kselftest/runner.sh     | 12 +-----------
 tools/testing/selftests/timers/adjtick.c        |  1 +
 tools/testing/selftests/timers/leapcrash.c      |  1 +
 tools/testing/selftests/timers/mqueue-lat.c     |  1 +
 tools/testing/selftests/timers/nanosleep.c      |  1 +
 tools/testing/selftests/timers/nsleep-lat.c     |  1 +
 tools/testing/selftests/timers/raw_skew.c       |  1 +
 tools/testing/selftests/timers/set-tai.c        |  1 +
 tools/testing/selftests/timers/set-tz.c         |  2 ++
 tools/testing/selftests/timers/threadtest.c     |  1 +
 tools/testing/selftests/timers/valid-adjtimex.c |  2 ++
 11 files changed, 13 insertions(+), 11 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2019-05-21 14:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-20 22:37 [PATCH v5.2-rc2 0/2] selftests: Remove forced unbuffering for test running Kees Cook
2019-05-20 22:37 ` [PATCH 1/2] " Kees Cook
2019-05-21  5:21   ` Takashi Iwai
2019-05-21 14:12     ` shuah
2019-05-20 22:37 ` [PATCH 2/2] selftests/timers: Add missing fflush(stdout) calls Kees Cook

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome