========== shellcheck - FAILED ====== Checking before the patch ====== ====== Checking the tree with the patch ====== tools/testing/selftests/net/bridge_stp_mode.sh is a new file, but not shellcheck compliant New errors added --- /tmp/tmp.2h5mSd3FXb 2026-03-24 15:24:34.155994972 -0400 +++ /tmp/tmp.G6hbTUhAs4 2026-03-24 15:24:34.513993000 -0400 @@ -0,0 +1,67 @@ + +In bridge_stp_mode.sh line 32: +bridge_info_get() +^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly). + + +In bridge_stp_mode.sh line 38: +check_stp_mode() +^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly). + + +In bridge_stp_mode.sh line 50: +check_stp_state() +^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly). + + +In bridge_stp_mode.sh line 63: +bridge_create() +^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly). + + +In bridge_stp_mode.sh line 75: +cleanup() +^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly). + + +In bridge_stp_mode.sh line 82: +test_default_auto() +^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly). + + +In bridge_stp_mode.sh line 95: +test_set_modes() +^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly). + + +In bridge_stp_mode.sh line 118: +test_reject_change_while_stp_active() +^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly). + + +In bridge_stp_mode.sh line 149: +test_user_mode_in_netns() +^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly). + + +In bridge_stp_mode.sh line 168: +test_kernel_mode() +^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly). + + +In bridge_stp_mode.sh line 188: +test_auto_mode() +^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly). + + +In bridge_stp_mode.sh line 207: +test_atomic_mode_and_state() +^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly). + + +In bridge_stp_mode.sh line 223: +test_mode_persistence() +^-- 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...