diff options
| author | Jan Kara <[email protected]> | 2019-06-19 07:05:41 +0000 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2019-06-20 20:34:02 +0000 |
| commit | 240b4cc8fd5db138b675297d4226ec46594d9b3b (patch) | |
| tree | 8d6b6082fea1e7d19d4fab3513c744ede57916d6 /tools/perf/scripts/python/check-perf-trace.py | |
| parent | scsi: qla2xxx: Fix hardlockup in abort command during driver remove (diff) | |
| download | kernel-240b4cc8fd5db138b675297d4226ec46594d9b3b.tar.gz kernel-240b4cc8fd5db138b675297d4226ec46594d9b3b.zip | |
scsi: vmw_pscsi: Fix use-after-free in pvscsi_queue_lck()
Once we unlock adapter->hw_lock in pvscsi_queue_lck() nothing prevents just
queued scsi_cmnd from completing and freeing the request. Thus cmd->cmnd[0]
dereference can dereference already freed request leading to kernel crashes
or other issues (which one of our customers observed). Store cmd->cmnd[0]
in a local variable before unlocking adapter->hw_lock to fix the issue.
CC: <[email protected]>
Signed-off-by: Jan Kara <[email protected]>
Reviewed-by: Ewan D. Milne <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions
