====== Checking before the patch ====== ====== Checking the tree with the patch ====== tools/testing/selftests/net/vlan_hw_offload.sh is a new file, but not shellcheck compliant New errors added --- /tmp/tmp.Fid0wvT6Dw 2026-01-06 22:54:40.729398635 -0500 +++ /tmp/tmp.DCxCSdPwwF 2026-01-06 22:54:40.859397870 -0500 @@ -0,0 +1,7 @@ + +In vlan_hw_offload.sh line 10: +cleanup() { +^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly). + +For more information: + https://www.shellcheck.net/wiki/SC2329 -- This function is never invoked. C...