diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2019-05-25 01:21:05 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-05-25 01:21:05 +0300 |
commit | 7f8b40e3dbcd7dbeabe6be8f157376ef0b890e06 (patch) | |
tree | c86f25d4a081b07727d21d229b4e8fdcfb798d22 /tools/testing/selftests/timers/mqueue-lat.c | |
parent | e7bd3e248bc36451fdbf2a2e3a3c5a23cd0b1f6f (diff) | |
parent | fe48319243a626c860fd666ca032daacc2ba84a5 (diff) | |
download | linux-7f8b40e3dbcd7dbeabe6be8f157376ef0b890e06.tar.xz |
Merge tag 'linux-kselftest-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Pull Kselftest fixes from Shuah Khan:
- Two fixes to regressions introduced in kselftest Makefile test run
output refactoring work (Kees Cook)
- Adding Atom support to syscall_arg_fault test (Tong Bo)
* tag 'linux-kselftest-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:
selftests/timers: Add missing fflush(stdout) calls
selftests: Remove forced unbuffering for test running
selftests/x86: Support Atom for syscall_arg_fault test
Diffstat (limited to 'tools/testing/selftests/timers/mqueue-lat.c')
-rw-r--r-- | tools/testing/selftests/timers/mqueue-lat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/timers/mqueue-lat.c b/tools/testing/selftests/timers/mqueue-lat.c index 1867db5d6f5e..7916cf5cc6ff 100644 --- a/tools/testing/selftests/timers/mqueue-lat.c +++ b/tools/testing/selftests/timers/mqueue-lat.c @@ -102,6 +102,7 @@ int main(int argc, char **argv) int ret; printf("Mqueue latency : "); + fflush(stdout); ret = mqueue_lat_test(); if (ret < 0) { |