From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail143.messagelabs.com (mail143.messagelabs.com [216.82.254.35]) by kanga.kvack.org (Postfix) with ESMTP id DF0446B0082 for ; Wed, 20 Jul 2011 09:52:29 -0400 (EDT) Received: by eyg7 with SMTP id 7so1154788eyg.41 for ; Wed, 20 Jul 2011 06:52:26 -0700 (PDT) Date: Wed, 20 Jul 2011 16:52:22 +0300 (EEST) From: Pekka Enberg Subject: Re: possible recursive locking detected cache_alloc_refill() + cache_flusharray() In-Reply-To: <1311168638.5345.80.camel@twins> Message-ID: References: <20110716211850.GA23917@breakpoint.cc> <1311168638.5345.80.camel@twins> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Sender: owner-linux-mm@kvack.org List-ID: To: Peter Zijlstra Cc: Thomas Gleixner , Sebastian Siewior , Christoph Lameter , Matt Mackall , linux-mm@kvack.org On Wed, 20 Jul 2011, Peter Zijlstra wrote: >>>> just hit the following with full debuging turned on: >>>> >>>> | ============================================= >>>> | [ INFO: possible recursive locking detected ] >>>> | 3.0.0-rc7-00088-g1765a36 #64 >>>> | --------------------------------------------- >>>> | udevd/1054 is trying to acquire lock: >>>> | (&(&parent->list_lock)->rlock){..-...}, at: [] cache_alloc_refill+0xac/0x868 >>>> | >>>> | but task is already holding lock: >>>> | (&(&parent->list_lock)->rlock){..-...}, at: [] cache_flusharray+0x58/0x148 >>>> | >>>> | other info that might help us debug this: >>>> | Possible unsafe locking scenario: >>>> | >>>> | CPU0 >>>> | ---- >>>> | lock(&(&parent->list_lock)->rlock); >>>> | lock(&(&parent->list_lock)->rlock); >> >> On Sun, 17 Jul 2011, Thomas Gleixner wrote: >>> Known problem. Pekka is looking into it. >> >> Actually, I kinda was hoping Peter would make it go away. ;-) >> >> Looking at the lockdep report, it's l3->list_lock and I really don't quite >> understand why it started to happen now. There hasn't been any major >> changes in mm/slab.c for a while. Did lockdep become more strict recently? > > Not that I know.. :-) I bet -rt just makes it easier to trigger this > weirdness. > > Let me try and look at slab.c without my eyes burning out.. I so hate > that code. So what exactly is the lockdep complaint above telling us? We're holding on to l3->list_lock in cache_flusharray() (kfree path) but somehow we now entered cache_alloc_refill() (kmalloc path!) and attempt to take the same lock or lock in the same class. I am confused. How can that happen? Pekka -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: email@kvack.org