From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758262Ab2IUWDY (ORCPT ); Fri, 21 Sep 2012 18:03:24 -0400 Received: from e38.co.us.ibm.com ([32.97.110.159]:39773 "EHLO e38.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752979Ab2IUWDW (ORCPT ); Fri, 21 Sep 2012 18:03:22 -0400 Date: Fri, 21 Sep 2012 15:03:03 -0700 From: "Paul E. McKenney" To: Tony Lindgren Cc: Paul Walmsley , "Bruce, Becky" , "Paul E. McKenney" , "" , "" , "" , "Hilman, Kevin" , "Shilimkar, Santosh" , "Hunter, Jon" , "" , fweisbec@gmail.com Subject: Re: rcu self-detected stall messages on OMAP3, 4 boards Message-ID: <20120921220302.GF2454@linux.vnet.ibm.com> Reply-To: paulmck@linux.vnet.ibm.com References: <20120920220130.GN2449@linux.vnet.ibm.com> <20120920232114.GO2449@linux.vnet.ibm.com> <20120921185827.GC2454@linux.vnet.ibm.com> <20120921195717.GD2454@linux.vnet.ibm.com> <20120921203149.GI28835@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120921203149.GI28835@atomide.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Content-Scanned: Fidelis XPS MAILER x-cbid: 12092122-5518-0000-0000-000007D74570 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 21, 2012 at 01:31:49PM -0700, Tony Lindgren wrote: > * 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. Good point! This does make for a very quiet system, but does not reproduce the problem under kvm, even after waiting for four minutes. I will leave it for more time, but it looks like I really might need to ask Linaro for remote access to a Panda. Thanx, Paul