Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932428AbaFQIJ7 (ORCPT ); Tue, 17 Jun 2014 04:09:59 -0400 Received: from mail-la0-f43.google.com ([209.85.215.43]:51313 "EHLO mail-la0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932133AbaFQIJ4 (ORCPT ); Tue, 17 Jun 2014 04:09:56 -0400 MIME-Version: 1.0 Date: Tue, 17 Jun 2014 13:39:54 +0530 X-Google-Sender-Auth: eqk9zu1UzDLjcohf8oKEyIhQsHs Message-ID: Subject: Boot warnings on exynos5420 based boards From: Sachin Kamat To: linux-kernel@vger.kernel.org, "linux-arm-kernel@lists.infradead.org" , linux-samsung-soc@vger.kernel.org Cc: Sachin Kamat , srivatsa.bhat@linux.vnet.ibm.com, Arnd Bergmann , nicolas.pitre@linaro.org, fweisbec@gmail.com, akpm@linux-foundation.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, I observe the below warnings while trying to boot Exynos5420 based boards since yesterday's linux-next (next-20140616) using multi_v7_defconfig. Looks like it is triggered by the commit 56e6921829 ("CPU hotplug, smp: flush any pending IPI callbacks before CPU offline"). Any ideas? ************************************************************* [ 0.046521] Exynos MCPM support installed [ 0.048939] CPU1: Booted secondary processor [ 0.065005] CPU1: update cpu_capacity 1535 [ 0.065011] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.065660] CPU2: Booted secondary processor [ 0.085005] CPU2: update cpu_capacity 1535 [ 0.085012] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 0.085662] CPU3: Booted secondary processor [ 0.105005] CPU3: update cpu_capacity 1535 [ 0.105011] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 1.105031] CPU4: failed to come online [ 1.105081] ------------[ cut here ]------------ [ 1.105104] WARNING: CPU: 0 PID: 1 at kernel/smp.c:228 flush_smp_call_function_queue+0xc0/0x178() [ 1.105112] Modules linked in: [ 1.105129] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.15.0-next-20140616-00002-g38f9385a061b #2035 [ 1.105157] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 1.105179] [] (show_stack) from [] (dump_stack+0x8c/0x9c) [ 1.105198] [] (dump_stack) from [] (warn_slowpath_common+0x70/0x8c) [ 1.105216] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 1.105235] [] (warn_slowpath_null) from [] (flush_smp_call_function_queue+0xc0/0x178) [ 1.105253] [] (flush_smp_call_function_queue) from [] (hotplug_cfd+0x98/0xd8) [ 1.105269] [] (hotplug_cfd) from [] (notifier_call_chain+0x44/0x84) [ 1.105285] [] (notifier_call_chain) from [] (_cpu_up+0x120/0x170) [ 1.105302] [] (_cpu_up) from [] (cpu_up+0x70/0x94) [ 1.105319] [] (cpu_up) from [] (smp_init+0xac/0xb0) [ 1.105337] [] (smp_init) from [] (kernel_init_freeable+0x90/0x1dc) [ 1.105353] [] (kernel_init_freeable) from [] (kernel_init+0xc/0xe8) [ 1.105368] [] (kernel_init) from [] (ret_from_fork+0x14/0x3c) [ 1.105389] ---[ end trace bc66942e4ab63168 ]--- [ 2.105047] CPU5: failed to come online [ 2.105073] ------------[ cut here ]------------ [ 2.105091] WARNING: CPU: 0 PID: 1 at kernel/smp.c:228 flush_smp_call_function_queue+0xc0/0x178() [ 2.105099] Modules linked in: [ 2.105114] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 3.15.0-next-20140616-00002-g38f9385a061b #2035 [ 2.105135] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 2.105153] [] (show_stack) from [] (dump_stack+0x8c/0x9c) [ 2.105170] [] (dump_stack) from [] (warn_slowpath_common+0x70/0x8c) [ 2.105187] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 2.105205] [] (warn_slowpath_null) from [] (flush_smp_call_function_queue+0xc0/0x178) [ 2.105222] [] (flush_smp_call_function_queue) from [] (hotplug_cfd+0x98/0xd8) [ 2.105237] [] (hotplug_cfd) from [] (notifier_call_chain+0x44/0x84) [ 2.105252] [] (notifier_call_chain) from [] (_cpu_up+0x120/0x170) [ 2.105268] [] (_cpu_up) from [] (cpu_up+0x70/0x94) [ 2.105285] [] (cpu_up) from [] (smp_init+0xac/0xb0) [ 2.105301] [] (smp_init) from [] (kernel_init_freeable+0x90/0x1dc) [ 2.105316] [] (kernel_init_freeable) from [] (kernel_init+0xc/0xe8) [ 2.105330] [] (kernel_init) from [] (ret_from_fork+0x14/0x3c) [ 2.105339] ---[ end trace bc66942e4ab63169 ]--- [ 3.105064] CPU6: failed to come online [ 3.105089] ------------[ cut here ]------------ [ 3.105107] WARNING: CPU: 0 PID: 1 at kernel/smp.c:228 flush_smp_call_function_queue+0xc0/0x178() [ 3.105115] Modules linked in: [ 3.105131] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 3.15.0-next-20140616-00002-g38f9385a061b #2035 [ 3.105150] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 3.105168] [] (show_stack) from [] (dump_stack+0x8c/0x9c) [ 3.105185] [] (dump_stack) from [] (warn_slowpath_common+0x70/0x8c) [ 3.105202] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 3.105220] [] (warn_slowpath_null) from [] (flush_smp_call_function_queue+0xc0/0x178) [ 3.105237] [] (flush_smp_call_function_queue) from [] (hotplug_cfd+0x98/0xd8) [ 3.105252] [] (hotplug_cfd) from [] (notifier_call_chain+0x44/0x84) [ 3.105267] [] (notifier_call_chain) from [] (_cpu_up+0x120/0x170) [ 3.105283] [] (_cpu_up) from [] (cpu_up+0x70/0x94) [ 3.105299] [] (cpu_up) from [] (smp_init+0xac/0xb0) [ 3.105315] [] (smp_init) from [] (kernel_init_freeable+0x90/0x1dc) [ 3.105330] [] (kernel_init_freeable) from [] (kernel_init+0xc/0xe8) [ 3.105344] [] (kernel_init) from [] (ret_from_fork+0x14/0x3c) [ 3.105353] ---[ end trace bc66942e4ab6316a ]--- [ 4.105081] CPU7: failed to come online [ 4.105106] ------------[ cut here ]------------ [ 4.105124] WARNING: CPU: 0 PID: 1 at kernel/smp.c:228 flush_smp_call_function_queue+0xc0/0x178() [ 4.105132] Modules linked in: [ 4.105147] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 3.15.0-next-20140616-00002-g38f9385a061b #2035 [ 4.105167] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 4.105184] [] (show_stack) from [] (dump_stack+0x8c/0x9c) [ 4.105201] [] (dump_stack) from [] (warn_slowpath_common+0x70/0x8c) [ 4.105218] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 4.105236] [] (warn_slowpath_null) from [] (flush_smp_call_function_queue+0xc0/0x178) [ 4.105253] [] (flush_smp_call_function_queue) from [] (hotplug_cfd+0x98/0xd8) [ 4.105268] [] (hotplug_cfd) from [] (notifier_call_chain+0x44/0x84) [ 4.105283] [] (notifier_call_chain) from [] (_cpu_up+0x120/0x170) [ 4.105299] [] (_cpu_up) from [] (cpu_up+0x70/0x94) [ 4.105315] [] (cpu_up) from [] (smp_init+0xac/0xb0) [ 4.105331] [] (smp_init) from [] (kernel_init_freeable+0x90/0x1dc) [ 4.105346] [] (kernel_init_freeable) from [] (kernel_init+0xc/0xe8) [ 4.105360] [] (kernel_init) from [] (ret_from_fork+0x14/0x3c) [ 4.105370] ---[ end trace bc66942e4ab6316b ]--- [ 4.105380] Brought up 4 CPUs Regards, Sachin -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/