Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751921Ab3EJJWd (ORCPT ); Fri, 10 May 2013 05:22:33 -0400 Received: from mail.skyhub.de ([78.46.96.112]:52749 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751152Ab3EJJWc (ORCPT ); Fri, 10 May 2013 05:22:32 -0400 Date: Fri, 10 May 2013 11:28:11 +0200 From: Borislav Petkov To: Frederic Weisbecker Cc: Jiri Kosina , Tony Luck , linux-kernel@vger.kernel.org, x86@kernel.org Subject: Re: NOHZ: WARNING: at arch/x86/kernel/smp.c:123 native_smp_send_reschedule Message-ID: <20130510092811.GA22942@pd.tnic> References: <20130510002930.GB2394@somewhere> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20130510002930.GB2394@somewhere> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 887 Lines: 30 On Fri, May 10, 2013 at 02:29:31AM +0200, Frederic Weisbecker wrote: > @@ -616,8 +616,17 @@ static bool wake_up_full_nohz_cpu(int cpu) > { > if (tick_nohz_full_cpu(cpu)) { > if (cpu != smp_processor_id() || > - tick_nohz_tick_stopped()) > + tick_nohz_tick_stopped()) { > + if (!cpu_online(cpu)) { > + static int printed = 0; > + if (!printed) { > + printk("%d %d\n", cpu, smp_processor_id()); > + dump_stack(); > + printed = 1; You know about printk_once, right? We even have all the pr__once macros. :-) -- Regards/Gruss, Boris. Sent from a fat crate under my desk. Formatting is fine. -- -- 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/