========== build_clang - FAILED ../drivers/net/ethernet/intel/ice/virt/migration.c:238:9: warning: variable 'err' is uninitialized when used here [-Wuninitialized] 238 | return err; | ^~~ ../drivers/net/ethernet/intel/ice/virt/migration.c:155:9: note: initialize the variable 'err' to silence this warning 155 | int err, i; | ^ | = 0 ../drivers/net/ethernet/intel/ice/virt/migration.c:327:9: warning: variable 'err' is uninitialized when used here [-Wuninitialized] 327 | return err; | ^~~ ../drivers/net/ethernet/intel/ice/virt/migration.c:255:9: note: initialize the variable 'err' to silence this warning 255 | int err, i; | ^ | = 0 ../drivers/net/ethernet/intel/ice/virt/migration.c:596:7: warning: variable 'vlan_idx' is uninitialized when used here [-Wuninitialized] 596 | if (vlan_idx >= vsi->num_vlan) { | ^~~~~~~~ ../drivers/net/ethernet/intel/ice/virt/migration.c:545:14: note: initialize the variable 'vlan_idx' to silence this warning 545 | int vlan_idx; | ^ | = 0 3 warnings generated. ../drivers/net/ethernet/intel/ice/virt/migration.c:238:9: warning: variable 'err' is uninitialized when used here [-Wuninitialized] 238 | return err; | ^~~ ../drivers/net/ethernet/intel/ice/virt/migration.c:155:9: note: initialize the variable 'err' to silence this warning 155 | int err, i; | ^ | = 0 ../drivers/net/ethernet/intel/ice/virt/migration.c:327:9: warning: variable 'err' is uninitialized when used here [-Wuninitialized] 327 | return err; | ^~~ ../drivers/net/ethernet/intel/ice/virt/migration.c:255:9: note: initialize the variable 'err' to silence this warning 255 | int err, i; | ^ | = 0 ../drivers/net/ethernet/intel/ice/virt/migration.c:596:7: warning: variable 'vlan_idx' is uninitialized when used here [-Wuninitialized] 596 | if (vlan_idx >= vsi->num_vlan) { | ^~~~~~~~ ../drivers/net/ethernet/intel/ice/virt/migration.c:545:14: note: initialize the variable 'vlan_idx' to silence this warning 545 | int vlan_idx; | ^ | = 0 3 warnings generated. New errors added --- /tmp/tmp.tqDK9pW7XI 2025-09-09 16:35:23.827318855 -0700 +++ /tmp/tmp.OZeV94EU2i 2025-09-09 16:39:51.688695820 -0700 @@ -0,0 +1,22 @@ +../drivers/net/ethernet/intel/ice/virt/migration.c:238:9: warning: variable 'err' is uninitialized when used here [-Wuninitialized] + 238 | return err; + | ^~~ +../drivers/net/ethernet/intel/ice/virt/migration.c:155:9: note: initialize the variable 'err' to silence this warning + 155 | int err, i; + | ^ + | = 0 +../drivers/net/ethernet/intel/ice/virt/migration.c:327:9: warning: variable 'err' is uninitialized when used here [-Wuninitialized] + 327 | return err; + | ^~~ +../drivers/net/ethernet/intel/ice/virt/migration.c:255:9: note: initialize the variable 'err' to silence this warning + 255 | int err, i; + | ^ + | = 0 +../drivers/net/ethernet/intel/ice/virt/migration.c:596:7: warning: variable 'vlan_idx' is uninitialized when used here [-Wuninitialized] + 596 | if (vlan_idx >= vsi->num_vlan) { + | ^~~~~~~~ +../drivers/net/ethernet/intel/ice/virt/migration.c:545:14: note: initialize the variable 'vlan_idx' to silence this warning + 545 | int vlan_idx; + | ^ + | = 0 +3 warnings generated. Per-file breakdown --- /tmp/tmp.ObqSIWJpyN 2025-09-09 16:43:07.805154959 -0700 +++ /tmp/tmp.lvTkdNdkF2 2025-09-09 16:43:07.808154939 -0700 @@ -0,0 +1 @@ + 6 ../drivers/net/ethernet/intel/ice/virt/migration.c