WARNING: line length of 83 exceeds 80 columns #263: FILE: tools/testing/selftests/vsock/vmtest.sh:736: + log_host "Setup socat bridge from ns ${ns0} to ns ${ns1} over port ${port}" WARNING: line length of 81 exceeds 80 columns #272: FILE: tools/testing/selftests/vsock/vmtest.sh:745: + socat UNIX-LISTEN:"${unixfile}" TCP-CONNECT:127.0.0.1:"${port}" & WARNING: line length of 82 exceeds 80 columns #314: FILE: tools/testing/selftests/vsock/vmtest.sh:787: + ip netns exec "${ns1}" socat VSOCK-LISTEN:${port} STDOUT &> "${outfile}" & WARNING: line length of 90 exceeds 80 columns #328: FILE: tools/testing/selftests/vsock/vmtest.sh:801: + bash -c "echo TEST | socat STDIN VSOCK-CONNECT:2:${port}" 2>&1 | log_guest WARNING: line length of 84 exceeds 80 columns #390: FILE: tools/testing/selftests/vsock/vmtest.sh:863: + ip netns exec "${ns1}" socat VSOCK-LISTEN:"${port}" STDOUT &> "${outfile}" & WARNING: line length of 90 exceeds 80 columns #403: FILE: tools/testing/selftests/vsock/vmtest.sh:876: + bash -c "echo TEST | socat STDIN VSOCK-CONNECT:2:${port}" 2>&1 | log_guest WARNING: line length of 95 exceeds 80 columns #429: FILE: tools/testing/selftests/vsock/vmtest.sh:902: + ip netns exec "${ns1}" socat VSOCK-LISTEN:"${port}" STDOUT > "${outfile}" 2>/dev/null & WARNING: line length of 92 exceeds 80 columns #433: FILE: tools/testing/selftests/vsock/vmtest.sh:906: + echo TEST | ip netns exec "${ns0}" socat STDIN VSOCK-CONNECT:1:"${port}" 2>/dev/null total: 0 errors, 8 warnings, 0 checks, 517 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 a8b73e08f258 ("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, 8 warnings, 0 checks, 517 lines checked