WARNING: line length of 90 exceeds 80 columns #275: FILE: tools/testing/selftests/vsock/vmtest.sh:272: + ${ns_exec} ssh -q -o UserKnownHostsFile=/dev/null -p ${SSH_HOST_PORT} localhost $* WARNING: line length of 82 exceeds 80 columns #300: FILE: tools/testing/selftests/vsock/vmtest.sh:289: + # If failure occurred during or before qemu start up, then we need WARNING: line length of 83 exceeds 80 columns #419: FILE: tools/testing/selftests/vsock/vmtest.sh:464: + bash -c 'while [[ ! -s '"${pidfile}"' ]]; do sleep 1; done; exit 0' WARNING: line length of 81 exceeds 80 columns #468: FILE: tools/testing/selftests/vsock/vmtest.sh:538: + wait_for_listener "${port}" "${WAIT_PERIOD}" "${WAIT_PERIOD_MAX}" WARNING: line length of 83 exceeds 80 columns #472: FILE: tools/testing/selftests/vsock/vmtest.sh:542: + wait_for_listener ${port} ${WAIT_PERIOD} ${WAIT_PERIOD_MAX} WARNING: line length of 88 exceeds 80 columns #628: FILE: tools/testing/selftests/vsock/vmtest.sh:804: + host_vsock_test "${ns1}" "client" "127.0.0.1" "${VSOCK_CID}" "${TEST_HOST_PORT}" WARNING: line length of 83 exceeds 80 columns #689: FILE: tools/testing/selftests/vsock/vmtest.sh:865: + log_host "Setup socat bridge from ns ${ns0} to ns ${ns1} over port ${port}" WARNING: line length of 81 exceeds 80 columns #698: FILE: tools/testing/selftests/vsock/vmtest.sh:874: + socat UNIX-LISTEN:"${unixfile}" TCP-CONNECT:127.0.0.1:"${port}" & WARNING: line length of 82 exceeds 80 columns #738: FILE: tools/testing/selftests/vsock/vmtest.sh:914: + ip netns exec "${ns1}" socat VSOCK-LISTEN:${port} STDOUT &> "${outfile}" & WARNING: line length of 90 exceeds 80 columns #752: FILE: tools/testing/selftests/vsock/vmtest.sh:928: + bash -c "echo TEST | socat STDIN VSOCK-CONNECT:2:${port}" 2>&1 | log_guest WARNING: line length of 84 exceeds 80 columns #810: FILE: tools/testing/selftests/vsock/vmtest.sh:986: + ip netns exec "${ns1}" socat VSOCK-LISTEN:"${port}" STDOUT &> "${outfile}" & WARNING: line length of 90 exceeds 80 columns #823: FILE: tools/testing/selftests/vsock/vmtest.sh:999: + bash -c "echo TEST | socat STDIN VSOCK-CONNECT:2:${port}" 2>&1 | log_guest WARNING: line length of 95 exceeds 80 columns #849: FILE: tools/testing/selftests/vsock/vmtest.sh:1025: + ip netns exec "${ns1}" socat VSOCK-LISTEN:"${port}" STDOUT > "${outfile}" 2>/dev/null & WARNING: line length of 92 exceeds 80 columns #853: FILE: tools/testing/selftests/vsock/vmtest.sh:1029: + echo TEST | ip netns exec "${ns0}" socat STDIN VSOCK-CONNECT:1:"${port}" 2>/dev/null WARNING: line length of 87 exceeds 80 columns #919: FILE: tools/testing/selftests/vsock/vmtest.sh:1095: + host_vsock_test "${ns}" "client" "127.0.0.1" "${VSOCK_CID}" "${TEST_HOST_PORT}" WARNING: line length of 87 exceeds 80 columns #944: FILE: tools/testing/selftests/vsock/vmtest.sh:1120: + host_vsock_test "${ns}" "client" "127.0.0.1" "${VSOCK_CID}" "${TEST_HOST_PORT}" WARNING: line length of 81 exceeds 80 columns #1076: FILE: tools/testing/selftests/vsock/vmtest.sh:1234: + if [[ ${host_oops_cnt_after} -gt ${host_oops_cnt_before} ]]; then WARNING: line length of 86 exceeds 80 columns #1077: FILE: tools/testing/selftests/vsock/vmtest.sh:1235: + echo "FAIL: kernel oops detected on host" | log_host "${name}" WARNING: line length of 81 exceeds 80 columns #1086: FILE: tools/testing/selftests/vsock/vmtest.sh:1240: + if [[ ${host_warn_cnt_after} -gt ${host_warn_cnt_before} ]]; then WARNING: line length of 89 exceeds 80 columns #1087: FILE: tools/testing/selftests/vsock/vmtest.sh:1241: + echo "FAIL: kernel warning detected on host" | log_host "${name}" WARNING: line length of 82 exceeds 80 columns #1091: FILE: tools/testing/selftests/vsock/vmtest.sh:1245: + vm_oops_cnt_after=$(vm_ssh none -- dmesg | grep -i 'Oops' | wc -l) WARNING: line length of 84 exceeds 80 columns #1093: FILE: tools/testing/selftests/vsock/vmtest.sh:1247: + echo "FAIL: kernel oops detected on vm" | log_host "${name}" WARNING: line length of 87 exceeds 80 columns #1099: FILE: tools/testing/selftests/vsock/vmtest.sh:1253: + echo "FAIL: kernel warning detected on vm" | log_host "${name}" total: 0 errors, 23 warnings, 0 checks, 1131 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. Commit 35a5797f7ce0 ("selftests/vsock: add namespace tests") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. total: 0 errors, 23 warnings, 0 checks, 1131 lines checked