From: Ingo Molnar <mingo@elte.hu>
To: Jean Delvare <khali@linux-fr.org>
Cc: john stultz <johnstul@us.ibm.com>, Greg KH <gregkh@suse.de>,
LKML <linux-kernel@vger.kernel.org>,
Linux I2C <i2c@lm-sensors.org>,
Ulrich Drepper <drepper@redhat.com>
Subject: Re: [crash, bisected] I2C, kobject (ffff81003e8c4160): tried to init an initialized object
Date: Thu, 17 Jul 2008 11:26:55 +0200 [thread overview]
Message-ID: <20080717092655.GA6115@elte.hu> (raw)
In-Reply-To: <20080716141826.1d88d05e@hyperion.delvare>
Jean,
-tip testing found another (similar) i2c crash with latest -git, on a
Core2Duo laptop:
calling nforce2_init+0x0/0x1b
initcall nforce2_init+0x0/0x1b returned 0 after 0 msecs
calling nforce2_s4985_init+0x0/0x275
BUG: unable to handle kernel NULL pointer dereference at 0000000c
IP: [<c04af2cf>] i2c_smbus_xfer+0x27/0x3f0
*pdpt = 00000000009cb001 *pde = 0000000000000000
Oops: 0000 [#1] SMP
Pid: 1, comm: swapper Not tainted (2.6.26-tip #3033)
EIP: 0060:[<c04af2cf>] EFLAGS: 00010246 CPU: 0
EIP is at i2c_smbus_xfer+0x27/0x3f0
EAX: 00000003 EBX: 00000000 ECX: 00000000 EDX: 00000018
ESI: 00000003 EDI: 00000018 EBP: f7c6ff24 ESP: f7c6fea8
DS: 007b ES: 007b FS: 00d8 GS: 0000 SS: 0068
Process swapper (pid: 1, ti=f7c6e000 task=f7c70000 task.ti=f7c6e000)
Stack: 00000035 00030000 00000000 c0104237 00000000 00000046 00000046 00000000
00000000 f7c6ff50 c09debf0 0001007b fffe007b 000000d8 ffffffef c01213cb
00000060 00000286 f7c6ff1c 00000004 00000286 00000246 f7c6ff24 c014673a
Call Trace:
[<c0104237>] ? common_interrupt+0x23/0x28
[<c01213cb>] ? vprintk+0x290/0x29b
[<c014673a>] ? ftrace_record_ip+0x19f/0x1e6
[<c01a1385>] ? sysfs_add_file_mode+0x57/0x76
[<c099632f>] ? nforce2_s4985_init+0x2d/0x275
[<c013319c>] ? ktime_get_ts+0x51/0x55
[<c01331b8>] ? ktime_get+0x18/0x34
[<c0971887>] ? kernel_init+0x11f/0x24a
[<c0996302>] ? nforce2_s4985_init+0x0/0x275
[<c011cbe8>] ? schedule_tail+0x1e/0x4d
[<c01037aa>] ? ret_from_fork+0x6/0x1c
[<c0971768>] ? kernel_init+0x0/0x24a
[<c0971768>] ? kernel_init+0x0/0x24a
[<c0104477>] ? kernel_thread_helper+0x7/0x10
=======================
Code: 5e 5f 5d c3 55 89 e5 57 56 53 83 ec 70 e8 ca 51 c5 ff 89 45 8c 8b 75 0c 83 e1 14 8a 45 08 89 d7 8b 5d 8c 88 45 8b 89 f0 88 45 8a <8b> 43 0c 83 78 04 00 0f b7 c1 89 45 84 74 3a 83 c3 20 89 d8 e8
EIP: [<c04af2cf>] i2c_smbus_xfer+0x27/0x3f0 SS:ESP 0068:f7c6fea8
Kernel panic - not syncing: Fatal exception
Pid: 1, comm: swapper Tainted: G D 2.6.26-tip #3033
[<c01208ee>] panic+0x44/0xeb
[<c0104c8d>] die+0x123/0x13a
[<c0110f38>] do_page_fault+0x632/0x6f2
[<c0110906>] ? do_page_fault+0x0/0x6f2
[<c06585ca>] error_code+0x72/0x78
[<c04af2cf>] ? i2c_smbus_xfer+0x27/0x3f0
[<c0104237>] ? common_interrupt+0x23/0x28
[<c01213cb>] ? vprintk+0x290/0x29b
[<c014673a>] ? ftrace_record_ip+0x19f/0x1e6
[<c01a1385>] ? sysfs_add_file_mode+0x57/0x76
[<c099632f>] nforce2_s4985_init+0x2d/0x275
[<c013319c>] ? ktime_get_ts+0x51/0x55
[<c01331b8>] ? ktime_get+0x18/0x34
[<c0971887>] kernel_init+0x11f/0x24a
[<c0996302>] ? nforce2_s4985_init+0x0/0x275
[<c011cbe8>] ? schedule_tail+0x1e/0x4d
[<c01037aa>] ? ret_from_fork+0x6/0x1c
[<c0971768>] ? kernel_init+0x0/0x24a
[<c0971768>] ? kernel_init+0x0/0x24a
[<c0104477>] kernel_thread_helper+0x7/0x10
=======================
the config is:
http://redhat.com/~mingo/misc/config-Thu_Jul_17_10_47_42_CEST_2008.bad
this too seems to have a sysfs angle. I have tried
a3cf859321486f69506326146ab3e2fd15c05c3f, is that supposed to have fixed
all previous problems?
Ingo
next prev parent reply other threads:[~2008-07-17 9:26 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-14 20:49 [GIT PULL] i2c updates for 2.6.27, round 1 Jean Delvare
2008-07-14 20:49 ` Jean Delvare
2008-07-16 8:23 ` [crash, bisected] I2C, kobject (ffff81003e8c4160): tried to init an initialized object (was: Re: [GIT PULL] i2c updates for 2.6.27, round 1) Ingo Molnar
2008-07-16 9:07 ` Jean Delvare
2008-07-16 9:07 ` Jean Delvare
2008-07-16 10:08 ` [crash, bisected] I2C, kobject (ffff81003e8c4160): tried to init an initialized object Jean Delvare
2008-07-16 12:18 ` Jean Delvare
2008-07-17 9:26 ` Ingo Molnar [this message]
2008-07-17 9:33 ` Ingo Molnar
2008-07-17 9:48 ` Alexey Dobriyan
[not found] ` <20080717094858.GA18687-QDJVlCTZ4KWTKS93B3g+7KFoa47nwP16@public.gmane.org>
2008-07-17 9:59 ` Ingo Molnar
2008-07-17 9:59 ` Ingo Molnar
2008-08-06 20:21 ` Jean Delvare
2008-08-06 20:21 ` Jean Delvare
[not found] ` <20080717092655.GA6115-X9Un+BFzKDI@public.gmane.org>
2008-07-17 9:49 ` Ingo Molnar
2008-07-17 9:49 ` Ingo Molnar
2008-07-17 9:54 ` Ingo Molnar
2008-07-17 22:42 ` [crash, bisected] I2C, kobject (ffff81003e8c4160): tried to init an initialized object (was: Re: [GIT PULL] i2c updates for 2.6.27, round 1) Greg KH
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=20080717092655.GA6115@elte.hu \
--to=mingo@elte.hu \
--cc=drepper@redhat.com \
--cc=gregkh@suse.de \
--cc=i2c@lm-sensors.org \
--cc=johnstul@us.ibm.com \
--cc=khali@linux-fr.org \
--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 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.