WARNING: line length of 134 exceeds 80 columns #68: FILE: tools/testing/selftests/net/netfilter/conntrack_resize.sh:62: + --protonum 17 --timeout 3600 --status ASSURED,SEEN_REPLY --sport \$RANDOM --dport 53; then \ WARNING: line length of 89 exceeds 80 columns #92: FILE: tools/testing/selftests/net/netfilter/conntrack_resize.sh:244: + l=$(ip netns exec "$ns" conntrack -L 2>/dev/null | sort | tee "$tmpfile" | wc -l) WARNING: line length of 87 exceeds 80 columns #113: FILE: tools/testing/selftests/net/netfilter/conntrack_resize.sh:260: + echo "FAIL: listing contained redundant entries for $ns: $l != $unique" WARNING: line length of 124 exceeds 80 columns #120: FILE: tools/testing/selftests/net/netfilter/conntrack_resize.sh:266: + proto=$(ip netns exec "$ns" conntrack -L --proto $protoname 2>/dev/null | sort | uniq | tee "$tmpfile_uniq" | wc -l) WARNING: line length of 91 exceeds 80 columns #124: FILE: tools/testing/selftests/net/netfilter/conntrack_resize.sh:268: + echo "FAIL: dump inconsistency for $ns -L --proto $protoname: $l != $proto" WARNING: line length of 120 exceeds 80 columns #131: FILE: tools/testing/selftests/net/netfilter/conntrack_resize.sh:274: + proc=$(ip netns exec "$ns" bash -c "sort < /proc/self/net/nf_conntrack | tee \"$tmpfile_proc\" | wc -l") WARNING: line length of 106 exceeds 80 columns #152: FILE: tools/testing/selftests/net/netfilter/conntrack_resize.sh:290: + echo "PASS: dump in netns $ns had same entry count (-C $c, -L $l, -p $proto, /proc $proc)" WARNING: line length of 111 exceeds 80 columns #154: FILE: tools/testing/selftests/net/netfilter/conntrack_resize.sh:292: + echo "FAIL: dump in netns $ns had different entry count (-C $c, -L $l, -p $proto, /proc $proc)" WARNING: line length of 89 exceeds 80 columns #164: FILE: tools/testing/selftests/net/netfilter/conntrack_resize.sh:307: + ip netns exec "$nsclient1" sysctl -q net.netfilter.nf_conntrack_icmp_timeout=3600 total: 0 errors, 9 warnings, 0 checks, 134 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 1642c97045de ("selftests: netfilter: fix conntrack stress test failures on debug kernels") 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, 9 warnings, 0 checks, 134 lines checked