Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760086Ab3CGX7W (ORCPT ); Thu, 7 Mar 2013 18:59:22 -0500 Received: from mail-la0-f43.google.com ([209.85.215.43]:51457 "EHLO mail-la0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758814Ab3CGX7U (ORCPT ); Thu, 7 Mar 2013 18:59:20 -0500 MIME-Version: 1.0 In-Reply-To: References: <1358901294-3269-1-git-send-email-fweisbec@gmail.com> Date: Fri, 8 Mar 2013 00:59:18 +0100 Message-ID: Subject: Re: [ANNOUNCE] 3.8-rc4-nohz3 From: Frederic Weisbecker To: Hakan Akkan Cc: LKML , Alessio Igor Bogani , Andrew Morton , Chris Metcalf , Christoph Lameter , Geoff Levand , Gilad Ben Yossef , Ingo Molnar , Li Zhong , Namhyung Kim , "Paul E. McKenney" , Paul Gortmaker , Peter Zijlstra , Steven Rostedt , Thomas Gleixner Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1817 Lines: 39 2013/1/23 Hakan Akkan : > Hi, > > This WARN_ON is triggered for every full nohz CPU in the system during > AP boot in a 16 core machine: Yeah it happens because we are enqueuing a timer to an offline CPU. I'm trying to fix it, tell me if you still see the warning on the next version. Thanks! > > [ 0.336895] ------------[ cut here ]------------ > [ 0.341508] WARNING: at arch/x86/kernel/smp.c:123 > native_smp_send_reschedule+0x4f/0x60() > [ 0.349578] Hardware name: X8DTG-D > [ 0.315066] smpboot: Booting Node 0, Processors #1 > [ 0.352978] Modules linked in: > [ 0.356233] Pid: 0, comm: swapper/1 Not tainted 3.8.0-rc4+ #3 > [ 0.361959] Call Trace: > [ 0.364404] [] warn_slowpath_common+0x7a/0xb0 > [ 0.370399] [] warn_slowpath_null+0x15/0x20 > [ 0.376213] [] native_smp_send_reschedule+0x4f/0x60 > [ 0.382723] [] wake_up_nohz_cpu+0x78/0x80 > [ 0.388374] [] add_timer_on+0x8a/0xf0 > [ 0.393679] [] mce_start_timer+0x64/0x70 > [ 0.399241] [] __mcheck_cpu_init_timer+0x52/0x60 > [ 0.405490] [] mcheck_cpu_init+0x360/0x3d9 > [ 0.411226] [] identify_cpu+0x39d/0x3ba > [ 0.416696] [] identify_secondary_cpu+0x16/0x1d > [ 0.422855] [] smp_store_cpu_info+0x38/0x3a > [ 0.428672] [] start_secondary+0xe8/0x192 > [ 0.434317] ---[ end trace 17bfa0d8291c432e ]--- -- 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/