WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #31: new file mode 100755 WARNING: line length of 100 exceeds 80 columns #115: FILE: tools/testing/selftests/net/xfrm_state.sh:80: + printf "\n#####################################################################\n\n" WARNING: line length of 100 exceeds 80 columns #136: FILE: tools/testing/selftests/net/xfrm_state.sh:101: + echo "#####################################################################" WARNING: line length of 100 exceeds 80 columns #139: FILE: tools/testing/selftests/net/xfrm_state.sh:104: + echo "#####################################################################" WARNING: line length of 85 exceeds 80 columns #203: FILE: tools/testing/selftests/net/xfrm_state.sh:168: + [ -n NS_A ] && ns_a="ip netns exec ${NS_A}" && ns_active="${ns_active} $NS_A" WARNING: line length of 89 exceeds 80 columns #204: FILE: tools/testing/selftests/net/xfrm_state.sh:169: + [ -n NS_R1 ] && ns_r1="ip netns exec ${NS_R1}" && ns_active="${ns_active} $NS_R1" WARNING: line length of 89 exceeds 80 columns #205: FILE: tools/testing/selftests/net/xfrm_state.sh:170: + [ -n NS_S1 ] && ns_s1="ip netns exec ${NS_S1}" && ns_active="${ns_active} $NS_S1" WARNING: line length of 89 exceeds 80 columns #206: FILE: tools/testing/selftests/net/xfrm_state.sh:171: + [ -n NS_R2 ] && ns_r2="ip netns exec ${NS_R2}" && ns_active="${ns_active} $NS_R2" WARNING: line length of 89 exceeds 80 columns #207: FILE: tools/testing/selftests/net/xfrm_state.sh:172: + [ -n NS_S2 ] && ns_s2="ip netns exec ${NS_S2}" && ns_active="${ns_active} $NS_S2" WARNING: line length of 89 exceeds 80 columns #208: FILE: tools/testing/selftests/net/xfrm_state.sh:173: + [ -n NS_R3 ] && ns_r3="ip netns exec ${NS_R3}" && ns_active="${ns_active} $NS_R3" WARNING: line length of 85 exceeds 80 columns #209: FILE: tools/testing/selftests/net/xfrm_state.sh:174: + [ -n NS_B ] && ns_b="ip netns exec ${NS_B}" && ns_active="${ns_active} $NS_B" WARNING: line length of 84 exceeds 80 columns #271: FILE: tools/testing/selftests/net/xfrm_state.sh:236: + run_cmd ${ns_cmd} nft add rule inet filter FORWARD counter ip protocol esp \ WARNING: line length of 89 exceeds 80 columns #414: FILE: tools/testing/selftests/net/xfrm_state.sh:379: + run_cmd ${ns_s1} ip xfrm policy add src ${s1_src_net} dst ${s1_dst_net} dir out \ WARNING: line length of 90 exceeds 80 columns #418: FILE: tools/testing/selftests/net/xfrm_state.sh:383: + # run_cmd ${ns_s1} ip xfrm policy add src ${s1_dst_net} dst ${s1_src_net} dir in \ WARNING: line length of 88 exceeds 80 columns #419: FILE: tools/testing/selftests/net/xfrm_state.sh:384: + # flag icmp tmpl src ${s1_dst} dst ${s1_src} proto esp reqid 2 mode tunnel WARNING: line length of 89 exceeds 80 columns #421: FILE: tools/testing/selftests/net/xfrm_state.sh:386: + run_cmd ${ns_s1} ip xfrm policy add src ${s1_dst_net} dst ${s1_src_net} dir fwd \ WARNING: line length of 88 exceeds 80 columns #422: FILE: tools/testing/selftests/net/xfrm_state.sh:387: + flag icmp tmpl src ${s1_dst} dst ${s1_src} proto esp reqid 2 mode tunnel WARNING: line length of 88 exceeds 80 columns #424: FILE: tools/testing/selftests/net/xfrm_state.sh:389: + run_cmd ${ns_s1} ip xfrm state add src ${s1_src} dst ${s1_dst} proto esp spi 1 \ WARNING: line length of 88 exceeds 80 columns #429: FILE: tools/testing/selftests/net/xfrm_state.sh:394: + run_cmd ${ns_s1} ip xfrm state add src ${s1_dst} dst ${s1_src} proto esp spi 2 \ WARNING: line length of 88 exceeds 80 columns #430: FILE: tools/testing/selftests/net/xfrm_state.sh:395: + reqid 2 flag icmp replay-window 8 mode tunnel aead 'rfc4106(gcm(aes))' \ WARNING: line length of 89 exceeds 80 columns #434: FILE: tools/testing/selftests/net/xfrm_state.sh:399: + run_cmd ${ns_s2} ip xfrm policy add src ${s1_dst_net} dst ${s1_src_net} dir out \ WARNING: line length of 88 exceeds 80 columns #435: FILE: tools/testing/selftests/net/xfrm_state.sh:400: + flag icmp tmpl src ${s1_dst} dst ${s1_src} proto esp reqid 2 mode tunnel WARNING: line length of 89 exceeds 80 columns #437: FILE: tools/testing/selftests/net/xfrm_state.sh:402: + run_cmd ${ns_s2} ip xfrm policy add src ${s1_src_net} dst ${s1_dst_net} dir fwd \ WARNING: line length of 88 exceeds 80 columns #440: FILE: tools/testing/selftests/net/xfrm_state.sh:405: + run_cmd ${ns_s2} ip xfrm state add src ${s1_dst} dst ${s1_src} proto esp spi 2 \ WARNING: line length of 88 exceeds 80 columns #445: FILE: tools/testing/selftests/net/xfrm_state.sh:410: + run_cmd ${ns_s2} ip xfrm state add src ${s1_src} dst ${s1_dst} proto esp spi 1 \ WARNING: line length of 88 exceeds 80 columns #446: FILE: tools/testing/selftests/net/xfrm_state.sh:411: + reqid 1 flag icmp replay-window 8 mode tunnel aead 'rfc4106(gcm(aes))' \ WARNING: line length of 81 exceeds 80 columns #452: FILE: tools/testing/selftests/net/xfrm_state.sh:417: + [ "$(id -u)" -ne 0 ] && echo " need to run as root" && return $ksft_skip WARNING: line length of 81 exceeds 80 columns #455: FILE: tools/testing/selftests/net/xfrm_state.sh:420: + eval setup_${arg} || { echo " ${arg} not supported"; return 1; } WARNING: line length of 95 exceeds 80 columns #514: FILE: tools/testing/selftests/net/xfrm_state.sh:479: + setup vm_set_v6 namespaces veths routes xfrm nft_add_icmpv6_filter || return $ksft_skip WARNING: line length of 83 exceeds 80 columns #518: FILE: tools/testing/selftests/net/xfrm_state.sh:483: + echo -e "$out" | grep -q -E 'From fc00:5::2 icmp_seq.* Destination' || rc=1 WARNING: line length of 96 exceeds 80 columns #523: FILE: tools/testing/selftests/net/xfrm_state.sh:488: + setup vm_set_v6x namespaces veths routes xfrm nft_add_icmpv6_filter || return $ksft_skip WARNING: line length of 83 exceeds 80 columns #527: FILE: tools/testing/selftests/net/xfrm_state.sh:492: + echo -e "$out" | grep -q -E 'From fc00:4::2 icmp_seq.* Destination' || rc=1 WARNING: line length of 94 exceeds 80 columns #532: FILE: tools/testing/selftests/net/xfrm_state.sh:497: + setup vm_set_v4x namespaces veths routes xfrm nft_add_icmp_filter || return $ksft_skip WARNING: line length of 82 exceeds 80 columns #536: FILE: tools/testing/selftests/net/xfrm_state.sh:501: + echo -e "$out" | grep -q -E 'From 10.1.4.2 icmp_seq.* Destination' || rc=1 WARNING: line length of 93 exceeds 80 columns #541: FILE: tools/testing/selftests/net/xfrm_state.sh:506: + setup vm_set_v4 namespaces veths routes xfrm nft_add_icmp_filter || return $ksft_skip WARNING: line length of 82 exceeds 80 columns #545: FILE: tools/testing/selftests/net/xfrm_state.sh:510: + echo -e "$out" | grep -q -E 'From 10.1.5.2 icmp_seq.* Destination' || rc=1 WARNING: line length of 93 exceeds 80 columns #550: FILE: tools/testing/selftests/net/xfrm_state.sh:515: + setup vm_set_v4 namespaces veths routes xfrm nft_add_icmp_filter || return $ksft_skip WARNING: line length of 84 exceeds 80 columns #552: FILE: tools/testing/selftests/net/xfrm_state.sh:517: + run_cmd ${ns_r2} ip route replace 10.1.3.0/24 dev eth1 src 10.1.3.2 mtu 1300 WARNING: line length of 84 exceeds 80 columns #553: FILE: tools/testing/selftests/net/xfrm_state.sh:518: + run_cmd ${ns_r2} ip route replace 10.1.4.0/24 dev eth0 src 10.1.4.1 mtu 1300 WARNING: line length of 94 exceeds 80 columns #557: FILE: tools/testing/selftests/net/xfrm_state.sh:522: + echo -e "$out" | grep -q -E "From 10.1.2.2 icmp_seq=.* Frag needed and DF set" || rc=1 WARNING: line length of 95 exceeds 80 columns #562: FILE: tools/testing/selftests/net/xfrm_state.sh:527: + setup vm_set_v6 namespaces veths routes xfrm nft_add_icmpv6_filter || return $ksft_skip WARNING: line length of 99 exceeds 80 columns #564: FILE: tools/testing/selftests/net/xfrm_state.sh:529: + run_cmd ${ns_r2} ip -6 route replace fc00:3::/64 dev eth1 metric 256 src fc00:3::2 mtu 1300 WARNING: line length of 99 exceeds 80 columns #565: FILE: tools/testing/selftests/net/xfrm_state.sh:530: + run_cmd ${ns_r2} ip -6 route replace fc00:4::/64 dev eth0 metric 256 src fc00:4::1 mtu 1300 WARNING: line length of 97 exceeds 80 columns #569: FILE: tools/testing/selftests/net/xfrm_state.sh:534: + echo -e "$out" | grep -q -E "From fc00:2::2 icmp_seq=.* Packet too big: mtu=1230" || rc=1 WARNING: line length of 93 exceeds 80 columns #574: FILE: tools/testing/selftests/net/xfrm_state.sh:539: + setup vm_set_v4 namespaces veths routes xfrm nft_add_icmp_filter || return $ksft_skip WARNING: line length of 84 exceeds 80 columns #576: FILE: tools/testing/selftests/net/xfrm_state.sh:541: + run_cmd ${ns_r3} ip route replace 10.1.6.0/24 dev eth0 src 10.1.6.1 mtu 1300 WARNING: line length of 109 exceeds 80 columns #579: FILE: tools/testing/selftests/net/xfrm_state.sh:544: + echo -e "$out" | grep -q -E "From 10.1.5.2 icmp_seq=.* Frag needed and DF set \(mtu = 1300\)" || rc=1 WARNING: line length of 95 exceeds 80 columns #584: FILE: tools/testing/selftests/net/xfrm_state.sh:549: + setup vm_set_v6 namespaces veths routes xfrm nft_add_icmpv6_filter || return $ksft_skip WARNING: line length of 99 exceeds 80 columns #586: FILE: tools/testing/selftests/net/xfrm_state.sh:551: + run_cmd ${ns_r3} ip -6 route replace fc00:6::/64 dev eth1 metric 256 src fc00:6::1 mtu 1300 WARNING: line length of 97 exceeds 80 columns #590: FILE: tools/testing/selftests/net/xfrm_state.sh:555: + echo -e "$out" | grep -q -E "From fc00:5::2 icmp_seq=.* Packet too big: mtu=1300" || rc=1 WARNING: line length of 92 exceeds 80 columns #630: FILE: tools/testing/selftests/net/xfrm_state.sh:595: + command -v > /dev/null "test_${arg}" || { echo "=== Test ${arg} not found"; usage; } total: 0 errors, 51 warnings, 0 checks, 631 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 87b3905db659 ("selftests/net: add ICMP unreachable over IPsec tunnel") 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, 51 warnings, 0 checks, 631 lines checked