On 6/3/21 12:10 PM, kernel test robot wrote: > tree: https://urldefense.com/v3/__https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git__;!!GqivPVa7Brio!L-QQ6Mx-OZszOnFdN5lLFW-jo2vsB4dfH_ouv1FJdtmad2ZuSk4O5BrtZy-la7gW8-n1$ master > head: 3ebdbe7aa5dd825d609c3433c35c13b440a61c52 > commit: ed1b86ba0fba3d586cd53057551a95197b0a37ad [6351/6976] scsi: qedi: Wake up if cmd_cleanup_req is set I don't think this patch caused the issue being reported. It only touched qedi_process_cmd_cleanup_resp but the new warning is in qedi_send_iscsi_login. Tt also didn't add any new warnings in qedi_process_cmd_cleanup_resp: > drivers/scsi/qedi/qedi_fw.c:741:28: sparse: sparse: incorrect type in initializer (different base types) @@ expected unsigned int [usertype] proto_itt @@ got restricted __le16 [usertype] itid @@ > drivers/scsi/qedi/qedi_fw.c:741:28: sparse: expected unsigned int [usertype] proto_itt > drivers/scsi/qedi/qedi_fw.c:741:28: sparse: got restricted __le16 [usertype] itid > drivers/scsi/qedi/qedi_fw.c:751:19: sparse: sparse: incorrect type in assignment (different base types) @@ expected unsigned int [usertype] iscsi_cid @@ got restricted __le16 [usertype] conn_id @@ > drivers/scsi/qedi/qedi_fw.c:751:19: sparse: expected unsigned int [usertype] iscsi_cid > drivers/scsi/qedi/qedi_fw.c:751:19: sparse: got restricted __le16 [usertype] conn_id > drivers/scsi/qedi/qedi_fw.c:802:9: sparse: sparse: cast to restricted itt_t