Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753419AbaBYAaz (ORCPT ); Mon, 24 Feb 2014 19:30:55 -0500 Received: from e35.co.us.ibm.com ([32.97.110.153]:58408 "EHLO e35.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752463AbaBYAay (ORCPT ); Mon, 24 Feb 2014 19:30:54 -0500 Date: Mon, 24 Feb 2014 16:30:48 -0800 From: "Paul E. McKenney" To: Michael wang Cc: a.p.zijlstra@chello.nl, paulus@samba.org, Ingo Molnar , acme@ghostprotocols.net, Thomas Gleixner , "H. Peter Anvin" , x86@kernel.org, LKML Subject: Re: [BUG] sched: tip/master show panic while booting/rebooting Message-ID: <20140225003048.GJ8264@linux.vnet.ibm.com> Reply-To: paulmck@linux.vnet.ibm.com References: <5302EBA3.10909@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5302EBA3.10909@linux.vnet.ibm.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14022500-6688-0000-0000-000006F1D870 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 18, 2014 at 01:12:03PM +0800, Michael wang wrote: > Hi, Folks > > Got below panic while testing tip/master on x86 box, it randomly > occur while booting or rebooting, any ideas? > > Regards, > Michael Wang > > > > systemd-readahead-collect[484]: Failed to create fanotify object: Function not implemented > INFO: rcu_sched detected stalls on CPUs/tasks: { 5} (detected by 4, t=21007 jiffies, g=1100, c=1099, q=802) > Kernel panic - not syncing: Watchdog detected hard LOCKUP on cpu 5 > CPU: 5 PID: 95 Comm: kworker/5:1 Not tainted 3.14.0-rc2+ #401 > Hardware name: IBM System x3650 M3 -[794582A]-/94Y7614, BIOS -[D6E154AUS-1.13]- 09/23/2011 > 0000000000000000 ffff88097f2a7bd8 ffffffff8156b8ca 00000000000040d2 > ffffffff817ecc30 ffff88097f2a7c58 ffffffff815622cd ffff88097f2a7c08 > ffffffff00000010 ffff88097f2a7c68 ffff88097f2a7c08 ffff88097f2a7c78 > Call Trace: > [] dump_stack+0x46/0x58 > [] panic+0xbe/0x1ce > [] watchdog_overflow_callback+0xb3/0xc0 > [] __perf_event_overflow+0x98/0x220 > [] perf_event_overflow+0x14/0x20 > [] intel_pmu_handle_irq+0x1c2/0x2c0 > [] ? find_busiest_group+0x42/0x840 > [] ? find_busiest_group+0x56/0x840 > [] ? printk+0x4d/0x4f > [] perf_event_nmi_handler+0x34/0x60 > [] nmi_handle+0x7e/0x140 > [] default_do_nmi+0x5a/0x250 > [] do_nmi+0x90/0xd0 > [] end_repeat_nmi+0x1e/0x2e > [] ? idle_cpu+0x48/0x50 > [] ? idle_cpu+0x48/0x50 > [] ? idle_cpu+0x48/0x50 > <> [] ? find_busiest_group+0x1c1/0x840 > [] load_balance+0x17c/0x5a0 I don't see an opportunity for load_balance() to loop with interrupts disabled, but maybe I am looking at the wrong code. The NMI handler looks to me like it is diagnosing rather than being the problem. Thanx, Paul > [] idle_balance+0x10f/0x1c0 > [] pick_next_task_fair+0x11e/0x2a0 > [] ? dequeue_task+0x73/0x90 > [] __schedule+0x12a/0x670 > [] schedule+0x29/0x70 > [] worker_thread+0x1bf/0x370 > [] ? manage_workers+0x160/0x160 > [] kthread+0xc9/0xe0 > [] ? flush_kthread_worker+0xb0/0xb0 > [] ret_from_fork+0x7c/0xb0 > [] ? flush_kthread_worker+0xb0/0xb0 > Kernel Offset: 0x0 from 0xffffffff81000000 (relocation range: 0xffffffff80000000-0xffffffff9fffffff) -- 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/