From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933224AbaHHVn7 (ORCPT ); Fri, 8 Aug 2014 17:43:59 -0400 Received: from e38.co.us.ibm.com ([32.97.110.159]:45236 "EHLO e38.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932263AbaHHVny (ORCPT ); Fri, 8 Aug 2014 17:43:54 -0400 Date: Fri, 8 Aug 2014 14:43:47 -0700 From: "Paul E. McKenney" To: Amit Shah Cc: linux-kernel@vger.kernel.org, riel@redhat.com, mingo@kernel.org, laijs@cn.fujitsu.com, dipankar@in.ibm.com, akpm@linux-foundation.org, mathieu.desnoyers@efficios.com, josh@joshtriplett.org, niv@us.ibm.com, tglx@linutronix.de, peterz@infradead.org, rostedt@goodmis.org, dhowells@redhat.com, edumazet@google.com, dvhart@linux.intel.com, fweisbec@gmail.com, oleg@redhat.com, sbw@mit.edu Subject: Re: [PATCH tip/core/rcu 1/2] rcu: Parallelize and economize NOCB kthread wakeups Message-ID: <20140808214347.GH5821@linux.vnet.ibm.com> Reply-To: paulmck@linux.vnet.ibm.com References: <20140707224841.GA10101@linux.vnet.ibm.com> <1405085703-14822-1-git-send-email-paulmck@linux.vnet.ibm.com> <53E48D18.8080007@redhat.com> <20140808162502.GX5821@linux.vnet.ibm.com> <20140808173710.GA13483@grmbl.mre> <20140808181835.GD5821@linux.vnet.ibm.com> <20140808183424.GB13483@grmbl.mre> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140808183424.GB13483@grmbl.mre> User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14080821-1344-0000-0000-0000035809E0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Aug 09, 2014 at 12:04:24AM +0530, Amit Shah wrote: > On (Fri) 08 Aug 2014 [11:18:35], Paul E. McKenney wrote: [ . . . ] > > Hmmm... What happens if you boot a7d7a143d0b4cb1914705884ca5c25e322dba693 > > with the kernel parameter "acpi=off"? > > That doesn't change anything - still hangs. > > I intend to look at this more on Monday, though - turning in for > today. In the meantime, if there's anything else you'd like me to > try, please let me know. OK, given that I still cannot reproduce it, I do need your help with the diagnostics. And so what sorts of diagnostics work for you in the hung state? Are you able to dump ftrace buffers? If you are able to dump ftrace buffers, please enable rcu:rcu_nocb_wake and send me the resulting trace. Thanx, Paul