========== build_clang - FAILED tools/testing/selftests/arm64/tags/.gitignore: warning: ignored by one of the .gitignore files tools/testing/selftests/arm64/tags/Makefile: warning: ignored by one of the .gitignore files tools/testing/selftests/arm64/tags/tags_test.c: warning: ignored by one of the .gitignore files ../drivers/net/phy/air_an8855.c:137:6: warning: variable 'val' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 137 | if (saved_page >= 0) | ^~~~~~~~~~~~~~~ ../drivers/net/phy/air_an8855.c:139:45: note: uninitialized use occurs here 139 | ret = phy_restore_page(phydev, saved_page, val); | ^~~ ../drivers/net/phy/air_an8855.c:137:2: note: remove the 'if' if its condition is always true 137 | if (saved_page >= 0) | ^~~~~~~~~~~~~~~~~~~~ 138 | val = __phy_read(phydev, AN8855_PHY_EXT_REG_14); ../drivers/net/phy/air_an8855.c:133:9: note: initialize the variable 'val' to silence this warning 133 | int val; | ^ | = 0 ../drivers/net/phy/air_an8855.c:155:6: warning: variable 'ret' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 155 | if (saved_page >= 0) { | ^~~~~~~~~~~~~~~ ../drivers/net/phy/air_an8855.c:164:46: note: uninitialized use occurs here 164 | return phy_restore_page(phydev, saved_page, ret); | ^~~ ../drivers/net/phy/air_an8855.c:155:2: note: remove the 'if' if its condition is always true 155 | if (saved_page >= 0) { | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/phy/air_an8855.c:152:9: note: initialize the variable 'ret' to silence this warning 152 | int ret; | ^ | = 0 2 warnings generated. tools/testing/selftests/arm64/tags/.gitignore: warning: ignored by one of the .gitignore files tools/testing/selftests/arm64/tags/Makefile: warning: ignored by one of the .gitignore files tools/testing/selftests/arm64/tags/tags_test.c: warning: ignored by one of the .gitignore files drivers/nvme/target/nvmet.o: warning: objtool: nvmet_ctrl_state_show() falls through to next function __cfi_nvmet_ctrl_host_traddr_open() tools/testing/selftests/arm64/tags/.gitignore: warning: ignored by one of the .gitignore files tools/testing/selftests/arm64/tags/Makefile: warning: ignored by one of the .gitignore files tools/testing/selftests/arm64/tags/tags_test.c: warning: ignored by one of the .gitignore files ../drivers/net/phy/air_an8855.c:137:6: warning: variable 'val' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 137 | if (saved_page >= 0) | ^~~~~~~~~~~~~~~ ../drivers/net/phy/air_an8855.c:139:45: note: uninitialized use occurs here 139 | ret = phy_restore_page(phydev, saved_page, val); | ^~~ ../drivers/net/phy/air_an8855.c:137:2: note: remove the 'if' if its condition is always true 137 | if (saved_page >= 0) | ^~~~~~~~~~~~~~~~~~~~ 138 | val = __phy_read(phydev, AN8855_PHY_EXT_REG_14); ../drivers/net/phy/air_an8855.c:133:9: note: initialize the variable 'val' to silence this warning 133 | int val; | ^ | = 0 ../drivers/net/phy/air_an8855.c:155:6: warning: variable 'ret' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 155 | if (saved_page >= 0) { | ^~~~~~~~~~~~~~~ ../drivers/net/phy/air_an8855.c:164:46: note: uninitialized use occurs here 164 | return phy_restore_page(phydev, saved_page, ret); | ^~~ ../drivers/net/phy/air_an8855.c:155:2: note: remove the 'if' if its condition is always true 155 | if (saved_page >= 0) { | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/phy/air_an8855.c:152:9: note: initialize the variable 'ret' to silence this warning 152 | int ret; | ^ | = 0 2 warnings generated. drivers/nvme/target/nvmet.o: warning: objtool: nvmet_ctrl_state_show() falls through to next function __cfi_nvmet_ctrl_host_traddr_open() New errors added --- /tmp/tmp.piWLFJqo2r 2024-11-06 05:03:11.181077938 -0800 +++ /tmp/tmp.2HN1RtsyLo 2024-11-06 05:06:31.728429851 -0800 @@ -3,0 +4,28 @@ +../drivers/net/phy/air_an8855.c:137:6: warning: variable 'val' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] + 137 | if (saved_page >= 0) + | ^~~~~~~~~~~~~~~ +../drivers/net/phy/air_an8855.c:139:45: note: uninitialized use occurs here + 139 | ret = phy_restore_page(phydev, saved_page, val); + | ^~~ +../drivers/net/phy/air_an8855.c:137:2: note: remove the 'if' if its condition is always true + 137 | if (saved_page >= 0) + | ^~~~~~~~~~~~~~~~~~~~ + 138 | val = __phy_read(phydev, AN8855_PHY_EXT_REG_14); +../drivers/net/phy/air_an8855.c:133:9: note: initialize the variable 'val' to silence this warning + 133 | int val; + | ^ + | = 0 +../drivers/net/phy/air_an8855.c:155:6: warning: variable 'ret' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] + 155 | if (saved_page >= 0) { + | ^~~~~~~~~~~~~~~ +../drivers/net/phy/air_an8855.c:164:46: note: uninitialized use occurs here + 164 | return phy_restore_page(phydev, saved_page, ret); + | ^~~ +../drivers/net/phy/air_an8855.c:155:2: note: remove the 'if' if its condition is always true + 155 | if (saved_page >= 0) { + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/phy/air_an8855.c:152:9: note: initialize the variable 'ret' to silence this warning + 152 | int ret; + | ^ + | = 0 +2 warnings generated. Per-file breakdown --- /tmp/tmp.UVKZr4F1Oz 2024-11-06 05:09:35.152922974 -0800 +++ /tmp/tmp.ot9uXwt4we 2024-11-06 05:09:35.155922950 -0800 @@ -0,0 +1 @@ + 4 ../drivers/net/phy/air_an8855.c