WARNING: line length of 99 exceeds 80 columns #98: FILE: tools/testing/selftests/net/netfilter/nft_queue.sh:622: + udp dport 12346 ct status ! confirmed counter name "toqueue" mark set 1 queue num 1 WARNING: line length of 100 exceeds 80 columns #109: FILE: tools/testing/selftests/net/netfilter/nft_queue.sh:633: + timeout 10 ip netns exec "$ns2" socat UDP-LISTEN:12346,fork,pf=ipv4 OPEN:"$TMPFILE1",trunc & WARNING: line length of 119 exceeds 80 columns #115: FILE: tools/testing/selftests/net/netfilter/nft_queue.sh:639: + ip netns exec "$nsrouter" ethtool -K "veth0" rx-udp-gro-forwarding on rx-gro-list on generic-receive-offload on WARNING: line length of 86 exceeds 80 columns #122: FILE: tools/testing/selftests/net/netfilter/nft_queue.sh:646: + dd if=/dev/zero bs="$bs" count="$count" 2>/dev/null | for i in $(seq 1 16); do WARNING: line length of 105 exceeds 80 columns #124: FILE: tools/testing/selftests/net/netfilter/nft_queue.sh:648: + socat -u -b 512 STDIN UDP-DATAGRAM:10.0.2.99:12346,reuseport,bind=0.0.0.0:55221 & WARNING: line length of 90 exceeds 80 columns #138: FILE: tools/testing/selftests/net/netfilter/nft_queue.sh:662: + c=$(ip netns exec "$nsrouter" nft list counter inet udpq "toqueue" | grep packets) WARNING: line length of 92 exceeds 80 columns #144: FILE: tools/testing/selftests/net/netfilter/nft_queue.sh:668: + c=$(ip netns exec "$nsrouter" nft list counter inet udpq "fromqueue" | grep packets) WARNING: line length of 121 exceeds 80 columns #158: FILE: tools/testing/selftests/net/netfilter/nft_queue.sh:682: + if ip netns exec "$nsrouter" bash -c 'conntrack -L -p udp --dport 12346 2>/dev/null | wc -l | grep -q "^1"'; then WARNING: line length of 102 exceeds 80 columns #167: FILE: tools/testing/selftests/net/netfilter/nft_queue.sh:691: + echo "$errprefix Expected software segmentation to occur, had $pqueued and $preinject" WARNING: line length of 81 exceeds 80 columns #177: FILE: tools/testing/selftests/net/netfilter/nft_queue.sh:701: + echo "PASS: fraglist gro skb passed with conntrack entry" WARNING: line length of 89 exceeds 80 columns #179: FILE: tools/testing/selftests/net/netfilter/nft_queue.sh:703: + echo "$errprefix fraglist gro skb passed without conntrack entry" WARNING: line length of 178 exceeds 80 columns #183: FILE: tools/testing/selftests/net/netfilter/nft_queue.sh:707: + echo "$errprefix Counter mismatch, conntrack entry dropped by nfqueue? Queued: $pqueued, $bqueued. Post-queue: $preinject, $breinject. Expected $breinject_expect" total: 0 errors, 12 warnings, 0 checks, 178 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 1bb889272a2f ("selftests: netfilter: nft_queue.sh: add udp fraglist gro test case") 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, 12 warnings, 0 checks, 178 lines checked