From: Jens Axboe <axboe@suse.de>
To: Zwane Mwaikambo <zwane@holomorphy.com>
Cc: Roy Sigurd Karlsbakk <roy@karlsbakk.net>,
Kernel mailing list <linux-kernel@vger.kernel.org>
Subject: Re: BUG in 2.5.50
Date: Wed, 11 Dec 2002 10:43:45 +0100 [thread overview]
Message-ID: <20021211094345.GS16003@suse.de> (raw)
In-Reply-To: <Pine.LNX.4.50.0212090508390.2139-100000@montezuma.mastecende.com>
On Mon, Dec 09 2002, Zwane Mwaikambo wrote:
> Added Jens to CC to verify any incorrect information i may or may not put
> down.
>
> On Mon, 9 Dec 2002, Roy Sigurd Karlsbakk wrote:
>
> > installed 2.5.50 and got an OOPS after a short while. .
> > config is attached as tonjeconfig
> > /var/log/messages including dmesg and oops is attached as tonje_messages
>
> Perhaps this might help with debugging;
>
> He has CONFIG_BLK_DEV_IDE_TCQ enabled and his IBM supports it,
>
> when he gets to do_rw_disk();
>
> We know its a READ request
> if (rq_data_dir(rq) == READ) {
> if (blk_rq_tagged(rq))
> return hwif->ide_dma_queued_read(drive);
>
> ... the request isn't tagged so we drop down here...
>
> if (drive->using_dma && !hwif->ide_dma_read(drive))
> return ide_started;
>
> int __ide_dma_read (ide_drive_t *drive)
> ...
> if (HWGROUP(drive)->handler != NULL)
> BUG();
>
> and ->handler = ?
If tcq is enabled on the drive, rq _must_ be tagged.
--
Jens Axboe
prev parent reply other threads:[~2002-12-11 9:36 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-12-09 9:56 BUG in 2.5.50 Roy Sigurd Karlsbakk
2002-12-09 10:57 ` Zwane Mwaikambo
2002-12-09 11:36 ` Roy Sigurd Karlsbakk
2002-12-09 13:21 ` Zwane Mwaikambo
2002-12-09 13:23 ` Roy Sigurd Karlsbakk
2002-12-09 13:27 ` Arnaldo Carvalho de Melo
2002-12-09 13:46 ` John Bradford
2002-12-09 13:55 ` venom
2002-12-09 14:58 ` Alan Cox
2002-12-09 14:11 ` Zwane Mwaikambo
2002-12-11 9:43 ` Jens Axboe [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=20021211094345.GS16003@suse.de \
--to=axboe@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=roy@karlsbakk.net \
--cc=zwane@holomorphy.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.