WARNING: line length of 119 exceeds 80 columns #93: FILE: tools/testing/selftests/net/netfilter/nft_queue.sh:504: + ip daddr 10.6.6.6 udp dport 12345 counter dnat to numgen inc mod 2 map { 0 : 10.0.2.99, 1 : 10.0.3.99 } WARNING: line length of 92 exceeds 80 columns #104: FILE: tools/testing/selftests/net/netfilter/nft_queue.sh:515: + timeout 10 ip netns exec "$ns2" socat UDP-LISTEN:12345,fork OPEN:"$TMPFILE1",trunc & WARNING: line length of 92 exceeds 80 columns #107: FILE: tools/testing/selftests/net/netfilter/nft_queue.sh:518: + timeout 10 ip netns exec "$ns3" socat UDP-LISTEN:12345,fork OPEN:"$TMPFILE2",trunc & WARNING: line length of 105 exceeds 80 columns #120: FILE: tools/testing/selftests/net/netfilter/nft_queue.sh:531: + echo "Packet 1" | ip netns exec "$ns1" socat STDIN UDP-DATAGRAM:10.6.6.6:12345,bind=0.0.0.0:55221 WARNING: line length of 105 exceeds 80 columns #121: FILE: tools/testing/selftests/net/netfilter/nft_queue.sh:532: + echo "Packet 2" | ip netns exec "$ns1" socat STDIN UDP-DATAGRAM:10.6.6.6:12345,bind=0.0.0.0:55221 WARNING: line length of 123 exceeds 80 columns #127: FILE: tools/testing/selftests/net/netfilter/nft_queue.sh:538: + if ! ip netns exec "$nsrouter" bash -c 'conntrack -L -p udp --dport 12345 2>/dev/null | wc -l | grep -q "^1"'; then WARNING: line length of 82 exceeds 80 columns #144: FILE: tools/testing/selftests/net/netfilter/nft_queue.sh:555: + echo "FAIL: uneven udp packet distribution: $NUMLINES1 $NUMLINES2" total: 0 errors, 7 warnings, 0 checks, 136 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 5a543f878bb2 ("kselftest: add test for nfqueue induced conntrack race") 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, 7 warnings, 0 checks, 136 lines checked