From: Jens Axboe <jens.axboe@oracle.com>
To: Torsten Kaiser <just.for.lkml@googlemail.com>
Cc: Stefan Richter <stefanr@s5r6.in-berlin.de>,
linux-kernel@vger.kernel.org,
linux1394-devel@lists.sourceforge.net
Subject: Re: 2.6.24-rc1-54866f032307063776b4eff7eadb131d47f9f9b4 fails to boot: kernel BUG at include/linux/scatterlist.h:49!
Date: Sun, 4 Nov 2007 14:03:15 +0100 [thread overview]
Message-ID: <20071104130315.GL28340@kernel.dk> (raw)
In-Reply-To: <64bb37e0711040251w4d08ac83n1e090a8fab19d3d8@mail.gmail.com>
On Sun, Nov 04 2007, Torsten Kaiser wrote:
> On 11/4/07, Jens Axboe <jens.axboe@oracle.com> wrote:
> > On Sat, Nov 03 2007, Jens Axboe wrote:
> > > It's probably enough. Only if you use chaining do you need to convert to
> > > using for_each_sg() and so on.
> >
> > Did a grep over ieee1394/, this seems to be all you need.
>
> What *I* need. For eth1394.
>
> Stefan Richter wrote:
> > (The other place where the 1394 stack deals with s/g lists is sbp2 where
> > we have to deal with what comes from the SCSI stack or the block layer.
> > But sbp2's s/g list handling is entirely unrelated to ieee1394's own
> > code for isochronous I/O and async streams, which eth1394 needs and
> > caused the bug.)
>
> I see nothing preventing chained sg lists to be feed into
> sbp2scsi_queuecommand() which then gives these lists to
> sbp2_prep_command_orb_sg().
>
> And there I find this:
> static void sbp2_prep_command_orb_sg(struct sbp2_command_orb *orb,
> struct sbp2_fwhost_info *hi,
> struct sbp2_command_info *cmd,
> unsigned int scsi_use_sg,
> struct scatterlist *sgpnt,
> u32 orb_direction,
> enum dma_data_direction dma_dir)
> {
> [snip]
> for (i = 0, sg_count = 0 ; i < count; i++, sgpnt++) {
Chained sg lists will only be feed to a scsi host controller that
enables chaining in its host template.
The fix looks fine though, it's just not a requirement or bug fix :-)
> As yesterday my md1_raid5-thread oopsed with the same bug from the
> thread "kernel NULL pointer dereference in blk_rq_map_sg with
> v2.6.23-6815-g0895e91" I'm rather suspicious of anything sg related
> right now. (At least I think its the same bug, as 2.6.23-mm1 does not
> contain the fix from that thread)
Can you post that oops please?
--
Jens Axboe
next prev parent reply other threads:[~2007-11-04 13:03 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-02 22:03 2.6.24-rc1-54866f032307063776b4eff7eadb131d47f9f9b4 fails to boot: kernel BUG at include/linux/scatterlist.h:49! Torsten Kaiser
2007-11-02 22:32 ` Stefan Richter
2007-11-02 23:16 ` Stefan Richter
2007-11-03 7:03 ` Jens Axboe
2007-11-03 13:14 ` Torsten Kaiser
2007-11-03 14:42 ` Stefan Richter
2007-11-03 16:04 ` Jens Axboe
2007-11-04 8:44 ` Jens Axboe
2007-11-04 10:51 ` Torsten Kaiser
2007-11-04 12:08 ` [PATCH 1/3 2.6.24-rc1-gitX] ieee1394: iso and async streams: s/g list fix Stefan Richter
2007-11-04 12:09 ` [PATCH 2/3 2.6.24-rc1-gitX] ieee1394: sbp2: " Stefan Richter
2007-11-04 12:10 ` [PATCH 3/3 2.6.24-rc1-gitX] firewire: fw-sbp2: " Stefan Richter
2007-11-04 12:27 ` [PATCH 2/3 2.6.24-rc1-gitX] ieee1394: sbp2: " Stefan Richter
2007-11-04 13:03 ` Jens Axboe [this message]
2007-11-04 13:19 ` 2.6.24-rc1-54866f032307063776b4eff7eadb131d47f9f9b4 fails to boot: kernel BUG at include/linux/scatterlist.h:49! Stefan Richter
2007-11-04 13:26 ` Jens Axboe
[not found] ` <tkrat.4947ae1f5baa964f@s5r6.in-berlin.de>
[not found] ` <tkrat.2a470664250af864@s5r6.in-berlin.de>
[not found] ` <tkrat.29809d64b9426d9a@s5r6.in-berlin.de>
2008-02-01 21:31 ` [PATCH] ieee1394: sbp2: fix bogus s/g access change Stefan Richter
2007-11-04 14:53 ` 2.6.24-rc1-54866f032307063776b4eff7eadb131d47f9f9b4 fails to boot: kernel BUG at include/linux/scatterlist.h:49! Torsten Kaiser
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=20071104130315.GL28340@kernel.dk \
--to=jens.axboe@oracle.com \
--cc=just.for.lkml@googlemail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux1394-devel@lists.sourceforge.net \
--cc=stefanr@s5r6.in-berlin.de \
/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