WARNING: line length of 98 exceeds 80 columns #243: FILE: tools/testing/selftests/net/rds/init.sh:34: + echo "USAGE: init.sh [-d logdir] [-p python_cmd] [-l packet_loss] [-c packet_corruption] " \ WARNING: line length of 94 exceeds 80 columns #264: FILE: tools/testing/selftests/net/rds/init.sh:55: +strace -T -tt -o "$LOG_FILE" "$PY_CMD" "$(dirname "$0")/test.py" --timeout 300 -d "$LOG_DIR" \ WARNING: line length of 95 exceeds 80 columns #337: FILE: tools/testing/selftests/net/rds/run.sh:53: + GCOV_VER=$($GCOV_CMD -v | grep gcov | awk '{print $3}'| awk 'BEGIN {FS="-"}{print $1}') WARNING: line length of 89 exceeds 80 columns #343: FILE: tools/testing/selftests/net/rds/run.sh:59: + echo "Warning: Could not find an appropriate gcov installation. \ WARNING: line length of 89 exceeds 80 columns #352: FILE: tools/testing/selftests/net/rds/run.sh:68: + echo "Warning: Could not find an appropriate gcov installation. \ WARNING: line length of 90 exceeds 80 columns #356: FILE: tools/testing/selftests/net/rds/run.sh:72: + echo "Warning: Mismatched gcc and gcov detected. Using $GCOV_CMD" WARNING: line length of 84 exceeds 80 columns #366: FILE: tools/testing/selftests/net/rds/run.sh:82: +# Check to see if the kconfig has the required configs to generate a coverage report WARNING: line length of 82 exceeds 80 columns #369: FILE: tools/testing/selftests/net/rds/run.sh:85: + if ! grep -x "CONFIG_GCOV_PROFILE_RDS=y" "$kconfig" > /dev/null 2>&1; then WARNING: line length of 91 exceeds 80 columns #370: FILE: tools/testing/selftests/net/rds/run.sh:86: + echo "INFO: CONFIG_GCOV_PROFILE_RDS should be enabled for coverage reports" WARNING: line length of 86 exceeds 80 columns #374: FILE: tools/testing/selftests/net/rds/run.sh:90: + echo "INFO: CONFIG_GCOV_KERNEL should be enabled for coverage reports" WARNING: line length of 92 exceeds 80 columns #378: FILE: tools/testing/selftests/net/rds/run.sh:94: + echo "INFO: CONFIG_GCOV_PROFILE_ALL should be disabled for coverage reports" WARNING: line length of 93 exceeds 80 columns #386: FILE: tools/testing/selftests/net/rds/run.sh:102: + # if we have the required kernel configs, proceed to check the environment to WARNING: line length of 98 exceeds 80 columns #396: FILE: tools/testing/selftests/net/rds/run.sh:112: + echo "Please run tools/testing/selftests/net/rds/config.sh and rebuild the kernel" WARNING: line length of 98 exceeds 80 columns #403: FILE: tools/testing/selftests/net/rds/run.sh:119: + echo "Please run tools/testing/selftests/net/rds/config.sh and rebuild the kernel" WARNING: line length of 91 exceeds 80 columns #423: FILE: tools/testing/selftests/net/rds/run.sh:139: + echo "selftests: [SKIP] This test requires a configured kernel source tree" WARNING: line length of 90 exceeds 80 columns #446: FILE: tools/testing/selftests/net/rds/run.sh:162: + if [[ python_major -lt 3 || ( python_major -eq 3 && python_minor -lt 9 ) ]] ; then WARNING: line length of 86 exceeds 80 columns #447: FILE: tools/testing/selftests/net/rds/run.sh:163: + echo "selftests: [SKIP] Could not run test without at least python3.9" WARNING: line length of 90 exceeds 80 columns #513: FILE: tools/testing/selftests/net/rds/run.sh:229: + -append "rootfstype=9p root=/dev/root rootflags=trans=virtio,version=9p2000.L rw \ WARNING: line length of 96 exceeds 80 columns #514: FILE: tools/testing/selftests/net/rds/run.sh:230: + console=ttyS0 init=${current_dir}/init.sh -d ${LOG_DIR} -p ${PY_CMD} ${gflags} \ WARNING: line length of 93 exceeds 80 columns #525: FILE: tools/testing/selftests/net/rds/run.sh:241: + gcovr -v -s --html-details --gcov-executable "$GCOV_CMD" --gcov-ignore-parse-errors \ total: 0 errors, 20 warnings, 0 checks, 732 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 53de954349fd ("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, 20 warnings, 0 checks, 732 lines checked