From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754119Ab1C2SWG (ORCPT ); Tue, 29 Mar 2011 14:22:06 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:33776 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751911Ab1C2SWE (ORCPT ); Tue, 29 Mar 2011 14:22:04 -0400 Date: Tue, 29 Mar 2011 20:21:54 +0200 From: Ingo Molnar To: Steven Rostedt Cc: LKML , Thomas Gleixner , Andrew Morton , Linus Torvalds , Peter Zijlstra Subject: Re: [RFC][PATCH] lockdep: Print a nice description of an irq locking issue Message-ID: <20110329182154.GA18913@elte.hu> References: <1301418845.14261.284.camel@gandalf.stny.rr.com> <20110329182131.GB16244@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110329182131.GB16244@elte.hu> User-Agent: Mutt/1.5.20 (2009-08-17) X-ELTE-SpamScore: -2.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-2.0 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.3.1 -2.0 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Ingo Molnar wrote: > * Steven Rostedt wrote: > > > After having to explain lockdep interrupt locking inversions a few > > times, I decided to have lockdep spit out the scenario that it is > > complaining about. > > Looks very useful! > > Would you be interested in extending this to other lockdep splats as well? In separate patches, of course. Thanks, Ingo