ShellCheck - shell script analysis tool version: 0.11.0 license: GNU General Public License, version 3 website: https://www.shellcheck.net Redirect to /tmp/tmp.QGYNyoVaOl and /tmp/tmp.GRO1mgtcBT Tree base: 1a5801f629ac ("icmp: fix ICMP error source address when xfrm policy matches") Now at: 262819e45149 ("selftests: net: add ICMP error source address test over xfrm tunnel") ====== Checking before the patch ====== ====== Checking the tree with the patch ====== Checking tools/testing/selftests/net/xfrm_state.sh - 8e60a6437bcbac5630b6e9dfa83c2b6a30e7dbb3e86a1349740e62a24f41ecc2 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...