========== shellcheck - FAILED ====== Checking before the patch ====== ====== Checking the tree with the patch ====== New errors added --- /tmp/tmp.C5W3KQhQJn 2026-03-30 07:42:28.673543712 -0400 +++ /tmp/tmp.ZR37nutCtw 2026-03-30 07:42:28.935541241 -0400 @@ -2 +2,11 @@ -In conntrack_sctp_collision.sh line 29: +In conntrack_sctp_collision.sh line 30: + echo "FAIL: ${@}" + ^--^ SC2145 (error): Argument mixes string and array. Use * or separate argument. + + +In conntrack_sctp_collision.sh line 33: + echo "PASS: ${@}" + ^--^ SC2145 (error): Argument mixes string and array. Use * or separate argument. + + +In conntrack_sctp_collision.sh line 40: @@ -7 +17 @@ -In conntrack_sctp_collision.sh line 30: +In conntrack_sctp_collision.sh line 41: @@ -11,5 +20,0 @@ - -In conntrack_sctp_collision.sh line 66: -cleanup() { -^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly). - @@ -16,0 +22 @@ + https://www.shellcheck.net/wiki/SC2145 -- Argument mixes string and array. ... @@ -18 +23,0 @@ - https://www.shellcheck.net/wiki/SC2329 -- This function is never invoked. C...