========== shellcheck - FAILED ====== Checking before the patch ====== ====== Checking the tree with the patch ====== tools/testing/selftests/net/xfrm_state.sh is a new file, but not shellcheck compliant New errors added --- /tmp/tmp.QGYNyoVaOl 2026-02-26 05:56:03.589666677 -0500 +++ /tmp/tmp.GRO1mgtcBT 2026-02-26 05:56:04.141661861 -0500 @@ -0,0 +1,18 @@ + +In xfrm_state.sh line 32: +DEBUG=0 +^---^ SC2034 (warning): DEBUG appears unused. Verify use (or export if used externally). + + +In xfrm_state.sh line 417: +pause() { +^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly). + + +In xfrm_state.sh line 437: +cleanup() { +^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly). + +For more information: + https://www.shellcheck.net/wiki/SC2034 -- DEBUG appears unused. Verify use ... + https://www.shellcheck.net/wiki/SC2329 -- This function is never invoked. C...