Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753494Ab0AZMvj (ORCPT ); Tue, 26 Jan 2010 07:51:39 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752888Ab0AZMvi (ORCPT ); Tue, 26 Jan 2010 07:51:38 -0500 Received: from cantor2.suse.de ([195.135.220.15]:46679 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751772Ab0AZMvh (ORCPT ); Tue, 26 Jan 2010 07:51:37 -0500 Date: Tue, 26 Jan 2010 13:51:35 +0100 (CET) From: Jiri Kosina X-X-Sender: jikos@twin.jikos.cz To: Kasper Sandberg Cc: Oliver Neukum , smurf@smurf.noris.de, LKML Mailinglist Subject: Re: option driver freezing entire system In-Reply-To: <1264187509.12168.30.camel@localhost> Message-ID: References: <1263577116.27788.131.camel@localhost> <201001151855.46217.oliver@neukum.org> <1263580615.27788.134.camel@localhost> <1264187509.12168.30.camel@localhost> User-Agent: Alpine 2.00 (LRH 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1040 Lines: 28 On Fri, 22 Jan 2010, Kasper Sandberg wrote: > > > > Please recompile your kernel with lockdep. This should improve > > > > debugging. > > > > > > It is a debian unstable .32 kernel i run now, and grepping for lockdep > > > reveals: > > > CONFIG_LOCKDEP_SUPPORT=y > > > only, is there anything more i should have? (never used lockdep before) > > > > CONFIG_PROVE_LOCKING could be helpful here. (be aware of the fact that > > this will make your system noticeably slower). > > Sorry, i was just away a few days. I shall enable this setting tomorow > and test, though it may take a few days for it to crash. This option should ideally report the lock ordering violation before the actual hang happens (if it is caused by improper locking semantics). -- Jiri Kosina SUSE Labs, Novell Inc. -- 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/