WARNING: line length of 82 exceeds 80 columns #54: FILE: tools/testing/selftests/net/rtnetlink.sh:1286: + jq -r '.[].addr_info[] | select(.mngtmpaddr == true) | .local' | \ WARNING: line length of 105 exceeds 80 columns #57: FILE: tools/testing/selftests/net/rtnetlink.sh:1289: + jq -r '.[].addr_info[] | select(.temporary == true and .deprecated != true) | .local' | \ WARNING: line length of 83 exceeds 80 columns #60: FILE: tools/testing/selftests/net/rtnetlink.sh:1292: + # 1. All temporary addresses (temp and dep) must have a matching mngtmpaddr WARNING: line length of 92 exceeds 80 columns #64: FILE: tools/testing/selftests/net/rtnetlink.sh:1296: + check_err 1 "FAIL: Temporary $address with no matching mngtmpaddr!"; WARNING: line length of 82 exceeds 80 columns #72: FILE: tools/testing/selftests/net/rtnetlink.sh:1304: + check_err 1 "FAIL: No undeprecated temporary in $prefix!"; WARNING: line length of 82 exceeds 80 columns #86: FILE: tools/testing/selftests/net/rtnetlink.sh:1318: + end_test "SKIP mngtmpaddr tests: cannot add net namespace $testns" WARNING: line length of 88 exceeds 80 columns #93: FILE: tools/testing/selftests/net/rtnetlink.sh:1325: + run_cmd ip netns exec $testns sysctl -w net.ipv6.conf.${devdummy}.use_tempaddr=1 WARNING: line length of 94 exceeds 80 columns #94: FILE: tools/testing/selftests/net/rtnetlink.sh:1326: + run_cmd ip netns exec $testns sysctl -w net.ipv6.conf.${devdummy}.temp_prefered_lft=10 WARNING: line length of 91 exceeds 80 columns #95: FILE: tools/testing/selftests/net/rtnetlink.sh:1327: + run_cmd ip netns exec $testns sysctl -w net.ipv6.conf.${devdummy}.temp_valid_lft=25 WARNING: line length of 93 exceeds 80 columns #96: FILE: tools/testing/selftests/net/rtnetlink.sh:1328: + run_cmd ip netns exec $testns sysctl -w net.ipv6.conf.${devdummy}.max_desync_factor=1 WARNING: line length of 98 exceeds 80 columns #102: FILE: tools/testing/selftests/net/rtnetlink.sh:1334: + run_cmd ip -n $testns addr add 2001:db8:7e57:${i}::1/64 mngtmpaddr dev ${devdummy} WARNING: line length of 82 exceeds 80 columns #105: FILE: tools/testing/selftests/net/rtnetlink.sh:1337: + # 3. Confirm that a preferred temporary address exists for each mngtmpaddr WARNING: line length of 105 exceeds 80 columns #115: FILE: tools/testing/selftests/net/rtnetlink.sh:1347: + run_cmd ip -n $testns addr del 2001:db8:7e57:${i}::1/64 $mng_flag dev ${devdummy} WARNING: line length of 98 exceeds 80 columns #117: FILE: tools/testing/selftests/net/rtnetlink.sh:1349: + run_cmd ip -n $testns addr change 2001:db8:7e57:${i}::1/64 dev ${devdummy} total: 0 errors, 14 warnings, 0 checks, 113 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 282302bfd64f ("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, 14 warnings, 0 checks, 113 lines checked