Linux PARISC architecture development
 help / color / mirror / Atom feed
From: Grant Grundler <grundler@puffin.external.hp.com>
To: Scott Ashcroft <scott.ashcroft@talk21.com>
Cc: parisc-linux@lists.parisc-linux.org
Subject: Re: [parisc-linux] Tracking down crash in 2.4.6 kernels on B160L
Date: Sun, 29 Jul 2001 13:46:32 -0600	[thread overview]
Message-ID: <200107291946.NAA15222@puffin.external.hp.com> (raw)
In-Reply-To: Message from Scott Ashcroft <scott.ashcroft@talk21.com> of "Sat, 28 Jul 2001 15:38:23 BST." <3B62CE5F.31181B7A@talk21.com>

Scott Ashcroft wrote:
> I've rebuilt a kernel with EARLY_BOOTUP_DEBUG defined in
> linux/arch/parisc/kernel/pdc_console.c so I get some console output
> before the crash.

Excellent. I've got good and bad news for you.
The good news is I think I know what the problem is.

...
> Looks like it goes bang in probe_serial_pci to me as IAOQ is in that
> function.

That makes sense. Your box has no serial under PCI right?

If not, the code in drivers/char/serial.c looks broken:

static int __devinit serial_init_one(struct pci_dev *dev,
                                     const struct pci_device_id *ent)
{
        struct pci_board *board, tmp;
        int rc;
  
        for (board = pci_boards; board->vendor; board++) { 
                if (board->vendor != (unsigned short) PCI_ANY_ID &&
                    dev->vendor != board->vendor)
                        continue;
...

If pci_boards is NULL...anyway, that code is gone in 2.4.7 and
we will merge up again with the linus' tree again shortly.

You could try to build a kernel w/CONFIG_PCI disabled.
If that config doesn't build, file a bug about the fact that it didn't build.
You could also file a bug against "kernel" project at bugs.parisc-linux.org
and that could be closed once someone demonstrated the next merge fixes the
problem. In short, please file at least one bug.

grant

Grant Grundler
parisc-linux {PCI|IOMMU|SMP} hacker
+1.408.447.7253

  reply	other threads:[~2001-07-29 19:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-28 14:38 [parisc-linux] Tracking down crash in 2.4.6 kernels on B160L Scott Ashcroft
2001-07-29 19:46 ` Grant Grundler [this message]
2001-07-29 20:01   ` Scott Ashcroft
2001-07-30  2:12     ` Grant Grundler

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=200107291946.NAA15222@puffin.external.hp.com \
    --to=grundler@puffin.external.hp.com \
    --cc=parisc-linux@lists.parisc-linux.org \
    --cc=scott.ashcroft@talk21.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox