The following patches can apply to Linus's tree or Martin's 5.13 staging branch. The patches fix tmf bugs in the qedi driver and libiscsi issues that are common to all offload drivers like qedi. I've dropped the RFC tag becuase Manish has reviewed the qedi bits and I've tested with drivers like ib_iser that work slightly different from qedi. V2: - Dropped patch that reverted the in-kernel conn failure handling. I posted a full patchset to fix that separately. - Modfied the tmf vs cmd queueing patch. The RFC patch only supported qedi and offload drivers. iscsi_tcp/cxgbgi do not need it. - Added patch for another issue found where cmds can still be queued to the driver while it does ep_disconnect.