From: "Tony Battersby" <tonyb@cybernetics.com>
To: 'Marcelo Tosatti' <marcelo.tosatti@cyclades.com>
Cc: linux-scsi@vger.kernel.org
Subject: [PATCH 2.4] sym53c8xx_2 error handler fix
Date: Mon, 1 Nov 2004 16:25:58 -0500 [thread overview]
Message-ID: <04Nov1.162535est.332407@cyborg.cybernetics.com> (raw)
The sym53c8xx_2 driver in lk 2.4.x is unmaintained. This is a backported
fix from lk 2.6.x for a problem with the error handler never successfully
completing an abort, bus reset, device reset, or host reset. This patch has
been well tested at my company. Please apply.
--- linux-2.4.26-vanilla/drivers/scsi/sym53c8xx_2/sym_glue.c Thu Nov 28 18:53:14 2002
+++ linux-2.4.26-asp/drivers/scsi/sym53c8xx_2/sym_glue.c Fri May 21 11:43:51 2004
@@ -1149,7 +1149,6 @@
switch(to_do) {
default:
case SYM_EH_DO_IGNORE:
- goto finish;
break;
case SYM_EH_DO_WAIT:
#if LINUX_VERSION_CODE > LinuxVersionCode(2,3,0)
@@ -1193,7 +1192,6 @@
to_do = SYM_EH_DO_IGNORE;
}
-finish:
ep->to_do = to_do;
/* Complete the command with locks held as required by the driver */
if (to_do == SYM_EH_DO_COMPLETE)
Anthony J. Battersby
Cybernetics
next reply other threads:[~2004-11-01 21:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-01 21:25 Tony Battersby [this message]
2004-11-17 13:59 ` [PATCH 2.4] sym53c8xx_2 error handler fix Marcelo Tosatti
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=04Nov1.162535est.332407@cyborg.cybernetics.com \
--to=tonyb@cybernetics.com \
--cc=linux-scsi@vger.kernel.org \
--cc=marcelo.tosatti@cyclades.com \
/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