From: Jes Sorensen <jes@wildopensource.com>
To: "Andrey Panin,,," <pazke@switch-ats62.donpac.ru>
Cc: linux-kernel@vger.kernel.org
Subject: Re: FWD: qla1280 SCSI driver crash on visws
Date: 17 Sep 2003 11:17:07 -0400 [thread overview]
Message-ID: <m3u17bh2bw.fsf@trained-monkey.org> (raw)
In-Reply-To: <20030912124200.GA734@pazke>
>>>>> "Andrey" == Andrey Panin,,, <pazke@switch-ats62.donpac.ru> 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;
prev parent reply other threads:[~2003-09-17 15:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-09-12 12:42 FWD: qla1280 SCSI driver crash on visws Andrey Panin,,,
2003-09-17 15:17 ` Jes Sorensen [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m3u17bh2bw.fsf@trained-monkey.org \
--to=jes@wildopensource.com \
--cc=linux-kernel@vger.kernel.org \
--cc=pazke@switch-ats62.donpac.ru \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox