Re: FWD: qla1280 SCSI driver crash on visws

From: Jes Sorensen
Date: Wed Sep 17 2003 - 10:18:04 EST


>>>>> "Andrey" == Andrey Panin,,, <pazke@xxxxxxxxxxxxxxxxxxxxxx> writes:

Andrey> Hello Jes, qla1280 SCSI driver crashes in inetrrupt handler on
Andrey> visws

Andrey> Please take a look.

Andrey,

Try this as a band-aid. It's not a final patch, but it should get the
thing booting.

Jes


diff -Naur -X /home/jbarnes/dontdiff linux-2.6.0-test5-ia64/drivers/scsi/qla1280.c linux-2.6.0-test5-ia64-sn/drivers/scsi/qla1280.c
--- linux-2.6.0-test5-ia64/drivers/scsi/qla1280.c Mon Sep 8 12:50:43 2003
+++ linux-2.6.0-test5-ia64-sn/drivers/scsi/qla1280.c Mon Sep 15 12:19:06 2003
@@ -3359,9 +3359,9 @@
ha->bus_settings[bus].scsi_bus_dead = 1;
ha->bus_settings[bus].failed_reset_count++;
} else {
- spin_unlock_irq(HOST_LOCK);
+/* spin_unlock_irq(HOST_LOCK); */
schedule_timeout(reset_delay * HZ);
- spin_lock_irq(HOST_LOCK);
+/* spin_lock_irq(HOST_LOCK); */

ha->bus_settings[bus].scsi_bus_dead = 0;
ha->bus_settings[bus].failed_reset_count = 0;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/