From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757891Ab2IUUb6 (ORCPT ); Fri, 21 Sep 2012 16:31:58 -0400 Received: from mho-04-ewr.mailhop.org ([204.13.248.74]:42976 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1757555Ab2IUUb5 (ORCPT ); Fri, 21 Sep 2012 16:31:57 -0400 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 98.234.237.12 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18zlz2AUPd2MfkQt6cL6pe+ Date: Fri, 21 Sep 2012 13:31:49 -0700 From: Tony Lindgren To: "Paul E. McKenney" 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: <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 Content-Disposition: inline In-Reply-To: <20120921195717.GD2454@linux.vnet.ibm.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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