WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #35: new file mode 100755 WARNING: line length of 109 exceeds 80 columns #113: FILE: tools/testing/selftests/net/gre_ipv6_lladdr.sh:74: + ip -netns "${NS0}" -6 address show dev "${DEV}" scope link | grep "fe80::" | grep -q "${EXTRA_MATCH}" WARNING: line length of 108 exceeds 80 columns #154: FILE: tools/testing/selftests/net/gre_ipv6_lladdr.sh:115: + ip link add netns "${NS0}" name gretest type "${GRE_TYPE}" local "${LOCAL_IP}" remote "${REMOTE_IP}" WARNING: line length of 88 exceeds 80 columns #172: FILE: tools/testing/selftests/net/gre_ipv6_lladdr.sh:133: + MSG="${GRE_TYPE}, mode: 2 (stable privacy), ${LOCAL_IP} -> ${REMOTE_IP}" WARNING: line length of 102 exceeds 80 columns #175: FILE: tools/testing/selftests/net/gre_ipv6_lladdr.sh:136: + ip netns exec "${NS0}" sysctl -qw net.ipv6.conf.gretest.stable_secret="2001:db8::abcd" WARNING: line length of 96 exceeds 80 columns #186: FILE: tools/testing/selftests/net/gre_ipv6_lladdr.sh:147: + ip netns exec "${NS0}" sysctl -qw net.ipv6.conf.gretest.addr_gen_mode="${ADDR_GEN_MODE}" WARNING: line length of 96 exceeds 80 columns #197: FILE: tools/testing/selftests/net/gre_ipv6_lladdr.sh:158: + ip netns exec "${NS0}" sysctl -qw net.ipv6.conf.gretest.addr_gen_mode="${ADDR_GEN_MODE}" WARNING: line length of 108 exceeds 80 columns #209: FILE: tools/testing/selftests/net/gre_ipv6_lladdr.sh:170: + printf "\n####\nTesting IPv6 link-local address generation on ${GRE_TYPE} devices\n####\n\n" WARNING: line length of 85 exceeds 80 columns #212: FILE: tools/testing/selftests/net/gre_ipv6_lladdr.sh:173: + test_gre_device "${GRE_TYPE}" 192.0.2.10 192.0.2.11 "${MODE}" WARNING: line length of 108 exceeds 80 columns #225: FILE: tools/testing/selftests/net/gre_ipv6_lladdr.sh:186: + printf "\n####\nTesting IPv6 link-local address generation on ${GRE_TYPE} devices\n####\n\n" WARNING: line length of 89 exceeds 80 columns #228: FILE: tools/testing/selftests/net/gre_ipv6_lladdr.sh:189: + test_gre_device "${GRE_TYPE}" 2001:db8::10 2001:db8::11 "${MODE}" total: 0 errors, 11 warnings, 0 checks, 234 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 10952bd0aefb ("selftests: Add IPv6 link-local address generation tests for GRE devices.") 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, 11 warnings, 0 checks, 234 lines checked