diff options
| author | John Garry <[email protected]> | 2022-01-27 13:12:51 +0000 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2022-01-31 21:40:07 +0000 |
| commit | 61f162aa4381845acbdc7f2be4dfb694d027c018 (patch) | |
| tree | 5f150bf370460368c78f8e707b0d4a523028037d /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |
| parent | scsi: pm8001: Fix warning for undescribed param in process_one_iomb() (diff) | |
| download | kernel-61f162aa4381845acbdc7f2be4dfb694d027c018.tar.gz kernel-61f162aa4381845acbdc7f2be4dfb694d027c018.zip | |
scsi: pm8001: Fix use-after-free for aborted TMF sas_task
Currently a use-after-free may occur if a TMF sas_task is aborted before we
handle the IO completion in mpi_ssp_completion(). The abort occurs due to
timeout.
When the timeout occurs, the SAS_TASK_STATE_ABORTED flag is set and the
sas_task is freed in pm8001_exec_internal_tmf_task().
However, if the I/O completion occurs later, the I/O completion still
thinks that the sas_task is available. Fix this by clearing the ccb->task
if the TMF times out - the I/O completion handler does nothing if this
pointer is cleared.
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Damien Le Moal <[email protected]>
Acked-by: Jack Wang <[email protected]>
Signed-off-by: John Garry <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions
