WARNING: line length of 81 exceeds 80 columns #188: FILE: tools/testing/selftests/vsock/vmtest.sh:561: + echo "FAIL: kernel warning detected on vm in ns ${ns}" | log_host WARNING: line length of 83 exceeds 80 columns #340: FILE: tools/testing/selftests/vsock/vmtest.sh:807: + log_host "Setup socat bridge from ns ${ns0} to ns ${ns1} over port ${port}" WARNING: line length of 81 exceeds 80 columns #350: FILE: tools/testing/selftests/vsock/vmtest.sh:817: + socat UNIX-LISTEN:"${unixfile}" TCP-CONNECT:127.0.0.1:"${port}" & WARNING: line length of 84 exceeds 80 columns #403: FILE: tools/testing/selftests/vsock/vmtest.sh:870: + ip netns exec "${ns1}" socat VSOCK-LISTEN:"${port}" STDOUT &> "${outfile}" & WARNING: line length of 90 exceeds 80 columns #421: FILE: tools/testing/selftests/vsock/vmtest.sh:888: + bash -c "echo TEST | socat STDIN VSOCK-CONNECT:2:${port}" 2>&1 | log_guest WARNING: line length of 84 exceeds 80 columns #498: FILE: tools/testing/selftests/vsock/vmtest.sh:965: + ip netns exec "${ns1}" socat VSOCK-LISTEN:"${port}" STDOUT &> "${outfile}" & WARNING: line length of 90 exceeds 80 columns #514: FILE: tools/testing/selftests/vsock/vmtest.sh:981: + bash -c "echo TEST | socat STDIN VSOCK-CONNECT:2:${port}" 2>&1 | log_guest WARNING: line length of 95 exceeds 80 columns #544: FILE: tools/testing/selftests/vsock/vmtest.sh:1011: + ip netns exec "${ns1}" socat VSOCK-LISTEN:"${port}" STDOUT > "${outfile}" 2>/dev/null & WARNING: line length of 92 exceeds 80 columns #549: FILE: tools/testing/selftests/vsock/vmtest.sh:1016: + echo TEST | ip netns exec "${ns0}" socat STDIN VSOCK-CONNECT:1:"${port}" 2>/dev/null WARNING: line length of 88 exceeds 80 columns #640: FILE: tools/testing/selftests/vsock/vmtest.sh:1107: + host_vsock_test "${ns}" "127.0.0.1" "${VSOCK_CID}" "${TEST_HOST_PORT}" --skip=29 total: 0 errors, 10 warnings, 0 checks, 649 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 f7a084d237da ("selftests/vsock: add tests for host <-> vm connectivity with namespaces") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 10 warnings, 0 checks, 649 lines checked