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.wYz3r90RaO and /tmp/tmp.ATPlhfuT1a Tree base: 1981ff575015 ("geneve: Enable BIG TCP packets") Now at: 234fb39129e3 ("selftests: net: Add a test for BIG TCP in UDP tunnels") ====== Checking before the patch ====== ====== Checking the tree with the patch ====== Checking tools/testing/selftests/net/big_tcp_tunnels.sh - 6e1ada1cc5dfe98efe19793ec6e34632bb69019dfe4e1c052a1c20fcc47105ec In big_tcp_tunnels.sh line 41: ip netns exec "$SERVER_NS" netserver 2>&1 >/dev/null ^--^ SC2069 (warning): To redirect stdout+stderr, 2>&1 must be last (or use '{ cmd > file; } 2>&1' to clarify). For more information: https://www.shellcheck.net/wiki/SC2069 -- To redirect stdout+stderr, 2>&1 m...