From: Jeff Garzik <jeff@garzik.org>
To: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>,
linux-next@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>,
Andy Whitcroft <apw@shadowen.org>,
Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>,
Linux IDE mailing list <linux-ide@vger.kernel.org>
Subject: Re: [BUG] linux-next: Tree for April 10 - kernel panic while loading ata driver on powermac
Date: Thu, 10 Apr 2008 06:45:28 -0400 [thread overview]
Message-ID: <47FDEFC8.9070105@garzik.org> (raw)
In-Reply-To: <47FDEAFA.10407@linux.vnet.ibm.com>
Kamalesh Babulal wrote:
> Hi Stephen,
>
> The next-20080410 kernel panics while bootup over the PowerMac G5 box, while
> loading the ATA driver.
IDE driver, you mean.
> [ 3.704000] NIP [c0000000000222a8] ._insw_ns+0x10/0x30
> [ 3.704000] LR [c00000000021cd10] .ata_input_data+0x1f4/0x264
> [ 3.704000] Call Trace:
> [ 3.704000] [c0000002760db3b0] [c00000000021fc34] .try_to_identify+0x298/0x690
> [ 3.704000] [c0000002760db470] [c000000000220168] .do_probe+0x13c/0x2f0
> [ 3.704000] [c0000002760db510] [c00000000022059c] .ide_probe_port+0x280/0x670
> [ 3.704000] [c0000002760db5e0] [c000000000220d84] .ide_device_add_all+0x2f8/0x670
> [ 3.704000] [c0000002760db690] [c000000000221160] .ide_device_add+0x64/0x74
> [ 3.704000] [c0000002760db930] [c00000000019241c] .pci_device_probe+0x10c/0x184
> [ 3.704000] [c0000002760db9e0] [c0000000002068ac] .driver_probe_device+0x120/0x1e4
> [ 3.704000] [c0000002760dba70] [c0000000002069d0] .__driver_attach+0x60/0xa4
> [ 3.704000] [c0000002760dbb00] [c0000000002050e8] .bus_for_each_dev+0x7c/0xcc
> [ 3.704000] [c0000002760dbbb0] [c000000000206388] .driver_attach+0x28/0x40
> [ 3.704000] [c0000002760dbc30] [c000000000206154] .bus_add_driver+0xd4/0x274
> [ 3.704000] [c0000002760dbcd0] [c000000000206f04] .driver_register+0x90/0x14c
> [ 3.704000] [c0000002760dbd70] [c000000000191c80] .__pci_register_driver+0x68/0xc8
> [ 3.704000] [c0000002760dbe10] [c0000000003ccfb8] .pmac_ide_probe+0x48/0x94
Regards,
Jeff
next prev parent reply other threads:[~2008-04-10 10:45 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-10 8:14 linux-next: Tree for April 10 Stephen Rothwell
2008-04-10 10:24 ` [BUG] linux-next: Tree for April 10 - kernel panic while loading ata driver on powermac Kamalesh Babulal
2008-04-10 10:45 ` Jeff Garzik [this message]
2008-04-10 11:02 ` Kamalesh Babulal
2008-04-10 11:32 ` Alan Cox
2008-04-10 12:14 ` Jeff Garzik
2008-04-10 12:03 ` Bartlomiej Zolnierkiewicz
2008-04-10 17:14 ` Bartlomiej Zolnierkiewicz
2008-04-10 18:25 ` Kamalesh Babulal
2008-04-10 19:16 ` Bartlomiej Zolnierkiewicz
2008-04-10 17:42 ` linux-next: Tree for April 10 Greg KH
2008-04-10 18:07 ` [BUG] linux-next: April 10 - kernel oops at kmem_cache_alloc () regression from April 9 kernel Kamalesh Babulal
2008-04-11 17:56 ` Suresh Siddha
2008-04-14 13:14 ` Kamalesh Babulal
2008-04-10 19:34 ` linux-next: Tree for April 10: generic pci_enable_resources() strikes again Mariusz Kozlowski
2008-04-14 1:48 ` Stephen Rothwell
2008-04-14 4:28 ` Greg KH
2008-04-14 4:49 ` Stephen Rothwell
2008-04-10 22:07 ` linux-next: Tree for April 10 (ftrace) Randy Dunlap
2008-04-10 22:09 ` linux-next: Tree for April 10 (arch/x86) Randy Dunlap
2008-04-11 7:46 ` Ingo Molnar
2008-04-11 15:19 ` Randy Dunlap
2008-04-11 15:26 ` Al Viro
2008-04-14 8:12 ` Ingo Molnar
2008-04-14 8:22 ` Al Viro
2008-04-14 8:34 ` Ingo Molnar
2008-04-14 8:43 ` Jakub Jelinek
2008-04-14 9:30 ` Al Viro
2008-04-14 9:37 ` David Miller
2008-04-14 8:40 ` Jakub Jelinek
2008-04-14 22:28 ` Randy Dunlap
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=47FDEFC8.9070105@garzik.org \
--to=jeff@garzik.org \
--cc=apw@shadowen.org \
--cc=bzolnier@gmail.com \
--cc=kamalesh@linux.vnet.ibm.com \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=sfr@canb.auug.org.au \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.