public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
From: <random1@o-o.yi.org>
To: linux-scsi@vger.kernel.org
Subject: aic7xxx_core.c panic "Loop 1"
Date: 19 Jul 2002 15:40:25 -0400	[thread overview]
Message-ID: <uznwn33rq.fsf@o-o.yi.org> (raw)


I've seen this panic on occasion -- it happened several times in a row
trying to boot a rescue 2.4 kernel from floppy, in fact, after which I
just gave up and reinstalled on a new partition.  It seems to always
happen on boot.

Now I'm trying to get SCSI to play with ACPI and suspend-to-disk, and
this is happening during resume.  I'm perfectly willing to believe
that it is because of all the under-the-covers memory-munging that
suspend and resume do, but fixing it requires a *clue* about what it's
_supposed_ to do :)

in ahc_search_qinfifo() ..
	while (qinpos != qintail) {
		scb = ahc_lookup_scb(ahc, ahc->qinfifo[qinpos]);

        scb is NULL, and hence the driver panics.

I'm not sure what the underlying invariant is supposed to be, and
can't find that documented anywhere.  Pointers to TFM would be
appreciated.  As would tips on what might be going wrong and what to
look for.  I'm using a 2.5.24 kernel, though I don't think this code
has changed recently.

Thanks for any help you can provide.



                 reply	other threads:[~2002-07-19 19:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=uznwn33rq.fsf@o-o.yi.org \
    --to=random1@o-o.yi.org \
    --cc=linux-scsi@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