WARNING: 'successfuly' may be misspelled - perhaps 'successfully'? #141: FILE: tools/testing/selftests/vsock/vmtest.sh:123: + "Run socat to test a loopback vsock in a global ns successfuly connects to a vsock in another global ns." ^^^^^^^^^^^ WARNING: 'successfuly' may be misspelled - perhaps 'successfully'? #144: FILE: tools/testing/selftests/vsock/vmtest.sh:126: + "Run socat to test a loopback vsock in a local ns successfuly connects to a vsock in the same ns." ^^^^^^^^^^^ WARNING: line length of 90 exceeds 80 columns #254: FILE: tools/testing/selftests/vsock/vmtest.sh:251: + ${ns_exec} ssh -q -o UserKnownHostsFile=/dev/null -p ${SSH_HOST_PORT} localhost $* WARNING: line length of 82 exceeds 80 columns #279: FILE: tools/testing/selftests/vsock/vmtest.sh:268: + # If failure occurred during or before qemu start up, then we need WARNING: line length of 83 exceeds 80 columns #377: FILE: tools/testing/selftests/vsock/vmtest.sh:429: + bash -c 'while [[ ! -s '"${pidfile}"' ]]; do sleep 1; done; exit 0' WARNING: line length of 81 exceeds 80 columns #426: FILE: tools/testing/selftests/vsock/vmtest.sh:503: + wait_for_listener "${port}" "${WAIT_PERIOD}" "${WAIT_PERIOD_MAX}" WARNING: line length of 83 exceeds 80 columns #430: FILE: tools/testing/selftests/vsock/vmtest.sh:507: + wait_for_listener ${port} ${WAIT_PERIOD} ${WAIT_PERIOD_MAX} WARNING: line length of 88 exceeds 80 columns #581: FILE: tools/testing/selftests/vsock/vmtest.sh:768: + host_vsock_test "${ns1}" "client" "127.0.0.1" "${VSOCK_CID}" "${TEST_HOST_PORT}" WARNING: line length of 83 exceeds 80 columns #643: FILE: tools/testing/selftests/vsock/vmtest.sh:829: + log_host "Setup socat bridge from ns ${ns0} to ns ${ns1} over port ${port}" WARNING: line length of 81 exceeds 80 columns #652: FILE: tools/testing/selftests/vsock/vmtest.sh:838: + socat UNIX-LISTEN:"${unixfile}" TCP-CONNECT:127.0.0.1:"${port}" & WARNING: line length of 82 exceeds 80 columns #692: FILE: tools/testing/selftests/vsock/vmtest.sh:878: + ip netns exec "${ns1}" socat VSOCK-LISTEN:${port} STDOUT &> "${outfile}" & WARNING: line length of 90 exceeds 80 columns #706: FILE: tools/testing/selftests/vsock/vmtest.sh:892: + bash -c "echo TEST | socat STDIN VSOCK-CONNECT:2:${port}" 2>&1 | log_guest WARNING: line length of 84 exceeds 80 columns #764: FILE: tools/testing/selftests/vsock/vmtest.sh:950: + ip netns exec "${ns1}" socat VSOCK-LISTEN:"${port}" STDOUT &> "${outfile}" & WARNING: line length of 90 exceeds 80 columns #777: FILE: tools/testing/selftests/vsock/vmtest.sh:963: + bash -c "echo TEST | socat STDIN VSOCK-CONNECT:2:${port}" 2>&1 | log_guest WARNING: line length of 95 exceeds 80 columns #801: FILE: tools/testing/selftests/vsock/vmtest.sh:987: + ip netns exec "${ns1}" socat VSOCK-LISTEN:"${port}" STDOUT > "${outfile}" 2>/dev/null & WARNING: line length of 92 exceeds 80 columns #805: FILE: tools/testing/selftests/vsock/vmtest.sh:991: + echo TEST | ip netns exec "${ns0}" socat STDIN VSOCK-CONNECT:1:"${port}" 2>/dev/null WARNING: line length of 87 exceeds 80 columns #871: FILE: tools/testing/selftests/vsock/vmtest.sh:1057: + host_vsock_test "${ns}" "client" "127.0.0.1" "${VSOCK_CID}" "${TEST_HOST_PORT}" WARNING: line length of 87 exceeds 80 columns #896: FILE: tools/testing/selftests/vsock/vmtest.sh:1082: + host_vsock_test "${ns}" "client" "127.0.0.1" "${VSOCK_CID}" "${TEST_HOST_PORT}" WARNING: line length of 81 exceeds 80 columns #1021: FILE: tools/testing/selftests/vsock/vmtest.sh:1190: + if [[ ${host_oops_cnt_after} -gt ${host_oops_cnt_before} ]]; then WARNING: line length of 86 exceeds 80 columns #1022: FILE: tools/testing/selftests/vsock/vmtest.sh:1191: + echo "FAIL: kernel oops detected on host" | log_host "${name}" WARNING: line length of 81 exceeds 80 columns #1027: FILE: tools/testing/selftests/vsock/vmtest.sh:1196: + if [[ ${host_warn_cnt_after} -gt ${host_warn_cnt_before} ]]; then WARNING: line length of 89 exceeds 80 columns #1028: FILE: tools/testing/selftests/vsock/vmtest.sh:1197: + echo "FAIL: kernel warning detected on host" | log_host "${name}" WARNING: line length of 82 exceeds 80 columns #1036: FILE: tools/testing/selftests/vsock/vmtest.sh:1201: + vm_oops_cnt_after=$(vm_ssh none -- dmesg | grep -i 'Oops' | wc -l) WARNING: line length of 84 exceeds 80 columns #1038: FILE: tools/testing/selftests/vsock/vmtest.sh:1203: + echo "FAIL: kernel oops detected on vm" | log_host "${name}" WARNING: line length of 87 exceeds 80 columns #1044: FILE: tools/testing/selftests/vsock/vmtest.sh:1209: + echo "FAIL: kernel warning detected on vm" | log_host "${name}" total: 0 errors, 25 warnings, 0 checks, 1074 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 1d07984efd2f ("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, 25 warnings, 0 checks, 1074 lines checked