====== Checking before the patch ====== ====== Checking the tree with the patch ====== tools/testing/selftests/net/srv6_iptunnel_cache.sh is a new file, but not shellcheck compliant New errors added --- /tmp/tmp.R8lJdqYQgj 2026-04-01 15:20:11.372019389 -0400 +++ /tmp/tmp.YSE62umf8s 2026-04-01 15:20:11.705016793 -0400 @@ -0,0 +1,7 @@ + +In srv6_iptunnel_cache.sh line 76: +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...