../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:46:12: warning: variable 'orom' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 46 | else if (type == IXGBE_DL_VERSION_STORED) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:50:5: note: uninitialized use occurs here 50 | orom->major, orom->build, orom->patch); | ^~~~ ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:46:8: note: remove the 'if' if its condition is always true 46 | else if (type == IXGBE_DL_VERSION_STORED) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 47 | orom = &ctx->pending_orom; ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:42:31: note: initialize the variable 'orom' to silence this warning 42 | struct ixgbe_orom_info *orom; | ^ | = NULL ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:81:12: warning: variable 'eetrack' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 81 | else if (type == IXGBE_DL_VERSION_STORED) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:84:50: note: uninitialized use occurs here 84 | snprintf(ctx->buf, sizeof(ctx->buf), "0x%08x", eetrack); | ^~~~~~~ ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:81:8: note: remove the 'if' if its condition is always true 81 | else if (type == IXGBE_DL_VERSION_STORED) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 82 | eetrack = ctx->pending_nvm.eetrack; ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:77:14: note: initialize the variable 'eetrack' to silence this warning 77 | u32 eetrack; | ^ | = 0 ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:125:11: warning: variable 'nvm' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 125 | else if (type == IXGBE_DL_VERSION_STORED) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:128:45: note: uninitialized use occurs here 128 | snprintf(ctx->buf, sizeof(ctx->buf), "%u", nvm->srev); | ^~~ ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:125:7: note: remove the 'if' if its condition is always true 125 | else if (type == IXGBE_DL_VERSION_STORED) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 126 | nvm = &ctx->pending_nvm; ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:121:28: note: initialize the variable 'nvm' to silence this warning 121 | struct ixgbe_nvm_info *nvm; | ^ | = NULL ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:139:11: warning: variable 'orom' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 139 | else if (type == IXGBE_DL_VERSION_STORED) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:142:45: note: uninitialized use occurs here 142 | snprintf(ctx->buf, sizeof(ctx->buf), "%u", orom->srev); | ^~~~ ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:139:7: note: remove the 'if' if its condition is always true 139 | else if (type == IXGBE_DL_VERSION_STORED) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 140 | orom = &ctx->pending_orom; ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:135:30: note: initialize the variable 'orom' to silence this warning 135 | struct ixgbe_orom_info *orom; | ^ | = NULL ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:153:11: warning: variable 'nvm' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 153 | else if (type == IXGBE_DL_VERSION_STORED) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:156:50: note: uninitialized use occurs here 156 | snprintf(ctx->buf, sizeof(ctx->buf), "%x.%02x", nvm->major, nvm->minor); | ^~~ ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:153:7: note: remove the 'if' if its condition is always true 153 | else if (type == IXGBE_DL_VERSION_STORED) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 154 | nvm = &ctx->pending_nvm; ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:149:28: note: initialize the variable 'nvm' to silence this warning 149 | struct ixgbe_nvm_info *nvm; | ^ | = NULL ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:167:11: warning: variable 'netlist' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 167 | else if (type == IXGBE_DL_VERSION_STORED) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:172:4: note: uninitialized use occurs here 172 | netlist->major, netlist->minor, | ^~~~~~~ ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:167:7: note: remove the 'if' if its condition is always true 167 | else if (type == IXGBE_DL_VERSION_STORED) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 168 | netlist = &ctx->pending_netlist; ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:163:36: note: initialize the variable 'netlist' to silence this warning 163 | struct ixgbe_netlist_info *netlist; | ^ | = NULL ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:185:11: warning: variable 'netlist' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 185 | else if (type == IXGBE_DL_VERSION_STORED) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:188:49: note: uninitialized use occurs here 188 | snprintf(ctx->buf, sizeof(ctx->buf), "0x%08x", netlist->hash); | ^~~~~~~ ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:185:7: note: remove the 'if' if its condition is always true 185 | else if (type == IXGBE_DL_VERSION_STORED) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 186 | netlist = &ctx->pending_netlist; ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:181:36: note: initialize the variable 'netlist' to silence this warning 181 | struct ixgbe_netlist_info *netlist; | ^ | = NULL 7 warnings generated. drivers/net/ethernet/intel/ixgbe/ixgbe.o: warning: objtool: .discard.annotate_insn: dodgy linker, sh_entsize != 8 drivers/nvme/target/nvmet.o: warning: objtool: .discard.annotate_insn: dodgy linker, sh_entsize != 8 drivers/nvme/target/nvmet.o: warning: objtool: nvmet_ctrl_state_show() falls through to next function __cfi_nvmet_ctrl_host_traddr_open() net/rxrpc/rxrpc.o: warning: objtool: .discard.annotate_insn: dodgy linker, sh_entsize != 8 drivers/accel/ivpu/intel_vpu.o: warning: objtool: .discard.annotate_insn: dodgy linker, sh_entsize != 8 drivers/target/tcm_fc/tcm_fc.o: warning: objtool: .discard.annotate_insn: dodgy linker, sh_entsize != 8 drivers/vhost/vhost_scsi.o: warning: objtool: .discard.annotate_insn: dodgy linker, sh_entsize != 8 drivers/target/target_core_mod.o: warning: objtool: .discard.annotate_insn: dodgy linker, sh_entsize != 8 ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:45:12: warning: variable 'orom' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 45 | else if (type == IXGBE_DL_VERSION_STORED) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:49:5: note: uninitialized use occurs here 49 | orom->major, orom->build, orom->patch); | ^~~~ ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:45:8: note: remove the 'if' if its condition is always true 45 | else if (type == IXGBE_DL_VERSION_STORED) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | orom = &ctx->pending_orom; ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:41:31: note: initialize the variable 'orom' to silence this warning 41 | struct ixgbe_orom_info *orom; | ^ | = NULL ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:80:12: warning: variable 'eetrack' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 80 | else if (type == IXGBE_DL_VERSION_STORED) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:83:50: note: uninitialized use occurs here 83 | snprintf(ctx->buf, sizeof(ctx->buf), "0x%08x", eetrack); | ^~~~~~~ ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:80:8: note: remove the 'if' if its condition is always true 80 | else if (type == IXGBE_DL_VERSION_STORED) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 81 | eetrack = ctx->pending_nvm.eetrack; ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:76:14: note: initialize the variable 'eetrack' to silence this warning 76 | u32 eetrack; | ^ | = 0 ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:124:11: warning: variable 'nvm' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 124 | else if (type == IXGBE_DL_VERSION_STORED) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:127:45: note: uninitialized use occurs here 127 | snprintf(ctx->buf, sizeof(ctx->buf), "%u", nvm->srev); | ^~~ ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:124:7: note: remove the 'if' if its condition is always true 124 | else if (type == IXGBE_DL_VERSION_STORED) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 125 | nvm = &ctx->pending_nvm; ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:120:28: note: initialize the variable 'nvm' to silence this warning 120 | struct ixgbe_nvm_info *nvm; | ^ | = NULL ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:138:11: warning: variable 'orom' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 138 | else if (type == IXGBE_DL_VERSION_STORED) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:141:45: note: uninitialized use occurs here 141 | snprintf(ctx->buf, sizeof(ctx->buf), "%u", orom->srev); | ^~~~ ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:138:7: note: remove the 'if' if its condition is always true 138 | else if (type == IXGBE_DL_VERSION_STORED) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 139 | orom = &ctx->pending_orom; ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:134:30: note: initialize the variable 'orom' to silence this warning 134 | struct ixgbe_orom_info *orom; | ^ | = NULL ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:152:11: warning: variable 'nvm' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 152 | else if (type == IXGBE_DL_VERSION_STORED) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:155:50: note: uninitialized use occurs here 155 | snprintf(ctx->buf, sizeof(ctx->buf), "%x.%02x", nvm->major, nvm->minor); | ^~~ ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:152:7: note: remove the 'if' if its condition is always true 152 | else if (type == IXGBE_DL_VERSION_STORED) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 153 | nvm = &ctx->pending_nvm; ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:148:28: note: initialize the variable 'nvm' to silence this warning 148 | struct ixgbe_nvm_info *nvm; | ^ | = NULL ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:166:11: warning: variable 'netlist' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 166 | else if (type == IXGBE_DL_VERSION_STORED) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:171:4: note: uninitialized use occurs here 171 | netlist->major, netlist->minor, | ^~~~~~~ ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:166:7: note: remove the 'if' if its condition is always true 166 | else if (type == IXGBE_DL_VERSION_STORED) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 167 | netlist = &ctx->pending_netlist; ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:162:36: note: initialize the variable 'netlist' to silence this warning 162 | struct ixgbe_netlist_info *netlist; | ^ | = NULL ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:184:11: warning: variable 'netlist' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 184 | else if (type == IXGBE_DL_VERSION_STORED) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:187:49: note: uninitialized use occurs here 187 | snprintf(ctx->buf, sizeof(ctx->buf), "0x%08x", netlist->hash); | ^~~~~~~ ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:184:7: note: remove the 'if' if its condition is always true 184 | else if (type == IXGBE_DL_VERSION_STORED) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 185 | netlist = &ctx->pending_netlist; ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:180:36: note: initialize the variable 'netlist' to silence this warning 180 | struct ixgbe_netlist_info *netlist; | ^ | = NULL 7 warnings generated. drivers/gpu/drm/vmwgfx/vmwgfx.o: warning: objtool: .discard.annotate_insn: dodgy linker, sh_entsize != 8 drivers/net/ethernet/pensando/ionic/ionic.o: warning: objtool: .discard.annotate_insn: dodgy linker, sh_entsize != 8 drivers/gpu/drm/msm/msm.o: warning: objtool: .discard.annotate_insn: dodgy linker, sh_entsize != 8 drivers/gpu/drm/xe/xe.o: warning: objtool: .discard.annotate_insn: dodgy linker, sh_entsize != 8 drivers/net/bonding/bonding.o: warning: objtool: .discard.annotate_insn: dodgy linker, sh_entsize != 8 drivers/net/ethernet/intel/ice/ice.o: warning: objtool: .discard.annotate_insn: dodgy linker, sh_entsize != 8 drivers/net/ethernet/intel/ixgbe/ixgbe.o: warning: objtool: .discard.annotate_insn: dodgy linker, sh_entsize != 8 drivers/net/ethernet/intel/i40e/i40e.o: warning: objtool: .discard.annotate_insn: dodgy linker, sh_entsize != 8 drivers/gpu/drm/amd/amdgpu/amdgpu.o: warning: objtool: .discard.annotate_insn: dodgy linker, sh_entsize != 8 vmlinux.o: warning: objtool: .discard.annotate_insn: dodgy linker, sh_entsize != 8 drivers/nvme/target/nvmet.o: warning: objtool: .discard.annotate_insn: dodgy linker, sh_entsize != 8 drivers/nvme/target/nvmet.o: warning: objtool: nvmet_ctrl_state_show() falls through to next function __cfi_nvmet_ctrl_host_traddr_open() net/rxrpc/rxrpc.o: warning: objtool: .discard.annotate_insn: dodgy linker, sh_entsize != 8 drivers/accel/ivpu/intel_vpu.o: warning: objtool: .discard.annotate_insn: dodgy linker, sh_entsize != 8 ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:46:12: warning: variable 'orom' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 46 | else if (type == IXGBE_DL_VERSION_STORED) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:50:5: note: uninitialized use occurs here 50 | orom->major, orom->build, orom->patch); | ^~~~ ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:46:8: note: remove the 'if' if its condition is always true 46 | else if (type == IXGBE_DL_VERSION_STORED) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 47 | orom = &ctx->pending_orom; ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:42:31: note: initialize the variable 'orom' to silence this warning 42 | struct ixgbe_orom_info *orom; | ^ | = NULL ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:81:12: warning: variable 'eetrack' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 81 | else if (type == IXGBE_DL_VERSION_STORED) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:84:50: note: uninitialized use occurs here 84 | snprintf(ctx->buf, sizeof(ctx->buf), "0x%08x", eetrack); | ^~~~~~~ ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:81:8: note: remove the 'if' if its condition is always true 81 | else if (type == IXGBE_DL_VERSION_STORED) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 82 | eetrack = ctx->pending_nvm.eetrack; ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:77:14: note: initialize the variable 'eetrack' to silence this warning 77 | u32 eetrack; | ^ | = 0 ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:125:11: warning: variable 'nvm' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 125 | else if (type == IXGBE_DL_VERSION_STORED) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:128:45: note: uninitialized use occurs here 128 | snprintf(ctx->buf, sizeof(ctx->buf), "%u", nvm->srev); | ^~~ ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:125:7: note: remove the 'if' if its condition is always true 125 | else if (type == IXGBE_DL_VERSION_STORED) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 126 | nvm = &ctx->pending_nvm; ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:121:28: note: initialize the variable 'nvm' to silence this warning 121 | struct ixgbe_nvm_info *nvm; | ^ | = NULL ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:139:11: warning: variable 'orom' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 139 | else if (type == IXGBE_DL_VERSION_STORED) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:142:45: note: uninitialized use occurs here 142 | snprintf(ctx->buf, sizeof(ctx->buf), "%u", orom->srev); | ^~~~ ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:139:7: note: remove the 'if' if its condition is always true 139 | else if (type == IXGBE_DL_VERSION_STORED) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 140 | orom = &ctx->pending_orom; ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:135:30: note: initialize the variable 'orom' to silence this warning 135 | struct ixgbe_orom_info *orom; | ^ | = NULL ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:153:11: warning: variable 'nvm' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 153 | else if (type == IXGBE_DL_VERSION_STORED) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:156:50: note: uninitialized use occurs here 156 | snprintf(ctx->buf, sizeof(ctx->buf), "%x.%02x", nvm->major, nvm->minor); | ^~~ ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:153:7: note: remove the 'if' if its condition is always true 153 | else if (type == IXGBE_DL_VERSION_STORED) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 154 | nvm = &ctx->pending_nvm; ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:149:28: note: initialize the variable 'nvm' to silence this warning 149 | struct ixgbe_nvm_info *nvm; | ^ | = NULL ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:167:11: warning: variable 'netlist' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 167 | else if (type == IXGBE_DL_VERSION_STORED) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:172:4: note: uninitialized use occurs here 172 | netlist->major, netlist->minor, | ^~~~~~~ ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:167:7: note: remove the 'if' if its condition is always true 167 | else if (type == IXGBE_DL_VERSION_STORED) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 168 | netlist = &ctx->pending_netlist; ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:163:36: note: initialize the variable 'netlist' to silence this warning 163 | struct ixgbe_netlist_info *netlist; | ^ | = NULL ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:185:11: warning: variable 'netlist' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 185 | else if (type == IXGBE_DL_VERSION_STORED) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:188:49: note: uninitialized use occurs here 188 | snprintf(ctx->buf, sizeof(ctx->buf), "0x%08x", netlist->hash); | ^~~~~~~ ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:185:7: note: remove the 'if' if its condition is always true 185 | else if (type == IXGBE_DL_VERSION_STORED) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 186 | netlist = &ctx->pending_netlist; ../drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:181:36: note: initialize the variable 'netlist' to silence this warning 181 | struct ixgbe_netlist_info *netlist; | ^ | = NULL 7 warnings generated. drivers/vhost/vhost_scsi.o: warning: objtool: .discard.annotate_insn: dodgy linker, sh_entsize != 8 drivers/target/target_core_mod.o: warning: objtool: .discard.annotate_insn: dodgy linker, sh_entsize != 8 drivers/net/ethernet/pensando/ionic/ionic.o: warning: objtool: .discard.annotate_insn: dodgy linker, sh_entsize != 8 drivers/gpu/drm/vmwgfx/vmwgfx.o: warning: objtool: .discard.annotate_insn: dodgy linker, sh_entsize != 8 drivers/target/tcm_fc/tcm_fc.o: warning: objtool: .discard.annotate_insn: dodgy linker, sh_entsize != 8 drivers/gpu/drm/msm/msm.o: warning: objtool: .discard.annotate_insn: dodgy linker, sh_entsize != 8 drivers/gpu/drm/xe/xe.o: warning: objtool: .discard.annotate_insn: dodgy linker, sh_entsize != 8 drivers/net/bonding/bonding.o: warning: objtool: .discard.annotate_insn: dodgy linker, sh_entsize != 8 drivers/net/ethernet/intel/ixgbe/ixgbe.o: warning: objtool: .discard.annotate_insn: dodgy linker, sh_entsize != 8 drivers/net/ethernet/intel/ice/ice.o: warning: objtool: .discard.annotate_insn: dodgy linker, sh_entsize != 8 drivers/net/ethernet/intel/i40e/i40e.o: warning: objtool: .discard.annotate_insn: dodgy linker, sh_entsize != 8 drivers/gpu/drm/amd/amdgpu/amdgpu.o: warning: objtool: .discard.annotate_insn: dodgy linker, sh_entsize != 8 vmlinux.o: warning: objtool: .discard.annotate_insn: dodgy linker, sh_entsize != 8