====== 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.CaSr874EtS 2025-09-05 11:13:53.705038146 -0700 +++ /tmp/tmp.heFedODRW3 2025-09-05 11:13:54.195035274 -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...