WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #63: new file mode 100755 WARNING: line length of 124 exceeds 80 columns #122: FILE: tools/testing/selftests/net/netfilter/conntrack_resize.sh:55: + if ! conntrack -I -s \$((\$RANDOM%256)).\$((\$RANDOM%256)).\$((\$RANDOM%256)).\$((\$RANDOM%255+1)) \ WARNING: line length of 124 exceeds 80 columns #123: FILE: tools/testing/selftests/net/netfilter/conntrack_resize.sh:56: + -d \$((\$RANDOM%256)).\$((\$RANDOM%256)).\$((\$RANDOM%256)).\$((\$RANDOM%255+1)) \ WARNING: line length of 133 exceeds 80 columns #124: FILE: tools/testing/selftests/net/netfilter/conntrack_resize.sh:57: + --protonum 17 --timeout 120 --status ASSURED,SEEN_REPLY --sport \$RANDOM --dport 53; then \ WARNING: line length of 121 exceeds 80 columns #203: FILE: tools/testing/selftests/net/netfilter/conntrack_resize.sh:136: + "j=$j k=$k; for i in \$(seq 1 254); do ping -q -c 1 127.\$k.\$j.\$i & done; wait" >/dev/null 2>&1 WARNING: line length of 95 exceeds 80 columns #228: FILE: tools/testing/selftests/net/netfilter/conntrack_resize.sh:161: + ip netns exec "$ns" bash -c "wc -l < /proc/self/net/nf_conntrack" > /dev/null & WARNING: line length of 82 exceeds 80 columns #307: FILE: tools/testing/selftests/net/netfilter/conntrack_resize.sh:240: + l=$(ip netns exec "$ns" conntrack -L 2>/dev/null | tee "$tmpfile" | wc -l) WARNING: line length of 99 exceeds 80 columns #317: FILE: tools/testing/selftests/net/netfilter/conntrack_resize.sh:250: + echo "FAIL: count identical but listing contained redundant entries: $l != $unique" WARNING: line length of 111 exceeds 80 columns #321: FILE: tools/testing/selftests/net/netfilter/conntrack_resize.sh:254: + # we either inserted icmp or only udp, hence, --proto should return same entry count as without filter. WARNING: line length of 88 exceeds 80 columns #322: FILE: tools/testing/selftests/net/netfilter/conntrack_resize.sh:255: + proto=$(ip netns exec "$ns" conntrack -L --proto $protoname 2>/dev/null | wc -l) WARNING: line length of 89 exceeds 80 columns #329: FILE: tools/testing/selftests/net/netfilter/conntrack_resize.sh:262: + proc=$(ip netns exec "$ns" bash -c "wc -l < /proc/self/net/nf_conntrack") WARNING: line length of 103 exceeds 80 columns #336: FILE: tools/testing/selftests/net/netfilter/conntrack_resize.sh:269: + proc=$(ip netns exec "$ns" bash -c "sort < /proc/self/net/nf_conntrack | uniq | wc -l") WARNING: line length of 94 exceeds 80 columns #339: FILE: tools/testing/selftests/net/netfilter/conntrack_resize.sh:272: + echo "FAIL: proc inconsistency after uniq filter for $ns: $l != $proc" WARNING: line length of 94 exceeds 80 columns #344: FILE: tools/testing/selftests/net/netfilter/conntrack_resize.sh:277: + echo "PASS: dump in netns had same entry count (-C $c, -L $l, -p $proto, /proc $proc)" WARNING: line length of 95 exceeds 80 columns #388: FILE: tools/testing/selftests/net/netfilter/conntrack_resize.sh:321: + echo "FAIL: net.$name should not be changeable from namespace (now $n)" WARNING: line length of 85 exceeds 80 columns #403: FILE: tools/testing/selftests/net/netfilter/conntrack_resize.sh:336: + # init_net value, or a higher pernet limit (compared to init_net) is ignored. WARNING: line length of 97 exceeds 80 columns #439: FILE: tools/testing/selftests/net/netfilter/conntrack_resize.sh:372: +for n in netfilter.nf_conntrack_buckets netfilter.nf_conntrack_expect_max net.nf_conntrack_max;do WARNING: line length of 81 exceeds 80 columns #446: FILE: tools/testing/selftests/net/netfilter/conntrack_resize.sh:379: + # limits the pernet entries. Inverse, pernet clamped by a lower init_net WARNING: line length of 89 exceeds 80 columns #452: FILE: tools/testing/selftests/net/netfilter/conntrack_resize.sh:385: + ip netns exec "$nsclient1" sysctl -q net.netfilter.nf_conntrack_max=$init_net_max total: 0 errors, 19 warnings, 0 checks, 420 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 fa00a05b89fd ("selftests: netfilter: add conntrack stress test") 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, 19 warnings, 0 checks, 420 lines checked