From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753657AbYJ1W4T (ORCPT ); Tue, 28 Oct 2008 18:56:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753062AbYJ1W4H (ORCPT ); Tue, 28 Oct 2008 18:56:07 -0400 Received: from ogre.sisk.pl ([217.79.144.158]:39626 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753054AbYJ1W4G (ORCPT ); Tue, 28 Oct 2008 18:56:06 -0400 From: "Rafael J. Wysocki" To: "Vegard Nossum" Subject: Re: v2.6.28-rc1: possible recursive locking detected Date: Wed, 29 Oct 2008 00:00:39 +0100 User-Agent: KMail/1.9.9 Cc: LKML References: <19f34abd0810260807n3a3a575ah62a60a5b6ed737f7@mail.gmail.com> In-Reply-To: <19f34abd0810260807n3a3a575ah62a60a5b6ed737f7@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200810290000.39682.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sunday, 26 of October 2008, Vegard Nossum wrote: > Hi, > > I think that this wasn't my fault. It's v2.6.28-rc1+kmemcheck. Is this reproducible on -rc2? Rafael > ============================================= > [ INFO: possible recursive locking detected ] > 2.6.28-rc1 #58 > --------------------------------------------- > cat/25690 is trying to acquire lock: > (&hashbin->hb_spinlock){....}, at: [] irias_seq_show+0x3f/0x180 > > but task is already holding lock: > (&hashbin->hb_spinlock){....}, at: [] irias_seq_start+0x15/0x90 > > other info that might help us debug this: > 2 locks held by cat/25690: > #0: (&p->lock){--..}, at: [] seq_read+0x25/0x2e0 > #1: (&hashbin->hb_spinlock){....}, at: [] irias_seq_start+0x15/0x90 > > stack backtrace: > Pid: 25690, comm: cat Not tainted 2.6.28-rc1 #58 > Call Trace: > [] ? printk+0x18/0x1a > [] __lock_acquire+0xf0b/0xf80 > [] ? kmemcheck_hide_addr+0x4a/0x60 > [] ? do_debug+0x3b/0x1b0 > [] lock_acquire+0x71/0xa0 > [] ? irias_seq_show+0x3f/0x180 > [] _spin_lock+0x36/0x60 > [] ? irias_seq_show+0x3f/0x180 > [] irias_seq_show+0x3f/0x180 > [] seq_read+0x1ec/0x2e0 > [] ? seq_read+0x0/0x2e0 > [] proc_reg_read+0x5d/0x90 > [] vfs_read+0x99/0x160 > [] ? proc_reg_read+0x0/0x90 > [] sys_read+0x3d/0x70 > [] sysenter_do_call+0x12/0x3f > [] ? svm_intr_assist+0x90/0x1a0 > > > Vegard >