https://bugzilla.kernel.org/show_bug.cgi?id=114401 bastienphilbert@xxxxxxxxx changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bastienphilbert@xxxxxxxxx --- Comment #1 from bastienphilbert@xxxxxxxxx --- out_done: tascb->completion = NULL; if (res == TMF_RESP_FUNC_COMPLETE) { task->lldd_task = NULL; add these line: list_del_init(&ascb->list); mb(); asd_ascb_free(tascb); } ASD_DPRINTK("task 0x%p aborted, res: 0x%x\n", task, res); return res; out_free: same here: list_del_init(&ascb->list); asd_ascb_free(ascb); ASD_DPRINTK("task 0x%p aborted, res: 0x%x\n", task, res); return res; } Tell me if this fixes your issue. -- You are receiving this mail because: You are watching the assignee of the bug. -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html