====== Checking before the patch ====== ====== Checking the tree with the patch ====== tools/testing/selftests/net/hsr/prp_ping.sh is a new file, but not shellcheck compliant New errors added --- /tmp/tmp.keX6Mt1Odn 2026-01-21 09:22:10.474053743 -0500 +++ /tmp/tmp.i4q89oLzbG 2026-01-21 09:22:10.812051732 -0500 @@ -0,0 +1,8 @@ + +In prp_ping.sh line 42: + ip link add vethA netns "$node1" type veth peer name vethA netns "$node2" + ^----^ SC2154 (warning): node1 is referenced but not assigned. + ^----^ SC2154 (warning): node2 is referenced but not assigned. + +For more information: + https://www.shellcheck.net/wiki/SC2154 -- node1 is referenced but not assig...