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.DKKE517oFd and /tmp/tmp.boeTl7mAHn Tree base: 35248e1257de ("netconsole: Add configfs attribute for direct message sending") Now at: a41d1a890abe ("selftests/netconsole: Switch to configfs send_msg interface") ====== Checking before the patch ====== Checking tools/testing/selftests/drivers/net/netcons_sysdata.sh - d86364c1ac02befc4dcf453836e68c47679a38f9242d59dd65563a4e150d4a64 In netcons_sysdata.sh line 272: 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_sysdata.sh - d86364c1ac02befc4dcf453836e68c47679a38f9242d59dd65563a4e150d4a64 In netcons_sysdata.sh line 272: 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...