From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933392AbXJPHq6 (ORCPT ); Tue, 16 Oct 2007 03:46:58 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1764686AbXJPHqs (ORCPT ); Tue, 16 Oct 2007 03:46:48 -0400 Received: from pentafluge.infradead.org ([213.146.154.40]:48734 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762055AbXJPHqs (ORCPT ); Tue, 16 Oct 2007 03:46:48 -0400 Subject: Re: [git pull] lockdep for v2.6.24 From: Peter Zijlstra To: Linus Torvalds Cc: linux-kernel , Andrew Morton , Ingo Molnar In-Reply-To: References: <1192469455.27435.87.camel@twins> Content-Type: text/plain Date: Tue, 16 Oct 2007 09:46:44 +0200 Message-Id: <1192520804.27435.88.camel@twins> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2007-10-15 at 18:14 -0700, Linus Torvalds wrote: > > On Mon, 15 Oct 2007, Peter Zijlstra wrote: > > > > please pull the lockdep tree from: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git v2.6.24-lockdep > > Hmm. I'm now getting > > WARNING: at kernel/lockdep.c:700 look_up_lock_class() > > Call Trace: > [] __lock_acquire+0x15f/0xc92 > [] do_lookup+0x83/0x1b0 > [] lock_acquire+0x5a/0x73 > [] do_lookup+0x83/0x1b0 > [] debug_mutex_lock_common+0x16/0x23 > [] mutex_lock_nested+0x10c/0x2b0 > [] do_lookup+0x83/0x1b0 > [] __link_path_walk+0x924/0xde9 > [] link_path_walk+0x58/0xe0 > [] _spin_unlock+0x17/0x20 > [] get_unused_fd_flags+0x115/0x126 > [] do_path_lookup+0x1ae/0x229 > [] __path_lookup_intent_open+0x56/0x96 > [] open_namei+0x7d/0x66c > [] do_filp_open+0x1c/0x38 > [] _spin_unlock+0x17/0x20 > [] get_unused_fd_flags+0x115/0x126 > [] do_sys_open+0x46/0xc3 > [] system_call+0x7e/0x83 > > which seems to be new.. Yeah, Ingo just told me about that too :-( Seems I dropped a patch in my test runs.. Anyway, pushed a fix into the above tree.