========== shellcheck - FAILED ====== Checking before the patch ====== ====== Checking the tree with the patch ====== tools/testing/selftests/drivers/net/netcons_torture.sh is a new file, but not shellcheck compliant New errors added --- /tmp/tmp.34ej3ZxX7Y 2025-09-04 11:22:58.933172376 -0700 +++ /tmp/tmp.ZsjA8w3lo4 2025-09-04 11:22:59.399168941 -0700 @@ -0,0 +1,7 @@ + +In netcons_torture.sh line 127: +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...