From: Andrew Morton <akpm@osdl.org>
To: Andreas Koch <koch@esa.informatik.tu-darmstadt.de>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.6.13: Crash in Yenta initialization
Date: Fri, 2 Sep 2005 17:37:54 -0700 [thread overview]
Message-ID: <20050902173754.546bc0d0.akpm@osdl.org> (raw)
In-Reply-To: <200509030138.11905.koch@esa.informatik.tu-darmstadt.de>
Andreas Koch <koch@esa.informatik.tu-darmstadt.de> wrote:
>
> This does not happen in my current kernel (2.6.12-rc6 with Ivan's PCI bridge
> patches applied). It is definitely localized in the Yenta code, since the
> boot proceeds when I disable the Yenta config option. My hardware is an Acer
> Travelmate 8104 with the external ezDock attached.
>
> I can provide more info if you let me know what to look for.
>
> ...
> Yenta: CardBus bridge found at 0000:06:09.1 [1025:0070]
> Unable to handle kernel NULL pointer dereference at virtual address 0000004f
> printing eip:
> c03af658
> *pde = 00000000
> Oops: 0000 [#1]
> Modules linked in:
> CPU: 0
> EIP: 0060:[<c03af658>] Not tainted VLI
> EFLAGS: 00010292 (2.6.13)
> EIP is at yenta_config_init+0xd8/0x170
> eax: 00000000 ebx: dfcb7000 ecx: 00000000 edx: e0649000
> esi: dff75000 edi: 00001000 ebp: dff75000 esp: dfd9fea8
> ds: 007b es: 007b ss: 0068
> Process swapper (pid: 1, threadinfo=dfd9e000 task=dfdc7a00)
> Stack: dff7d880 00000049 0000000d 000000a8 c011f9d7 fffffff4 dfcb7000 c03af810
> dfcb7000 dff750d8 00001025 00000070 c05abf20 ffffffed dff75000 c05ac340
> c05ac36c c028927f dff75000 c05ac2d8 c05ac340 dff75000 dff75044 c02892bf
> Call Trace:
> [<c011f9d7>] printk+0x17/0x20
> [<c03af810>] yenta_probe+0x120/0x280
> [<c028927f>] __pci_device_probe+0x5f/0x70
> [<c02892bf>] pci_device_probe+0x2f/0x50
> [<c03211c8>] driver_probe_device+0x38/0xb0
> [<c03212c0>] __driver_attach+0x0/0x50
> [<c0321307>] __driver_attach+0x47/0x50
> [<c03207a9>] bus_for_each_dev+0x69/0x80
> [<c0321335>] driver_attach+0x25/0x30
> [<c03212c0>] __driver_attach+0x0/0x50
> [<c0320cfd>] bus_add_driver+0x8d/0xe0
> [<c0289580>] pci_register_driver+0x70/0x90
> [<c061906f>] yenta_socket_init+0xf/0x20
> [<c05fc8cb>] do_initcalls+0x2b/0xc0
> [<c0100290>] init+0x0/0x110
> [<c0100290>] init+0x0/0x110
> [<c01002ba>] init+0x2a/0x110
> [<c0101378>] kernel_thread_helper+0x0/0x18
> [<c010137d>] kernel_thread_helper+0x5/0x18
> Code: ed ff 8b 13 b9 a8 00 00 00 b8 0d 00 00 00 89 4c 24 0c 89 44 24 08 8b 42
> 20 89 44 24 04 8b 42 10 89 04 24 e8 bb 56 ed ff 8b 4e 14 <0f> b6 51 4f 0f b6
> 41 4e c1 e2 10 c1 e0 08 09 c2 0f b6 41 4d 8b
> <0>Kernel panic - not syncing: Attempted to kill init!
>
I don't think any of the recent yenta changes would have caused this.
The .config might help.
Also, can you identify which line is going oops? Set CONFIG_DEBUG_INFO,
retest, do
gdb vmlinux
(gdb) l *0xc03af658 (the EIP value)
thanks.
next prev parent reply other threads:[~2005-09-03 0:38 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-02 23:38 Andreas Koch
2005-09-03 0:37 ` Andrew Morton [this message]
2005-09-03 0:45 ` Andreas Koch
2005-09-03 18:34 ` Ivan Kokshaysky
2005-09-12 17:42 ` Olaf Hering
2005-09-12 20:07 ` Ivan Kokshaysky
2005-09-13 6:30 ` Olaf Hering
2005-09-13 11:45 ` Ivan Kokshaysky
2005-09-14 4:10 ` Olaf Hering
2005-09-20 10:02 ` Continuing PCI and Yenta troubles in 2.6.13.1 and 2.6.14-rc1 Andreas Koch
2005-09-20 12:59 ` Ivan Kokshaysky
[not found] ` <200509202006.19193.koch@esa.informatik.tu-darmstadt.de>
2005-09-21 15:55 ` Ivan Kokshaysky
2005-09-13 12:36 ` 2.6.13: Crash in Yenta initialization Andreas Koch
2005-09-13 12:43 ` Andreas Koch
2005-09-12 20:13 Marcus Wegner
2005-09-12 20:17 Marcus Wegner
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=20050902173754.546bc0d0.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=koch@esa.informatik.tu-darmstadt.de \
--cc=linux-kernel@vger.kernel.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
Powered by JetHome