Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758730AbZANUWg (ORCPT ); Wed, 14 Jan 2009 15:22:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756154AbZANUWZ (ORCPT ); Wed, 14 Jan 2009 15:22:25 -0500 Received: from smtp1.linux-foundation.org ([140.211.169.13]:56487 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756098AbZANUWX (ORCPT ); Wed, 14 Jan 2009 15:22:23 -0500 Date: Wed, 14 Jan 2009 12:21:31 -0800 From: Andrew Morton To: Peter Zijlstra Cc: mingo@elte.hu, torvalds@linux-foundation.org, paulmck@linux.vnet.ibm.com, ghaskins@novell.com, matthew@wil.cx, andi@firstfloor.org, chris.mason@oracle.com, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-btrfs@vger.kernel.org, tglx@linutronix.de, npiggin@suse.de, pmorreale@novell.com, SDietrich@novell.com, dmitry.adamushko@gmail.com, hannes@cmpxchg.org Subject: Re: [GIT PULL] adaptive spinning mutexes Message-Id: <20090114122131.021e96b0.akpm@linux-foundation.org> In-Reply-To: <1231962650.14825.55.camel@laptop> References: <1231774622.4371.96.camel@laptop> <1231859742.442.128.camel@twins> <1231863710.7141.3.camel@twins> <1231864854.7141.8.camel@twins> <1231867314.7141.16.camel@twins> <1231952436.14825.28.camel@laptop> <20090114183319.GA18630@elte.hu> <20090114105300.66bd014d.akpm@linux-foundation.org> <20090114190008.GA13203@elte.hu> <20090114113638.c818fcf8.akpm@linux-foundation.org> <1231962650.14825.55.camel@laptop> X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.20; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1240 Lines: 32 On Wed, 14 Jan 2009 20:50:50 +0100 Peter Zijlstra wrote: > On Wed, 2009-01-14 at 11:36 -0800, Andrew Morton wrote: > > > Do people enable CONFIG_SCHED_DEBUG? > > Well, I have it always enabled, but I've honestly no idea if that makes > me weird. It'd be weird if you're not weird. > > CONFIG_DEBUG_MUTEXES=n, CONFIG_SCHED_DEBUG=y is getting to be a pretty > > small subset? > > Could be, do you fancy me doing a sysctl? shouldn't be hard. The /sys/debug knob depends upon CONFIG_SCHED_DEBUG, I assume? umm, yes, I do think that it would be prudent to make this control unconditionally available. Experience tells us that any regressions which this change causes could take a long time to turn up - sometimes years. By which time the people who are reporting the regressions are running packaged kernels, and if that packaged kernel didn't enable CONFIG_SCHED_DEBUG, we're a bit screwed. Did we end up deciding to remove the CONFIG_DEBUG_MUTEXES=n dependency? -- 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/