ShellCheck - shell script analysis tool version: 0.11.0 license: GNU General Public License, version 3 website: https://www.shellcheck.net Redirect to /tmp/tmp.Yh8niaTAwu and /tmp/tmp.3lnZ2d0avu Tree base: 52925cb63f79 ("selftests/bpf: Add XDP load-balancer benchmark driver") Now at: 6a37ddf71be3 ("selftests/bpf: Add XDP load-balancer benchmark run script") ====== Checking before the patch ====== ====== Checking the tree with the patch ====== Checking tools/testing/selftests/bpf/benchs/run_bench_xdp_lb.sh - 359b769bc3f49f6699bc47c4eb5b42c49cc635dcafaec6c09f3ed4cc4a203f44 In run_bench_xdp_lb.sh line 4: source ./benchs/run_common.sh ^--------------------^ SC1091 (info): Not following: ./benchs/run_common.sh: openBinaryFile: does not exist (No such file or directory) In run_bench_xdp_lb.sh line 19: printf "$HDR" "$1" "p50" "stddev" "p99" ^----^ SC2059 (info): Don't use variables in the printf format string. Use printf '..%s..' "$foo". In run_bench_xdp_lb.sh line 38: printf "$ROW" "$sc" "ERR" "-" "-" ^----^ SC2059 (info): Don't use variables in the printf format string. Use printf '..%s..' "$foo". In run_bench_xdp_lb.sh line 42: printf "$ROW" "$sc" \ ^----^ SC2059 (info): Don't use variables in the printf format string. Use printf '..%s..' "$foo". For more information: https://www.shellcheck.net/wiki/SC1091 -- Not following: ./benchs/run_commo... https://www.shellcheck.net/wiki/SC2059 -- Don't use variables in the printf...