====== Checking before the patch ====== ====== Checking the tree with the patch ====== New warnings added --- /tmp/tmp.Lj7DJkCIVl 2025-08-27 20:33:21.243479420 -0700 +++ /tmp/tmp.IRMAFLV20F 2025-08-27 20:33:21.599476304 -0700 @@ -61 +61,6 @@ -In vmtest.sh line 310: +In vmtest.sh line 321: +log_host() { +^-- SC2120 (warning): log_host references arguments, but none are ever passed. + + +In vmtest.sh line 322: @@ -66 +71,6 @@ -In vmtest.sh line 314: +In vmtest.sh line 325: +log_guest() { +^-- SC2120 (warning): log_guest references arguments, but none are ever passed. + + +In vmtest.sh line 326: @@ -71 +81,21 @@ -In vmtest.sh line 317: +In vmtest.sh line 346: + 2>&1 | log_guest + ^-------^ SC2119 (info): Use log_guest "$@" if function's $1 should mean script's $1. + + +In vmtest.sh line 357: + 2>&1 | log_guest & + ^-------^ SC2119 (info): Use log_guest "$@" if function's $1 should mean script's $1. + + +In vmtest.sh line 395: + --control-port="${port}" 2>&1 | log_host + ^------^ SC2119 (info): Use log_host "$@" if function's $1 should mean script's $1. + + +In vmtest.sh line 404: + --control-port="${port}" 2>&1 | log_host & + ^------^ SC2119 (info): Use log_host "$@" if function's $1 should mean script's $1. + + +In vmtest.sh line 435: