linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Russell King <rmk@arm.linux.org.uk>
To: Mario Mikocevic <mario.mikocevic@htnet.hr>
Cc: linux-kernel@vger.kernel.org
Subject: Re: OOPS 2.6.0-test4 repeatable
Date: Mon, 25 Aug 2003 11:55:38 +0100	[thread overview]
Message-ID: <20030825115538.C30952@flint.arm.linux.org.uk> (raw)
In-Reply-To: <20030825102504.GC14801@danielle.hinet.hr>; from mario.mikocevic@htnet.hr on Mon, Aug 25, 2003 at 12:25:04PM +0200

On Mon, Aug 25, 2003 at 12:25:04PM +0200, Mario Mikocevic wrote:
> On 2003.08.25 11:40, Russell King wrote:
> > On Mon, Aug 25, 2003 at 11:18:46AM +0200, Mario Mikocevic wrote:
> > > IBM Thinkpad R40 with 2.6.0-test4, alsa compiled as module.
> > > If I plug in D-link DWL-650+ (_just_ a plug in a slot) and _then_
> > > modprobe snd-intel8x0 within seconds this oops barfs on me.
> > 
> > After asking akpm what an "invalid operand" on x86 means, he says its
> > a BUG() statement.  So, can you please supply both the ksymoops'd
> > *and* the raw undecoded kernel messages.  Apparantly ksymoops cuts off
> > the lines which indicate that it was a bug and where the BUG() statement
> > was.

Ok so it isn't a BUG().  The next thing I'd consider is whether it was
a corrupted pci driver list, but it doesn't look like it.

Ok, lets try to get some extra info from your kernel - please apply
the patch below.  This is likely to produce a fair amount of extra
messages at boot.  It should also produce another raft of messages
when you insert the cardbus card but before the module, and another
raft afterwards.

I'm only interested in the ones around the time when you insert the
cardbus card and the module.

--- linux/drivers/pci/pci-driver.c.old	Mon Aug 25 11:51:03 2003
+++ linux/drivers/pci/pci-driver.c	Mon Aug 25 11:52:59 2003
@@ -66,7 +66,8 @@
 {		   
 	int error = -ENODEV;
 	const struct pci_device_id *id;
-
+printk("pci_dev: %s driver: %p ", pci_name(pci_dev), drv);
+printk("name: %s table: %p probe: %p\n", drv->name, drv->id_table, drv->probe);
 	if (!drv->id_table)
 		return error;
 	id = pci_match_device(drv->id_table, pci_dev);


-- 
Russell King (rmk@arm.linux.org.uk)                The developer of ARM Linux
             http://www.arm.linux.org.uk/personal/aboutme.html


  reply	other threads:[~2003-08-25 10:55 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-25  9:18 OOPS 2.6.0-test4 repeatable Mario Mikocevic
2003-08-25  9:40 ` Russell King
2003-08-25 10:25   ` Mario Mikocevic
2003-08-25 10:55     ` Russell King [this message]
2003-08-25 12:45       ` Mario Mikocevic
2003-08-25 13:30         ` Russell King
2003-08-25 14:06           ` Russell King
2003-08-25 13:07       ` OOPS 2.6.0-test4 (almost) repeatable Mario Mikocevic

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=20030825115538.C30952@flint.arm.linux.org.uk \
    --to=rmk@arm.linux.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mario.mikocevic@htnet.hr \
    /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;
as well as URLs for NNTP newsgroup(s).