WARNING: line length of 95 exceeds 80 columns #245: FILE: tools/testing/selftests/net/rds/run.sh:42: + GCOV_VER=$($GCOV_CMD -v | grep gcov | awk '{print $3}'| awk 'BEGIN {FS="-"}{print $1}') WARNING: line length of 89 exceeds 80 columns #251: FILE: tools/testing/selftests/net/rds/run.sh:48: + echo "Warning: Could not find an appropriate gcov installation. \ WARNING: line length of 89 exceeds 80 columns #261: FILE: tools/testing/selftests/net/rds/run.sh:58: + echo "Warning: Could not find an appropriate gcov installation. \ WARNING: line length of 90 exceeds 80 columns #265: FILE: tools/testing/selftests/net/rds/run.sh:62: + echo "Warning: Mismatched gcc and gcov detected. Using $GCOV_CMD" WARNING: line length of 84 exceeds 80 columns #270: FILE: tools/testing/selftests/net/rds/run.sh:67: +# Check to see if the kconfig has the required configs to generate a coverage report WARNING: line length of 82 exceeds 80 columns #273: FILE: tools/testing/selftests/net/rds/run.sh:70: + if ! grep -x "CONFIG_GCOV_PROFILE_RDS=y" "$kconfig" > /dev/null 2>&1; then WARNING: line length of 91 exceeds 80 columns #274: FILE: tools/testing/selftests/net/rds/run.sh:71: + echo "INFO: CONFIG_GCOV_PROFILE_RDS should be enabled for coverage reports" WARNING: line length of 86 exceeds 80 columns #278: FILE: tools/testing/selftests/net/rds/run.sh:75: + echo "INFO: CONFIG_GCOV_KERNEL should be enabled for coverage reports" WARNING: line length of 92 exceeds 80 columns #282: FILE: tools/testing/selftests/net/rds/run.sh:79: + echo "INFO: CONFIG_GCOV_PROFILE_ALL should be disabled for coverage reports" WARNING: line length of 93 exceeds 80 columns #290: FILE: tools/testing/selftests/net/rds/run.sh:87: + # if we have the required kernel configs, proceed to check the environment to WARNING: line length of 98 exceeds 80 columns #300: FILE: tools/testing/selftests/net/rds/run.sh:97: + echo "Please run tools/testing/selftests/net/rds/config.sh and rebuild the kernel" WARNING: line length of 98 exceeds 80 columns #307: FILE: tools/testing/selftests/net/rds/run.sh:104: + echo "Please run tools/testing/selftests/net/rds/config.sh and rebuild the kernel" WARNING: line length of 91 exceeds 80 columns #327: FILE: tools/testing/selftests/net/rds/run.sh:124: + echo "selftests: [SKIP] This test requires a configured kernel source tree" WARNING: line length of 90 exceeds 80 columns #346: FILE: tools/testing/selftests/net/rds/run.sh:143: + if [[ python_major -lt 3 || ( python_major -eq 3 && python_minor -lt 9 ) ]] ; then WARNING: line length of 86 exceeds 80 columns #347: FILE: tools/testing/selftests/net/rds/run.sh:144: + echo "selftests: [SKIP] Could not run test without at least python3.9" WARNING: line length of 94 exceeds 80 columns #400: FILE: tools/testing/selftests/net/rds/run.sh:197: +strace -T -tt -o "$TRACE_FILE" python3 "$(dirname "$0")/test.py" --timeout 400 -d "$LOG_DIR" \ WARNING: line length of 89 exceeds 80 columns #415: FILE: tools/testing/selftests/net/rds/run.sh:212: + gcovr -s --html-details --gcov-executable "$GCOV_CMD" --gcov-ignore-parse-errors \ total: 0 errors, 17 warnings, 0 checks, 623 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 0e75d1baa8e9 ("selftests: rds: add testing infrastructure") 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, 17 warnings, 0 checks, 623 lines checked