====== 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.eLIDXJfGYk 2025-09-17 06:58:45.823642841 -0700 +++ /tmp/tmp.kgCgEuYmhB 2025-09-17 06:58:46.380638521 -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...