====== Checking before the patch ====== ====== Checking the tree with the patch ====== tools/testing/selftests/drivers/net/netcons_resume.sh is a new file, but not shellcheck compliant New errors added --- /tmp/tmp.ibOYu3IWQR 2025-11-19 03:16:42.080891701 -0500 +++ /tmp/tmp.9puU7ySgtU 2025-11-19 03:16:42.532886937 -0500 @@ -12,0 +13,7 @@ + +In netcons_resume.sh line 97: +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...