Linux PARISC architecture development
 help / color / mirror / Atom feed
From: Scott Ashcroft <scott.ashcroft@talk21.com>
To: Grant Grundler <grundler@puffin.external.hp.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 21:01:00 +0100	[thread overview]
Message-ID: <20010729210100.A6411@cargoclaimsdirect.com> (raw)
In-Reply-To: <200107291946.NAA15222@puffin.external.hp.com>

On Sun, Jul 29, 2001 at 01:46:32PM -0600, Grant Grundler wrote:
> 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?

Don't think so. Always detects one though.

> 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.

OK and the bad news was?

Scott

  reply	other threads:[~2001-07-29 20:04 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
2001-07-29 20:01   ` Scott Ashcroft [this message]
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=20010729210100.A6411@cargoclaimsdirect.com \
    --to=scott.ashcroft@talk21.com \
    --cc=grundler@puffin.external.hp.com \
    --cc=parisc-linux@lists.parisc-linux.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