========== shellcheck - FAILED ====== Checking before the patch ====== ====== Checking the tree with the patch ====== tools/testing/selftests/drivers/net/netcons_cmdline.sh is a new file, but not shellcheck compliant New warnings added New errors added --- /tmp/tmp.xPvczoBzRq 2025-06-11 09:27:05.038027585 -0700 +++ /tmp/tmp.dp2tRwT9A8 2025-06-11 09:27:05.802022535 -0700 @@ -12,0 +13,7 @@ + +In netcons_cmdline.sh line 52: +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...