public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 3.10.10: WARNING: at kernel/smp.c:181 generic_smp_call_function_single_interrupt+0x11c/0x130()
@ 2013-09-10 22:15 Martin MOKREJŠ
  2013-09-11  3:28 ` Jiang Liu (Gerry)
  0 siblings, 1 reply; 2+ messages in thread
From: Martin MOKREJŠ @ 2013-09-10 22:15 UTC (permalink / raw)
  To: Jiang Liu, Andrew Morton, Peter Zijlstra, Ingo Molnar
  Cc: Jiang Liu, Wang YanQing, Shaohua Li, Steven Rostedt,
	Paul Gortmaker, liguang, LKML

Hi,
  I got this stacktrace shortly after bootup. I am disabling the two
hyper-threaded cores in my startup scripts so possibly that was the
trigger, at least per earlier report from Fernando Soto on Jul 08 2013:
  https://lkml.org/lkml/2013/7/8/301

  I don't see his name in this patch series which Google bring to me:

Re: [PATCH v1 2/3] SMP: simpilify function generic_smp_call_function_single_interrupt()

does the patch fix the issue? Are you aware of the issue? That is why
I CCed all of you. ;-) Please, somebody add to Cc: also Fernando, I cannot
find his email address in SPAM-protected email archives. surely you have
his original email in your Inbox or Trash. Thanks.


My stacktrace from 3.10.10 is:

[   22.908990] ------------[ cut here ]------------
[   22.909011] WARNING: at kernel/smp.c:181 generic_smp_call_function_single_interrupt+0x11c/0x130()
[   22.909021] Modules linked in: iwldvm iwlwifi
[   22.909029] CPU: 2 PID: 17 Comm: migration/2 Not tainted 3.10.10-default-pciehp #2
[   22.909032] Hardware name: Dell Inc. Vostro 3550/, BIOS A11 08/03/2012
[   22.909044]  0000000000000009 ffff88019fb03f08 ffffffff817f9734 ffff88019fb03f48
[   22.909054]  ffffffff8109698b ffff8801979adfd8 ffff88019fb13d80 0000000000000004
[   22.909064]  ffff88019fb03f68 ffff88019893bf01 0000000000000000 ffff88019fb03f58
[   22.909066] Call Trace:
[   22.909083]  <IRQ>  [<ffffffff817f9734>] dump_stack+0x19/0x1b
[   22.909093]  [<ffffffff8109698b>] warn_slowpath_common+0x6b/0xa0
[   22.909102]  [<ffffffff810969d5>] warn_slowpath_null+0x15/0x20
[   22.909111]  [<ffffffff810f2e6c>] generic_smp_call_function_single_interrupt+0x11c/0x130
[   22.909120]  [<ffffffff81025772>] smp_call_function_single_interrupt+0x22/0x40
[   22.909131]  [<ffffffff818029ef>] call_function_single_interrupt+0x6f/0x80
[   22.909146]  <EOI>  [<ffffffff810ff5e1>] ? stop_machine_cpu_stop+0xb1/0xf0
[   22.909155]  [<ffffffff810ff530>] ? cpu_stop_queue_work+0xa0/0xa0
[   22.909164]  [<ffffffff810ff6a4>] cpu_stopper_thread+0x84/0x140
[   22.909172]  [<ffffffff810ff8bc>] ? cpu_stop_should_run+0x2c/0x50
[   22.909181]  [<ffffffff81800d2a>] ? _raw_spin_unlock_irqrestore+0x3a/0x70
[   22.909188]  [<ffffffff810ec1b5>] ? trace_hardirqs_on_caller+0x105/0x1d0
[   22.909193]  [<ffffffff810ec28d>] ? trace_hardirqs_on+0xd/0x10
[   22.909199]  [<ffffffff810c452f>] smpboot_thread_fn+0xff/0x190
[   22.909203]  [<ffffffff810c4430>] ? lg_global_unlock+0x70/0x70
[   22.909207]  [<ffffffff810bcac5>] kthread+0xe5/0xf0
[   22.909212]  [<ffffffff810bc9e0>] ? flush_kthread_worker+0x150/0x150
[   22.909218]  [<ffffffff818018ec>] ret_from_fork+0x7c/0xb0
[   22.909222]  [<ffffffff810bc9e0>] ? flush_kthread_worker+0x150/0x150
[   22.909226] ---[ end trace a42128a3e17e6268 ]---
[   22.909261] smpboot: CPU 2 is now offline
[   23.044977] smpboot: CPU 3 is now offline


Martin

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 3.10.10: WARNING: at kernel/smp.c:181 generic_smp_call_function_single_interrupt+0x11c/0x130()
  2013-09-10 22:15 3.10.10: WARNING: at kernel/smp.c:181 generic_smp_call_function_single_interrupt+0x11c/0x130() Martin MOKREJŠ
@ 2013-09-11  3:28 ` Jiang Liu (Gerry)
  0 siblings, 0 replies; 2+ messages in thread
