* kernfs oops with i915+i2c_core in 3.14 merge window
@ 2014-01-30 19:03 Josh Boyer
2014-01-30 19:05 ` Tejun Heo
0 siblings, 1 reply; 4+ messages in thread
From: Josh Boyer @ 2014-01-30 19:03 UTC (permalink / raw)
To: Daniel Vetter, Jani Nikula, David Airlie, Wolfram Sang, Tejun Heo
Cc: intel-gfx, Linux-Kernel@Vger. Kernel. Org, DRI mailing list,
linux-i2c
Hi All,
I'm seeing the oops below on my MacBookPro 10,2 machine using i915
graphics. It's after the DRM merge for 3.14 ( v3.13-10094-g9b0cd30) ,
but we seem to have one report[1] of this happening well before that,
in v3.13-3260-g03d11a0 as well. Does anyone have a clue what is going
on here?
https://bugzilla.redhat.com/show_bug.cgi?id=1055105
josh
[ 6.058198] INFO: trying to register non-static key.
[ 6.058203] the code is fine but needs lockdep annotation.
[ 6.058206] turning off the locking correctness validator.
[ 6.058210] CPU: 2 PID: 225 Comm: systemd-udevd Not tainted
3.14.0-0.rc0.git17.1.fc21.x86_64 #1
[ 6.058214] Hardware name: Apple Inc.
MacBookPro10,2/Mac-AFD8A9D944EA4843, BIOS
MBP102.88Z.0106.B03.1211161133 11/16/2012
[ 6.058219] 0000000000000000 000000008b5190d0 ffff88025cc67460
ffffffff817cdb1f
[ 6.058225] 0000000000000002 ffff88025cc67470 ffffffff817c8aa9
ffff88025cc67550
[ 6.058230] ffffffff810fa886 0000000000000002 ffff88025cc66000
ffff88025cc67500
[ 6.058236] Call Trace:
[ 6.058242] [<ffffffff817cdb1f>] dump_stack+0x4d/0x66
[ 6.058247] [<ffffffff817c8aa9>] register_lock_class.part.26+0x38/0x3c
[ 6.058253] [<ffffffff810fa886>] __lock_acquire+0x1776/0x1c40
[ 6.058258] [<ffffffff810f8b09>] ? mark_held_locks+0xb9/0x140
[ 6.058262] [<ffffffff810feb91>] ? __raw_spin_lock_init+0x21/0x60
[ 6.058267] [<ffffffff810f626c>] ? lockdep_init_map+0xac/0x4a0
[ 6.058271] [<ffffffff810fb542>] lock_acquire+0xa2/0x1d0
[ 6.058275] [<ffffffff812beeb8>] ? kernfs_addrm_finish+0x38/0x60
[ 6.058279] [<ffffffff812be0de>] kernfs_deactivate+0x13e/0x1a0
[ 6.058283] [<ffffffff812beeb8>] ? kernfs_addrm_finish+0x38/0x60
[ 6.058287] [<ffffffff810f8b09>] ? mark_held_locks+0xb9/0x140
[ 6.058291] [<ffffffff810f8b09>] ? mark_held_locks+0xb9/0x140
[ 6.058295] [<ffffffff812beeb8>] kernfs_addrm_finish+0x38/0x60
[ 6.058299] [<ffffffff812bf150>] kernfs_remove_by_name_ns+0x60/0xc0
[ 6.058304] [<ffffffff812bcc81>] remove_files.isra.1+0x41/0x80
[ 6.058308] [<ffffffff812bcf77>] sysfs_remove_group+0x47/0xa0
[ 6.058312] [<ffffffff812bd0a3>] sysfs_remove_groups+0x33/0x50
[ 6.058318] [<ffffffff814f391e>] device_remove_attrs+0x5e/0x80
[ 6.058322] [<ffffffff814f455e>] device_del+0x12e/0x1d0
[ 6.058325] [<ffffffff814f461e>] device_unregister+0x1e/0x60
[ 6.058331] [<ffffffffa000d407>] i2c_del_adapter+0x267/0x3b0 [i2c_core]
[ 6.058354] [<ffffffffa00df8de>] intel_sdvo_init+0x20e/0x8c0 [i915]
[ 6.058359] [<ffffffff810f8c95>] ? trace_hardirqs_on_caller+0x105/0x1d0
[ 6.058363] [<ffffffff810f8d6d>] ? trace_hardirqs_on+0xd/0x10
[ 6.058381] [<ffffffffa00fb952>] ? gen6_read32+0x52/0x1c0 [i915]
[ 6.058398] [<ffffffffa00c7922>] intel_modeset_init+0xb62/0xff0 [i915]
[ 6.058414] [<ffffffffa00ea6b8>] ?
intel_power_domains_init_hw+0xa8/0x110 [i915]
[ 6.058429] [<ffffffffa008b38c>] i915_driver_load+0xccc/0xec0 [i915]
[ 6.058440] [<ffffffffa00264cd>] ? drm_get_minor+0x1ad/0x200 [drm]
[ 6.058447] [<ffffffffa002659d>] drm_dev_register+0x7d/0x180 [drm]
[ 6.058455] [<ffffffffa0028d10>] drm_get_pci_dev+0xa0/0x220 [drm]
[ 6.058468] [<ffffffffa008770b>] i915_pci_probe+0x3b/0x60 [i915]
[ 6.058473] [<ffffffff8140c605>] local_pci_probe+0x45/0xa0
[ 6.058477] [<ffffffff8140d8b5>] ? pci_match_device+0xc5/0xd0
[ 6.058481] [<ffffffff8140d9f9>] pci_device_probe+0xf9/0x150
[ 6.058486] [<ffffffff814f8b95>] driver_probe_device+0x125/0x3a0
[ 6.058490] [<ffffffff814f8ee3>] __driver_attach+0x93/0xa0
[ 6.058494] [<ffffffff814f8e50>] ? __device_attach+0x40/0x40
[ 6.058498] [<ffffffff814f68d3>] bus_for_each_dev+0x73/0xc0
[ 6.058502] [<ffffffff814f851e>] driver_attach+0x1e/0x20
[ 6.058505] [<ffffffff814f80c8>] bus_add_driver+0x188/0x260
[ 6.058509] [<ffffffffa0154000>] ? 0xffffffffa0153fff
[ 6.058513] [<ffffffff814f9584>] driver_register+0x64/0xf0
[ 6.058516] [<ffffffffa0154000>] ? 0xffffffffa0153fff
[ 6.058520] [<ffffffff8140bfa0>] __pci_register_driver+0x60/0x70
[ 6.058527] [<ffffffffa0028faa>] drm_pci_init+0x11a/0x130 [drm]
[ 6.058531] [<ffffffffa0154000>] ? 0xffffffffa0153fff
[ 6.058543] [<ffffffffa015406a>] i915_init+0x6a/0x6c [i915]
[ 6.058548] [<ffffffff8100214a>] do_one_initcall+0xfa/0x1b0
[ 6.058552] [<ffffffff810640a3>] ? set_memory_nx+0x43/0x50
[ 6.058557] [<ffffffff81131d63>] load_module+0x1eb3/0x26e0
[ 6.058560] [<ffffffff8112cc70>] ? store_uevent+0x70/0x70
[ 6.058565] [<ffffffff81238710>] ? kernel_read+0x50/0x80
[ 6.058569] [<ffffffff81132766>] SyS_finit_module+0xa6/0xd0
[ 6.058574] [<ffffffff817e19a9>] system_call_fastpath+0x16/0x1b
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: kernfs oops with i915+i2c_core in 3.14 merge window
2014-01-30 19:03 kernfs oops with i915+i2c_core in 3.14 merge window Josh Boyer
@ 2014-01-30 19:05 ` Tejun Heo
[not found] ` <20140130190513.GB16260-Gd/HAXX7CRxy/B6EtB590w@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Tejun Heo @ 2014-01-30 19:05 UTC (permalink / raw)
To: Josh Boyer
Cc: Wolfram Sang, Daniel Vetter, intel-gfx,
Linux-Kernel@Vger. Kernel. Org, DRI mailing list, linux-i2c
On Thu, Jan 30, 2014 at 02:03:18PM -0500, Josh Boyer wrote:
> Hi All,
>
> I'm seeing the oops below on my MacBookPro 10,2 machine using i915
> graphics. It's after the DRM merge for 3.14 ( v3.13-10094-g9b0cd30) ,
> but we seem to have one report[1] of this happening well before that,
> in v3.13-3260-g03d11a0 as well. Does anyone have a clue what is going
> on here?
>
> https://bugzilla.redhat.com/show_bug.cgi?id=1055105
Should be fixed by the following patch which is already queued.
http://lkml.kernel.org/g/20140129170403.GJ30842@htj.dyndns.org
Thanks.
--
tejun
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: kernfs oops with i915+i2c_core in 3.14 merge window
[not found] ` <20140130190513.GB16260-Gd/HAXX7CRxy/B6EtB590w@public.gmane.org>
@ 2014-01-30 19:20 ` Josh Boyer
[not found] ` <CA+5PVA6jobif4fNJdFKtWvSdPbnhioKPOj4kD=V8-_m0C4AFmw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Josh Boyer @ 2014-01-30 19:20 UTC (permalink / raw)
To: Tejun Heo
Cc: Daniel Vetter, Jani Nikula, David Airlie, Wolfram Sang,
intel-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW, DRI mailing list,
Linux-Kernel@Vger. Kernel. Org, linux-i2c-u79uwXL29TY76Z2rM5mHXA
On Thu, Jan 30, 2014 at 2:05 PM, Tejun Heo <tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> wrote:
> On Thu, Jan 30, 2014 at 02:03:18PM -0500, Josh Boyer wrote:
>> Hi All,
>>
>> I'm seeing the oops below on my MacBookPro 10,2 machine using i915
>> graphics. It's after the DRM merge for 3.14 ( v3.13-10094-g9b0cd30) ,
>> but we seem to have one report[1] of this happening well before that,
>> in v3.13-3260-g03d11a0 as well. Does anyone have a clue what is going
>> on here?
>>
>> https://bugzilla.redhat.com/show_bug.cgi?id=1055105
>
> Should be fixed by the following patch which is already queued.
>
> http://lkml.kernel.org/g/20140129170403.GJ30842-Gd/HAXX7CRxy/B6EtB590w@public.gmane.org
Oh, excellent! I'll throw that into a build and test it here. Thanks
for the quick reply, Tejun.
josh
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: kernfs oops with i915+i2c_core in 3.14 merge window
[not found] ` <CA+5PVA6jobif4fNJdFKtWvSdPbnhioKPOj4kD=V8-_m0C4AFmw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2014-01-30 20:57 ` Josh Boyer
0 siblings, 0 replies; 4+ messages in thread
From: Josh Boyer @ 2014-01-30 20:57 UTC (permalink / raw)
To: Tejun Heo
Cc: Daniel Vetter, Jani Nikula, David Airlie, Wolfram Sang,
intel-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW, DRI mailing list,
Linux-Kernel@Vger. Kernel. Org, linux-i2c-u79uwXL29TY76Z2rM5mHXA
On Thu, Jan 30, 2014 at 2:20 PM, Josh Boyer <jwboyer-rxtnV0ftBwyoClj4AeEUq9i2O/JbrIOy@public.gmane.org> wrote:
> On Thu, Jan 30, 2014 at 2:05 PM, Tejun Heo <tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> wrote:
>> On Thu, Jan 30, 2014 at 02:03:18PM -0500, Josh Boyer wrote:
>>> Hi All,
>>>
>>> I'm seeing the oops below on my MacBookPro 10,2 machine using i915
>>> graphics. It's after the DRM merge for 3.14 ( v3.13-10094-g9b0cd30) ,
>>> but we seem to have one report[1] of this happening well before that,
>>> in v3.13-3260-g03d11a0 as well. Does anyone have a clue what is going
>>> on here?
>>>
>>> https://bugzilla.redhat.com/show_bug.cgi?id=1055105
>>
>> Should be fixed by the following patch which is already queued.
>>
>> http://lkml.kernel.org/g/20140129170403.GJ30842-Gd/HAXX7CRxy/B6EtB590w@public.gmane.org
>
> Oh, excellent! I'll throw that into a build and test it here. Thanks
> for the quick reply, Tejun.
FWIW, my test build with that patch does seem to solve the problem.
Thanks again.
josh
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-01-30 20:57 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-30 19:03 kernfs oops with i915+i2c_core in 3.14 merge window Josh Boyer
2014-01-30 19:05 ` Tejun Heo
[not found] ` <20140130190513.GB16260-Gd/HAXX7CRxy/B6EtB590w@public.gmane.org>
2014-01-30 19:20 ` Josh Boyer
[not found] ` <CA+5PVA6jobif4fNJdFKtWvSdPbnhioKPOj4kD=V8-_m0C4AFmw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-01-30 20:57 ` Josh Boyer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox