========== 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.Z8EV99C0y8 2025-09-02 09:55:59.676737755 -0700 +++ /tmp/tmp.FWILfACC8A 2025-09-02 09:56:00.151734823 -0700 @@ -0,0 +1,7 @@ + +In netcons_torture.sh line 133: +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...