From: Jiang Liu (Gerry) @ 2013-09-11  3:28 UTC (permalink / raw)
  To: Martin MOKREJŠ
  Cc: Andrew Morton, Peter Zijlstra, Ingo Molnar, Jiang Liu,
	Wang YanQing, Shaohua Li, Steven Rostedt, Paul Gortmaker, liguang,
	LKML

Hi Martin,
	I don't think the mentioned patch could solve your problem.
The warning messages implies some issues in CPU hotplug, need more
investigation.
Regards!
Gerry

On 2013/9/11 6:15, Martin MOKREJŠ wrote:
> Hi,
>    I got this stacktrace shortly after bootup. I am disabling the two
> hyper-threaded cores in my startup scripts so possibly that was the
> trigger, at least per earlier report from Fernando Soto on Jul 08 2013:
>    https://lkml.org/lkml/2013/7/8/301
>
>    I don't see his name in this patch series which Google bring to me:
>
> Re: [PATCH v1 2/3] SMP: simpilify function generic_smp_call_function_single_interrupt()
>
> does the patch fix the issue? Are you aware of the issue? That is why
> I CCed all of you. ;-) Please, somebody add to Cc: also Fernando, I cannot
> find his email address in SPAM-protected email archives. surely you have
> his original email in your Inbox or Trash. Thanks.
>
>
> My stacktrace from 3.10.10 is:
>
> [   22.908990] ------------[ cut here ]------------
> [   22.909011] WARNING: at kernel/smp.c:181 generic_smp_call_function_single_interrupt+0x11c/0x130()
> [   22.909021] Modules linked in: iwldvm iwlwifi
> [   22.909029] CPU: 2 PID: 17 Comm: migration/2 Not tainted 3.10.10-default-pciehp #2
> [   22.909032] Hardware name: Dell Inc. Vostro 3550/, BIOS A11 08/03/2012
> [   22.909044]  0000000000000009 ffff88019fb03f08 ffffffff817f9734 ffff88019fb03f48
> [   22.909054]  ffffffff8109698b ffff8801979adfd8 ffff88019fb13d80 0000000000000004
> [   22.909064]  ffff88019fb03f68 ffff88019893bf01 0000000000000000 ffff88019fb03f58
> [   22.909066] Call Trace:
> [   22.909083]  <IRQ>  [<ffffffff817f9734>] dump_stack+0x19/0x1b
> [   22.909093]  [<ffffffff8109698b>] warn_slowpath_common+0x6b/0xa0
> [   22.909102]  [<ffffffff810969d5>] warn_slowpath_null+0x15/0x20
> [   22.909111]  [<ffffffff810f2e6c>] generic_smp_call_function_single_interrupt+0x11c/0x130
> [   22.909120]  [<ffffffff81025772>] smp_call_function_single_interrupt+0x22/0x40
> [   22.909131]  [<ffffffff818029ef>] call_function_single_interrupt+0x6f/0x80
> [   22.909146]  <EOI>  [<ffffffff810ff5e1>] ? stop_machine_cpu_stop+0xb1/0xf0
> [   22.909155]  [<ffffffff810ff530>] ? cpu_stop_queue_work+0xa0/0xa0
> [   22.909164]  [<ffffffff810ff6a4>] cpu_stopper_thread+0x84/0x140
> [   22.909172]  [<ffffffff810ff8bc>] ? cpu_stop_should_run+0x2c/0x50
> [   22.909181]  [<ffffffff81800d2a>] ? _raw_spin_unlock_irqrestore+0x3a/0x70
> [   22.909188]  [<ffffffff810ec1b5>] ? trace_hardirqs_on_caller+0x105/0x1d0
> [   22.909193]  [<ffffffff810ec28d>] ? trace_hardirqs_on+0xd/0x10
> [   22.909199]  [<ffffffff810c452f>] smpboot_thread_fn+0xff/0x190
> [   22.909203]  [<ffffffff810c4430>] ? lg_global_unlock+0x70/0x70
> [   22.909207]  [<ffffffff810bcac5>] kthread+0xe5/0xf0
> [   22.909212]  [<ffffffff810bc9e0>] ? flush_kthread_worker+0x150/0x150
> [   22.909218]  [<ffffffff818018ec>] ret_from_fork+0x7c/0xb0
> [   22.909222]  [<ffffffff810bc9e0>] ? flush_kthread_worker+0x150/0x150
> [   22.909226] ---[ end trace a42128a3e17e6268 ]---
> [   22.909261] smpboot: CPU 2 is now offline
> [   23.044977] smpboot: CPU 3 is now offline
>
>
> Martin
>
> .
>



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-09-11  3:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-10 22:15 3.10.10: WARNING: at kernel/smp.c:181 generic_smp_call_function_single_interrupt+0x11c/0x130() Martin MOKREJŠ
2013-09-11  3:28 ` Jiang Liu (Gerry)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox