Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi

Pull SCSI fix from James Bottomley:
"One minor fix in the error leg of the qla2xxx driver (it oopses the
system if we get an error trying to start the internal kernel thread).

The fix is minor because the problem isn't often encountered in the
field (although it can be induced by inserting the module in a low
memory environment)"

* tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
scsi: qla2xxx: Fix oops in qla2x00_probe_one error path

+1
+1
drivers/scsi/qla2xxx/qla_os.c
··· 3212 3212 ql_log(ql_log_fatal, base_vha, 0x00ed, 3213 3213 "Failed to start DPC thread.\n"); 3214 3214 ret = PTR_ERR(ha->dpc_thread); 3215 + ha->dpc_thread = NULL; 3215 3216 goto probe_failed; 3216 3217 } 3217 3218 ql_dbg(ql_dbg_init, base_vha, 0x00ee,