linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Larry Finger <Larry.Finger@lwfinger.net>
To: Martin Michlmayr <tbm@cyrius.com>
Cc: Dominik Brodowski <linux@dominikbrodowski.net>,
	linux-ide@vger.kernel.org, linux-pcmcia@lists.infradead.org
Subject: Re: 2.6.27-rc3: IP: [<ffffffffa0038b77>] init_irq+0x18d/0x31c [ide_core]
Date: Wed, 20 Aug 2008 14:34:47 -0500	[thread overview]
Message-ID: <48AC71D7.8050604@lwfinger.net> (raw)
In-Reply-To: <20080820173122.GA7335@deprecation.cyrius.com>

Martin Michlmayr wrote:
> I get the following with 2.6.27-rc3 when inserting a CF card into my
> PCMCIA slot:
> 
> [  144.983810] pccard: PCMCIA card inserted into slot 0
> [  144.983942] cs: memory probe 0x0c0000-0x0fffff: excluding 0xc0000-0xd3fff 0xe0000-0xfffff
> [  144.989008] cs: memory probe 0x60000000-0x60ffffff: excluding 0x60000000-0x60ffffff
> [  144.989008] cs: memory probe 0xa0000000-0xa0ffffff: clean.
> [  145.008898] cs: memory probe 0xe0100000-0xe03fffff: excluding 0xe0100000-0xe012ffff
> [  145.021508] pcmcia: registering new device pcmcia0.0
> [  145.284012] Probing IDE interface ide1...
> [  145.576063] hdc: TOSHIBA THNCF512MMA, CFA DISK drive
> [  146.248065] BUG: unable to handle kernel NULL pointer dereference at 00000000000000f8
> [  146.248065] IP: [<ffffffffa0038b77>] init_irq+0x18d/0x31c [ide_core]

Please do the following, which will require the package containing 
objdump. First of all, do the command

objdump -d -l drivers/ide/ide-core.o > ide_core.dump

Next, open ide_core.dump with less or your favorite editor and search 
for the start of init_irq. Note that address. Add your offset of 0x18D 
to that value and find the instruction at that address. Move up in the 
file until you find a line that looks like

/home/finger/linux-2.6/drivers/ide/ide-probe.c:1054

That will be the source line that oopsed. Post that information.

Thanks,

Larry


Once this is open, search

  reply	other threads:[~2008-08-20 19:34 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-20 17:31 2.6.27-rc3: IP: [<ffffffffa0038b77>] init_irq+0x18d/0x31c [ide_core] Martin Michlmayr
2008-08-20 19:34 ` Larry Finger [this message]
     [not found]   ` <20080821161610.GA2640@deprecation.cyrius.com>
2008-08-21 17:34     ` Larry Finger
2008-08-21 17:52       ` Martin Michlmayr
2008-08-21 17:57         ` Larry Finger
2008-08-25 11:02           ` Martin Michlmayr
2008-08-25 19:11             ` Bartlomiej Zolnierkiewicz
2008-08-26  5:17               ` Martin Michlmayr

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=48AC71D7.8050604@lwfinger.net \
    --to=larry.finger@lwfinger.net \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-pcmcia@lists.infradead.org \
    --cc=linux@dominikbrodowski.net \
    --cc=tbm@cyrius.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;
as well as URLs for NNTP newsgroup(s).