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.fLd6EeTqu8 and /tmp/tmp.GIiV351YHr Tree base: c91612c05a64 ("tun/selftests: add RX truesize injection for TCP window tests") Now at: 2031eefbe4dd ("netdevsim: add peer RX truesize support for selftests") ====== Checking before the patch ====== ====== Checking the tree with the patch ====== Checking tools/testing/selftests/drivers/net/netdevsim/peer-rx-truesize.sh - 76bcce4499322e3688750e204cc034e20c828d5cf2426b75b11cbaad49d63083 In peer-rx-truesize.sh line 7: source "$lib_dir"/lib.sh ^---------------^ SC1091 (info): Not following: ./lib.sh: openBinaryFile: does not exist (No such file or directory) In peer-rx-truesize.sh line 79: exit "${ksft_skip}" ^----------^ SC2154 (warning): ksft_skip is referenced but not assigned. In peer-rx-truesize.sh line 132: for i in $(seq 100); do ^-^ SC2034 (warning): i appears unused. Verify use (or export if used externally). In peer-rx-truesize.sh line 298: exit "${ksft_fail}" ^----------^ SC2154 (warning): ksft_fail is referenced but not assigned. For more information: https://www.shellcheck.net/wiki/SC2034 -- i appears unused. Verify use (or ... https://www.shellcheck.net/wiki/SC2154 -- ksft_fail is referenced but not a... https://www.shellcheck.net/wiki/SC1091 -- Not following: ./lib.sh: openBina...