====== Checking before the patch ====== ====== Checking the tree with the patch ====== tools/testing/selftests/drivers/net/netcons_cmdline.sh is a new file, but not shellcheck compliant New warnings added New errors added --- /tmp/tmp.zzKXJ3znt9 2025-06-13 06:13:37.055529380 -0700 +++ /tmp/tmp.po47mkJPmV 2025-06-13 06:13:37.813524352 -0700 @@ -12,0 +13,7 @@ + +In netcons_cmdline.sh line 52: +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...