lkml.org 
[lkml]   [2012]   [Sep]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: WARNING: at kernel/workqueue.c:1034 __queue_work+0x23d/0x2d7()
Hello,

On Tue, Sep 25, 2012 at 09:28:47PM +0200, Borislav Petkov wrote:
> FYI: just hit this below on plain -rc7. Only once so far...
>
> [ 5294.811825] ------------[ cut here ]------------
> [ 5294.816682] WARNING: at kernel/workqueue.c:1034 __queue_work+0x23d/0x2d7()
> [ 5294.823816] Hardware name: Dinar
> [ 5294.827165] Modules linked in: ohci_hcd radeon kvm_amd ttm drm_kms_helper kvm hwmon backlight cfbcopyarea e1000e cfbimgblt ehci_hcd amd64_edac_mod cfbfillrect edac_core microcode
> [ 5294.844005] Pid: 5076, comm: test Not tainted 3.6.0-rc7 #2
> [ 5294.849689] Call Trace:
> [ 5294.852232] <IRQ> [<ffffffff810330cd>] warn_slowpath_common+0x85/0x9d
> [ 5294.859145] [<ffffffff810330ff>] warn_slowpath_null+0x1a/0x1c
> [ 5294.865206] [<ffffffff8104c962>] __queue_work+0x23d/0x2d7
> [ 5294.877240] [<ffffffff8104cab2>] delayed_work_timer_fn+0x2a/0x2e
> [ 5294.883573] [<ffffffff81040d96>] run_timer_softirq+0x264/0x381
> [ 5294.908176] [<ffffffff8103a4fc>] __do_softirq+0xdc/0x1de
> [ 5294.913786] [<ffffffff81496a9c>] call_softirq+0x1c/0x30
> [ 5294.919304] [<ffffffff81003253>] do_softirq+0x3d/0x86
> [ 5294.924646] [<ffffffff8103a7e4>] irq_exit+0x53/0xb2
> [ 5294.929806] [<ffffffff814970bf>] smp_apic_timer_interrupt+0x8b/0x99
> [ 5294.936408] [<ffffffff8149631c>] apic_timer_interrupt+0x6c/0x80
> [ 5294.942640] <EOI> [<ffffffff8148ef06>] ? retint_swapgs+0xe/0x13
> [ 5294.949000] ---[ end trace eaf0764fd1698db2 ]---

That's __queue_work() seeing a delayed work item which either hasn't
been initialized properly or got corrupted somehow. Can you please
stick printk("XXX offending function = %pf\n", work->func); right
below the WARN_ON() and try to reproduce the problem?

Thanks.

--
tejun


\
 
 \ /
  Last update: 2012-09-25 22:21    [W:0.022 / U:1.888 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site