Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754537Ab0DFLWh (ORCPT ); Tue, 6 Apr 2010 07:22:37 -0400 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:59552 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752603Ab0DFLWd (ORCPT ); Tue, 6 Apr 2010 07:22:33 -0400 Date: Tue, 06 Apr 2010 04:22:35 -0700 (PDT) Message-Id: <20100406.042235.133749467.davem@davemloft.net> To: peterz@infradead.org Cc: fweisbec@gmail.com, sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org, mingo@elte.hu, acme@redhat.com, paulus@samba.org Subject: Re: [RFC][PATCH] lockdep: WARN about local_irq_{en,dis}able in NMI context From: David Miller In-Reply-To: <1270552819.1595.63.camel@laptop> References: <1270552321.1595.42.camel@laptop> <20100406.041342.183031470.davem@davemloft.net> <1270552819.1595.63.camel@laptop> X-Mailer: Mew version 6.3 on Emacs 23.1 / Mule 6.0 (HANACHIRUSATO) 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: 1191 Lines: 32 From: Peter Zijlstra Date: Tue, 06 Apr 2010 13:20:19 +0200 > On Tue, 2010-04-06 at 04:13 -0700, David Miller wrote: >> From: Peter Zijlstra >> Date: Tue, 06 Apr 2010 13:12:01 +0200 >> >> > One thing we can do is make the code WARN about this, how about >> > something like the below >> >> It's going to warn every bootup in cpu_clock() on x86. > > *sigh*, yes, we could hack around that I suppose.. it would be nice to > automate this check though, I bet you don't fancy tracking down more > such splats than you have to. > > You could of course insert the debug code into your arch routines but > that would limit the coverage checks to whatever you happen to run. Yes, f.e. you could add local_irq_*_nmi() or similar that don't complain when called inside of an NMI. I would certainly welcome this debugging facility, for sure! It would have saved me two days of work this time, in fact. -- 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/