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.dnnajVFN5Y and /tmp/tmp.Pr0aCZr6cv Tree base: 01857fc712f6 ("Merge branch 'net-sched-refactor-qdisc-drop-reasons-into-dedicated-tracepoint'") Now at: 53bb508ea80b ("selftests: netconsole: print diagnostic on busywait timeout in netcons_basic") ====== Checking before the patch ====== Checking tools/testing/selftests/drivers/net/netconsole/netcons_basic.sh - b5b16cf4f624ee33f720effda9c484afe6e4cc7960dab5ad4120c4499602ecdc In netcons_basic.sh line 74: 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/netconsole/netcons_basic.sh - b5b16cf4f624ee33f720effda9c484afe6e4cc7960dab5ad4120c4499602ecdc In netcons_basic.sh line 78: 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...