summaryrefslogtreecommitdiff
path: root/drivers/scsi/qedi/qedi_gbl.h
diff options
context:
space:
mode:
authorMike Christie <michael.christie@oracle.com>2021-05-25 21:18:14 +0300
committerMartin K. Petersen <martin.petersen@oracle.com>2021-06-02 08:28:22 +0300
commit5b04d050cde44c3c1a9a0342da50d785d075b0f6 (patch)
treec95c6dec01c4e095915245a18e8408985aca122d /drivers/scsi/qedi/qedi_gbl.h
parent2ce002366a3fcc3f9616d4583194f65dde0ad253 (diff)
downloadlinux-5b04d050cde44c3c1a9a0342da50d785d075b0f6.tar.xz
scsi: qedi: Fix use after free during abort cleanup
If qedi_tmf_work's qedi_wait_for_cleanup_request call times out we will also force the clean up of the qedi_work_map but qedi_process_cmd_cleanup_resp could still be accessing the qedi_cmd. To fix this issue we extend where we hold the tmf_work_lock and back_lock so the qedi_process_cmd_cleanup_resp access is serialized with the cleanup done in qedi_tmf_work and any completion handling for the iscsi_task. Link: https://lore.kernel.org/r/20210525181821.7617-22-michael.christie@oracle.com Reviewed-by: Manish Rangankar <mrangankar@marvell.com> Signed-off-by: Mike Christie <michael.christie@oracle.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/qedi/qedi_gbl.h')
0 files changed, 0 insertions, 0 deletions