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.4MeGA13DZY and /tmp/tmp.mPHfvgoj4B Tree base: 431213687643 ("netconsole: Dynamic allocation of userdata buffer") Now at: 67022fe98a46 ("netconsole: Increase MAX_USERDATA_ITEMS") ====== Checking before the patch ====== Checking tools/testing/selftests/drivers/net/netcons_overflow.sh - f029ced7d119490d40e61e7006a0e5293f123edac3b46f393c3236ffe6b66592 In netcons_overflow.sh line 67: exit "${ksft_pass}" ^----------^ SC2154 (warning): ksft_pass is referenced but not assigned. For more information: https://www.shellcheck.net/wiki/SC2154 -- ksft_pass is referenced but not a... ====== Checking the tree with the patch ====== Checking tools/testing/selftests/drivers/net/netcons_overflow.sh - f029ced7d119490d40e61e7006a0e5293f123edac3b46f393c3236ffe6b66592 In netcons_overflow.sh line 67: exit "${ksft_pass}" ^----------^ SC2154 (warning): ksft_pass is referenced but not assigned. For more information: https://www.shellcheck.net/wiki/SC2154 -- ksft_pass is referenced but not a...