====== 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.zqjyntnmh2 2025-11-21 08:17:50.131222068 -0500 +++ /tmp/tmp.jkrRHnB9B7 2025-11-21 08:17:50.578218044 -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...