From: James Bottomley <James.Bottomley@SteelEye.com>
To: Mark Bellon <mbellon@mvista.com>
Cc: SCSI Mailing List <linux-scsi@vger.kernel.org>
Subject: Re: [PATCH] 2.4.28 - AIC driver causes kernel corruption (as a module)
Date: Tue, 11 Jan 2005 13:48:04 -0600 [thread overview]
Message-ID: <1105472884.10378.17.camel@mulgrave> (raw)
In-Reply-To: <41E427D3.2020201@mvista.com>
On Tue, 2005-01-11 at 12:24 -0700, Mark Bellon wrote:
> - scsi_unregister_module(MODULE_SCSI_HA,
> - &aic79xx_driver_template);
> + ahd_linux_exit();
Well, this is pretty much identical to the 2.6 fix for the same problem
except that you forgot to remove the __exit designation from ah
[cd]_linux_exit(). This is required to prevent hanging pointer
references.
James
next prev parent reply other threads:[~2005-01-11 19:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-11 19:24 [PATCH] 2.4.28 - AIC driver causes kernel corruption (as a module) Mark Bellon
2005-01-11 19:48 ` James Bottomley [this message]
2005-01-11 20:19 ` Mark Bellon
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=1105472884.10378.17.camel@mulgrave \
--to=james.bottomley@steeleye.com \
--cc=linux-scsi@vger.kernel.org \
--cc=mbellon@mvista.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.