ERROR: Invalid commit separator - some tools may have problems applying this #31: ------------------------------ ERROR: Invalid commit separator - some tools may have problems applying this #44: --------------------------- ERROR: Invalid commit separator - some tools may have problems applying this #64: ------------------------------ ERROR: Invalid commit separator - some tools may have problems applying this #77: --------------------------- WARNING: line length of 163 exceeds 80 columns #126: FILE: tools/testing/selftests/net/test_bridge_neigh_suppress.sh:891: + run_cmd "tc -n $sw1 filter replace dev vx0 egress pref 1 handle 101 proto 0x0806 flower indev swp1 arp_tip $tip arp_sip 0.0.0.0 arp_op request action pass" WARNING: line length of 82 exceeds 80 columns #135: FILE: tools/testing/selftests/net/test_bridge_neigh_suppress.sh:900: + run_cmd "bridge -n $sw1 -d link show dev vx0 | grep \"neigh_suppress on\"" WARNING: line length of 82 exceeds 80 columns #143: FILE: tools/testing/selftests/net/test_bridge_neigh_suppress.sh:908: + h2_mac=$(ip -n "$h2" -j -p link show eth0."$vid" | jq -r '.[]["address"]') WARNING: line length of 84 exceeds 80 columns #144: FILE: tools/testing/selftests/net/test_bridge_neigh_suppress.sh:909: + run_cmd "bridge -n $sw1 fdb replace $h2_mac dev vx0 master static vlan $vid" WARNING: line length of 89 exceeds 80 columns #145: FILE: tools/testing/selftests/net/test_bridge_neigh_suppress.sh:910: + run_cmd "ip -n $sw1 neigh replace $tip lladdr $h2_mac nud permanent dev br0.$vid" WARNING: line length of 81 exceeds 80 columns #153: FILE: tools/testing/selftests/net/test_bridge_neigh_suppress.sh:918: + # Remove the neighbor entry and check that ARP probes are not suppressed. WARNING: line length of 83 exceeds 80 columns #163: FILE: tools/testing/selftests/net/test_bridge_neigh_suppress.sh:928: + run_cmd "bridge -n $sw1 -d link show dev vx0 | grep \"neigh_suppress off\"" WARNING: line length of 173 exceeds 80 columns #189: FILE: tools/testing/selftests/net/test_bridge_neigh_suppress.sh:954: + run_cmd "tc -n $sw1 filter replace dev vx0 egress pref 1 handle 101 proto ipv6 flower indev swp1 ip_proto icmpv6 dst_ip $mcast src_ip :: type 135 code 0 action pass" WARNING: line length of 171 exceeds 80 columns #192: FILE: tools/testing/selftests/net/test_bridge_neigh_suppress.sh:957: + run_cmd "ip netns exec $h1 mausezahn -6 eth0.$vid -c 1 -a $smac -b $dmac -A :: -B $mcast -t ip hop=255,next=58,payload=$(icmpv6_header_get "$csum" "$full_tip") -q" WARNING: line length of 82 exceeds 80 columns #198: FILE: tools/testing/selftests/net/test_bridge_neigh_suppress.sh:963: + run_cmd "bridge -n $sw1 -d link show dev vx0 | grep \"neigh_suppress on\"" WARNING: line length of 171 exceeds 80 columns #201: FILE: tools/testing/selftests/net/test_bridge_neigh_suppress.sh:966: + run_cmd "ip netns exec $h1 mausezahn -6 eth0.$vid -c 1 -a $smac -b $dmac -A :: -B $mcast -t ip hop=255,next=58,payload=$(icmpv6_header_get "$csum" "$full_tip") -q" WARNING: line length of 82 exceeds 80 columns #208: FILE: tools/testing/selftests/net/test_bridge_neigh_suppress.sh:973: + run_cmd "bridge -n $sw1 fdb replace $tmac dev vx0 master static vlan $vid" WARNING: line length of 90 exceeds 80 columns #209: FILE: tools/testing/selftests/net/test_bridge_neigh_suppress.sh:974: + run_cmd "ip -n $sw1 -6 neigh replace $tip lladdr $tmac nud permanent dev br0.$vid" WARNING: line length of 171 exceeds 80 columns #213: FILE: tools/testing/selftests/net/test_bridge_neigh_suppress.sh:978: + run_cmd "tc -n $h1 filter replace dev eth0.$vid ingress pref 1 handle 101 proto ipv6 flower ip_proto icmpv6 dst_ip ff02::1 src_ip $tip type 136 code 0 action pass" WARNING: line length of 171 exceeds 80 columns #215: FILE: tools/testing/selftests/net/test_bridge_neigh_suppress.sh:980: + run_cmd "ip netns exec $h1 mausezahn -6 eth0.$vid -c 1 -a $smac -b $dmac -A :: -B $mcast -t ip hop=255,next=58,payload=$(icmpv6_header_get "$csum" "$full_tip") -q" WARNING: line length of 171 exceeds 80 columns #225: FILE: tools/testing/selftests/net/test_bridge_neigh_suppress.sh:990: + run_cmd "ip netns exec $h1 mausezahn -6 eth0.$vid -c 1 -a $smac -b $dmac -A :: -B $mcast -t ip hop=255,next=58,payload=$(icmpv6_header_get "$csum" "$full_tip") -q" WARNING: line length of 83 exceeds 80 columns #231: FILE: tools/testing/selftests/net/test_bridge_neigh_suppress.sh:996: + run_cmd "bridge -n $sw1 -d link show dev vx0 | grep \"neigh_suppress off\"" WARNING: line length of 171 exceeds 80 columns #234: FILE: tools/testing/selftests/net/test_bridge_neigh_suppress.sh:999: + run_cmd "ip netns exec $h1 mausezahn -6 eth0.$vid -c 1 -a $smac -b $dmac -A :: -B $mcast -t ip hop=255,next=58,payload=$(icmpv6_header_get "$csum" "$full_tip") -q" total: 4 errors, 18 warnings, 0 checks, 138 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 d4177cfc5a63 ("selftests: net: Add tests for ARP probe and DAD NS handling") 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.