From: Pete Zaitcev <zaitcev@redhat.com>
To: Soeren Sonnenburg <kernel@nn7.de>, linux-kernel@vger.kernel.org
Subject: Re: linux 2.6.9-rc3: ub oops on device removal
Date: Wed, 6 Oct 2004 18:53:05 -0700 [thread overview]
Message-ID: <20041006185305.3c8bbb29@lembas.zaitcev.lan> (raw)
In-Reply-To: <mailman.1097092751.17005.linux-kernel2news@redhat.com>
On Wed, 06 Oct 2004 21:50:06 +0200
Soeren Sonnenburg <kernel@nn7.de> wrote:
> I get this oops on kernel 2.6.9-rc3 on a 15" powerbook.
>
> xmon trace screenshot is at:
> http://fortknox.dyndns.org/pics/oopses/ub.jpg
First you need to use -rc3-mm2 (it has some fixes), and then
add the appended patch which fixes your problem specifically.
The ub in 2.6.9-rc3 is not useable without these fixes.
-- Pete
--- linux-2.6.9-rc3-mm2/drivers/block/ub.c 2004-10-04 16:59:35.000000000 -0700
+++ linux-2.6.9-rc3-mm2-ub/drivers/block/ub.c 2004-10-04 17:01:08.000000000 -0700
@@ -842,7 +842,6 @@
{
struct ub_dev *sc = urb->context;
- del_timer(&sc->work_timer);
ub_complete(&sc->work_done);
tasklet_schedule(&sc->tasklet);
}
@@ -853,6 +852,7 @@
unsigned long flags;
spin_lock_irqsave(&sc->lock, flags);
+ del_timer(&sc->work_timer);
ub_scsi_dispatch(sc);
spin_unlock_irqrestore(&sc->lock, flags);
}
next parent reply other threads:[~2004-10-07 1:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.1097092751.17005.linux-kernel2news@redhat.com>
2004-10-07 1:53 ` Pete Zaitcev [this message]
2004-10-06 19:50 Soeren Sonnenburg
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=20041006185305.3c8bbb29@lembas.zaitcev.lan \
--to=zaitcev@redhat.com \
--cc=kernel@nn7.de \
--cc=linux-kernel@vger.kernel.org \
/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
Powered by JetHome