lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 25 Sep 2012 12:33:57 -0700
From:	Tejun Heo <tj@...nel.org>
To:	Borislav Petkov <bp@...64.org>
Cc:	LKML <linux-kernel@...r.kernel.org>
Subject: Re: 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