aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx
diff options
context:
space:
mode:
authorEwan D. Milne <emilne@redhat.com>2012-11-02 09:38:34 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-04 15:43:30 +0800
commiteeba2290fa3d43e5d424964ef54836227c9c21c5 (patch)
treec7690a2ffd1fc1fddde1b9d9d152d0d994121197 /drivers/scsi/qla2xxx
parent45cbbc0dd83c048d2c231bfac9cb60ef3d8f0ea6 (diff)
downloadkernel_samsung_smdk4412-eeba2290fa3d43e5d424964ef54836227c9c21c5.zip
kernel_samsung_smdk4412-eeba2290fa3d43e5d424964ef54836227c9c21c5.tar.gz
kernel_samsung_smdk4412-eeba2290fa3d43e5d424964ef54836227c9c21c5.tar.bz2
SCSI: sd: fix crash when UA received on DIF enabled device
commit 085b513f97d8d799d28491239be4b451bcd8c2c5 upstream. sd_prep_fn will allocate a larger CDB for the command via mempool_alloc for devices using DIF type 2 protection. This CDB was being freed in sd_done, which results in a kernel crash if the command is retried due to a UNIT ATTENTION. This change moves the code to free the larger CDB into sd_unprep_fn instead, which is invoked after the request is complete. It is no longer necessary to call scsi_print_command separately for this case as the ->cmnd will no longer be NULL in the normal code path. Also removed conditional test for DIF type 2 when freeing the larger CDB because the protection_type could have been changed via sysfs while the command was executing. Signed-off-by: Ewan D. Milne <emilne@redhat.com> Acked-by: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/scsi/qla2xxx')
0 files changed, 0 insertions, 0 deletions