WARNING: line length of 87 exceeds 80 columns #47: FILE: tools/testing/selftests/net/rtnetlink.sh:1279: + jq -r '.[].addr_info[] | select(.mngtmpaddr == true) | .local' | \ WARNING: line length of 86 exceeds 80 columns #54: FILE: tools/testing/selftests/net/rtnetlink.sh:1286: + jq -r '.[].addr_info[] | select(.temporary == true) | .local' | \ WARNING: line length of 82 exceeds 80 columns #69: FILE: tools/testing/selftests/net/rtnetlink.sh:1301: + end_test "SKIP mngtmpaddr tests: cannot add net namespace $testns" WARNING: line length of 88 exceeds 80 columns #76: FILE: tools/testing/selftests/net/rtnetlink.sh:1308: + run_cmd ip netns exec $testns sysctl -w net.ipv6.conf.${devdummy}.use_tempaddr=1 WARNING: line length of 91 exceeds 80 columns #81: FILE: tools/testing/selftests/net/rtnetlink.sh:1313: + run_cmd ip -n $testns addr add 200${i}:db8::1/64 dev ${devdummy} mngtmpaddr WARNING: line length of 92 exceeds 80 columns #83: FILE: tools/testing/selftests/net/rtnetlink.sh:1315: + jq -r '.[].addr_info[] | select(.temporary == true) | .local' | \ WARNING: line length of 85 exceeds 80 columns #89: FILE: tools/testing/selftests/net/rtnetlink.sh:1321: + run_cmd ip -n $testns addr change $tempaddr dev ${devdummy} \ WARNING: line length of 81 exceeds 80 columns #94: FILE: tools/testing/selftests/net/rtnetlink.sh:1326: + #4. Confirm that a preferred temporary address exists for each mngtmpaddr WARNING: line length of 81 exceeds 80 columns #95: FILE: tools/testing/selftests/net/rtnetlink.sh:1327: + # address at all times, polling once per second for at least 5 minutes. WARNING: line length of 88 exceeds 80 columns #103: FILE: tools/testing/selftests/net/rtnetlink.sh:1335: + run_cmd ip -n $testns addr del 200${i}:db8::1/64 dev ${devdummy} WARNING: line length of 91 exceeds 80 columns #105: FILE: tools/testing/selftests/net/rtnetlink.sh:1337: + run_cmd ip -n $testns addr change 200${i}:db8::1/64 dev ${devdummy} WARNING: line length of 84 exceeds 80 columns #109: FILE: tools/testing/selftests/net/rtnetlink.sh:1341: + jq -r '.[].addr_info[] | select(.temporary == true) | .local' | \ total: 0 errors, 12 warnings, 0 checks, 107 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 f3ef1322b831 ("selftests/rtnetlink.sh: add mngtempaddr test") 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, 12 warnings, 0 checks, 107 lines checked