From: Stefan Richter <stefanr@s5r6.in-berlin.de>
To: Ingo Molnar <mingo@elte.hu>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
Andrew Morton <akpm@linux-foundation.org>,
linux-kernel@vger.kernel.org,
linux1394-devel@lists.sourceforge.net,
linux-media@vger.kernel.org,
Mauro Carvalho Chehab <mchehab@infradead.org>,
Ben Backx <ben@bbackx.com>, Henrik Kurelid <henrik@kurelid.se>
Subject: Re: [git pull] DVB + ieee1394: firedtv driver
Date: Thu, 26 Feb 2009 16:59:46 +0100 [thread overview]
Message-ID: <49A6BC72.5050206@s5r6.in-berlin.de> (raw)
In-Reply-To: <20090226013708.GA16892@elte.hu>
Ingo Molnar wrote:
> [ 13.756029] calling fdtv_init+0x0/0xf @ 1
> [ 13.760074] BUG: unable to handle kernel NULL pointer dereference at 00000054
> [ 13.764023] IP: [<c0496393>] driver_find+0xf/0x24
> [ 13.764023] *pde = 00000000
> [ 13.764023] Oops: 0000 [#1] SMP
> [ 13.764023] last sysfs file:
> [ 13.764023]
> [ 13.764023] Pid: 1, comm: swapper Not tainted (2.6.29-rc6-tip-01938-gdb50eec-dirty #27473) System Product Name
> [ 13.764023] EIP: 0060:[<c0496393>] EFLAGS: 00010286 CPU: 0
> [ 13.764023] EIP is at driver_find+0xf/0x24
> [ 13.764023] EAX: 00000000 EBX: c0f8d7ac ECX: c0e4a9dd EDX: c0e4a9dd
> [ 13.764023] ESI: 00000003 EDI: 00000000 EBP: f70e3f28 ESP: f70e3f28
> [ 13.764023] DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
> [ 13.764023] Process swapper (pid: 1, ti=f70e3000 task=f70e8000 task.ti=f70e3000)
> [ 13.764023] Stack:
> [ 13.764023] f70e3f38 c04964a5 c0f8d7a0 00000003 f70e3f48 c06eef99 c0f8d6f8 00000003
> [ 13.764023] f70e3f50 c066ac36 f70e3f5c c105c85c 34294a24 f70e3f64 c105c83a f70e3fc0
> [ 13.764023] c0101089 c105c82d 00000000 6f727200 6f632072 2d206564 00203231 f70e3fc0
> [ 13.764023] Call Trace:
> [ 13.764023] [<c04964a5>] ? driver_register+0x4b/0x96
> [ 13.764023] [<c06eef99>] ? __hpsb_register_protocol+0x23/0x36
> [ 13.764023] [<c066ac36>] ? hpsb_register_protocol+0xf/0x11
> [ 13.764023] [<c105c85c>] ? fdtv_1394_init+0x20/0x42
> [ 13.764023] [<c105c83a>] ? fdtv_init+0xd/0xf
> [ 13.764023] [<c0101089>] ? do_one_initcall+0x4f/0x11f
> [ 13.764023] [<c105c82d>] ? fdtv_init+0x0/0xf
> [ 13.764023] [<c018b5d9>] ? register_irq_proc+0x87/0xa0
> [ 13.764023] [<c103231a>] ? do_initcalls+0x15/0x25
> [ 13.764023] [<c10325af>] ? kernel_init+0x0/0x97
> [ 13.764023] [<c1032346>] ? do_basic_setup+0x1c/0x1e
> [ 13.764023] [<c1032608>] ? kernel_init+0x59/0x97
> [ 13.764023] [<c011c2b3>] ? kernel_thread_helper+0x7/0x10
> [ 13.764023] Code: b8 64 00 00 00 e8 10 49 cc ff e8 2e fc ff ff 85 c0 75 ed e8 eb 37 cd ff 31 c0 5d c3 55 89 e5 e8 34 5f c8 ff 89 c1 8b 42 38 89 ca <8b> 40 54 e8 6c 48 f9 ff 31 d2 85 c0 74 03 8b 50 6c 5d 89 d0 c3
>
> Config attached.
Thanks.
Alas I have no Linux box at hand before Saturday. I wonder, was
ieee1394_bus_type not yet registered (i.e. ieee1394's ieee1394_init()
not yet called) at the moment when fdtv_init is executed?
Or what else could have been the NULL pointer dereference in driver_find?
Stefan Richter
next prev parent reply other threads:[~2009-02-26 16:01 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-24 17:48 Stefan Richter
2009-02-26 1:37 ` Ingo Molnar
2009-02-26 15:59 ` Stefan Richter [this message]
2009-02-26 16:40 ` Linus Torvalds
2009-02-26 17:03 ` Ingo Molnar
2009-02-27 8:20 ` Stefan Richter
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=49A6BC72.5050206@s5r6.in-berlin.de \
--to=stefanr@s5r6.in-berlin.de \
--cc=akpm@linux-foundation.org \
--cc=ben@bbackx.com \
--cc=henrik@kurelid.se \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux1394-devel@lists.sourceforge.net \
--cc=mchehab@infradead.org \
--cc=mingo@elte.hu \
--cc=torvalds@linux-foundation.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
all inboxes | Powered by JetHome®