WARNING: line length of 81 exceeds 80 columns #185: FILE: tools/testing/selftests/vsock/vmtest.sh:566: + echo "FAIL: kernel warning detected on vm in ns ${ns}" | log_host WARNING: line length of 83 exceeds 80 columns #310: FILE: tools/testing/selftests/vsock/vmtest.sh:808: + log_host "Setup socat bridge from ns ${ns0} to ns ${ns1} over port ${port}" WARNING: line length of 81 exceeds 80 columns #320: FILE: tools/testing/selftests/vsock/vmtest.sh:818: + socat UNIX-LISTEN:"${unixfile}" TCP-CONNECT:127.0.0.1:"${port}" & WARNING: line length of 84 exceeds 80 columns #373: FILE: tools/testing/selftests/vsock/vmtest.sh:871: + ip netns exec "${ns1}" socat VSOCK-LISTEN:"${port}" STDOUT &> "${outfile}" & WARNING: line length of 90 exceeds 80 columns #391: FILE: tools/testing/selftests/vsock/vmtest.sh:889: + bash -c "echo TEST | socat STDIN VSOCK-CONNECT:2:${port}" 2>&1 | log_guest WARNING: line length of 84 exceeds 80 columns #468: FILE: tools/testing/selftests/vsock/vmtest.sh:966: + ip netns exec "${ns1}" socat VSOCK-LISTEN:"${port}" STDOUT &> "${outfile}" & WARNING: line length of 90 exceeds 80 columns #484: FILE: tools/testing/selftests/vsock/vmtest.sh:982: + bash -c "echo TEST | socat STDIN VSOCK-CONNECT:2:${port}" 2>&1 | log_guest WARNING: line length of 95 exceeds 80 columns #514: FILE: tools/testing/selftests/vsock/vmtest.sh:1012: + ip netns exec "${ns1}" socat VSOCK-LISTEN:"${port}" STDOUT > "${outfile}" 2>/dev/null & WARNING: line length of 92 exceeds 80 columns #519: FILE: tools/testing/selftests/vsock/vmtest.sh:1017: + echo TEST | ip netns exec "${ns0}" socat STDIN VSOCK-CONNECT:1:"${port}" 2>/dev/null total: 0 errors, 9 warnings, 0 checks, 617 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 9cd2dba0b205 ("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, 9 warnings, 0 checks, 617 lines checked