From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: rcu self-detected stall messages on OMAP3, 4 boards Date: Fri, 21 Sep 2012 13:31:49 -0700 Message-ID: <20120921203149.GI28835@atomide.com> References: <20120920000351.GI2455@linux.vnet.ibm.com> <20120920220130.GN2449@linux.vnet.ibm.com> <20120920232114.GO2449@linux.vnet.ibm.com> <20120921185827.GC2454@linux.vnet.ibm.com> <20120921195717.GD2454@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20120921195717.GD2454@linux.vnet.ibm.com> Sender: linux-kernel-owner@vger.kernel.org To: "Paul E. McKenney" Cc: Paul Walmsley , "Bruce, Becky" , "Paul E. McKenney" , "" , "" , "" , "Hilman, Kevin" , "Shilimkar, Santosh" , "Hunter, Jon" , "" , fweisbec@gmail.com List-Id: linux-omap@vger.kernel.org * Paul E. McKenney [120921 12:58]: > > Just to make sure I understand the combinations: > > o All stalls have happened when running a minimal userspace. > o CONFIG_NO_HZ=n suppresses the stalls. > o CONFIG_RCU_FAST_NO_HZ (which depends on CONFIG_NO_HZ=y) has > no observable effect on the stalls. The reason why you may need minimal userspace is to cut down the number of timers waking up the system with NO_HZ. Booting with init=/bin/sh might also do the trick for that. Regards, Tony From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Fri, 21 Sep 2012 13:31:49 -0700 Subject: rcu self-detected stall messages on OMAP3, 4 boards In-Reply-To: <20120921195717.GD2454@linux.vnet.ibm.com> References: <20120920000351.GI2455@linux.vnet.ibm.com> <20120920220130.GN2449@linux.vnet.ibm.com> <20120920232114.GO2449@linux.vnet.ibm.com> <20120921185827.GC2454@linux.vnet.ibm.com> <20120921195717.GD2454@linux.vnet.ibm.com> Message-ID: <20120921203149.GI28835@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Paul E. McKenney [120921 12:58]: > > Just to make sure I understand the combinations: > > o All stalls have happened when running a minimal userspace. > o CONFIG_NO_HZ=n suppresses the stalls. > o CONFIG_RCU_FAST_NO_HZ (which depends on CONFIG_NO_HZ=y) has > no observable effect on the stalls. The reason why you may need minimal userspace is to cut down the number of timers waking up the system with NO_HZ. Booting with init=/bin/sh might also do the trick for that. Regards, Tony