aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2019-05-20 15:37:48 -0700
committerShuah Khan <skhan@linuxfoundation.org>2019-05-21 09:24:30 -0600
commite8108866cac5058ae5aff5fa601f91bda29128f2 (patch)
treefc1775d5db653f41cc738d9949d679362a6d8796 /init
parentselftests/x86: Support Atom for syscall_arg_fault test (diff)
downloadlinux-dev-e8108866cac5058ae5aff5fa601f91bda29128f2.tar.xz
linux-dev-e8108866cac5058ae5aff5fa601f91bda29128f2.zip
selftests: Remove forced unbuffering for test running
As it turns out, the "stdbuf" command will actually force all subprocesses into unbuffered output, and some implementations of "echo" turn into single-character writes, which utterly wrecks writes to /sys and /proc files. Instead, drop the "stdbuf" usage, and for any tests that want explicit flushing between newlines, they'll have to add "fflush(stdout);" as needed. Reported-by: Takashi Iwai <tiwai@suse.de> Fixes: 5c069b6dedef ("selftests: Move test output to diagnostic lines") Signed-off-by: Kees Cook <keescook@chromium.org> Tested-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions