From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754376Ab1KCAR0 (ORCPT ); Wed, 2 Nov 2011 20:17:26 -0400 Received: from peace.netnation.com ([204.174.223.2]:49067 "EHLO peace.netnation.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754218Ab1KCARW (ORCPT ); Wed, 2 Nov 2011 20:17:22 -0400 Date: Wed, 2 Nov 2011 17:17:21 -0700 From: Simon Kirby To: Steven Rostedt Cc: Thomas Gleixner , David Miller , Peter Zijlstra , Linus Torvalds , Linux Kernel Mailing List , Dave Jones , Martin Schwidefsky , Ingo Molnar , Network Development Subject: Re: Linux 3.1-rc9 Message-ID: <20111103001721.GK5971@hostway.ca> References: <1318928713.21167.4.camel@twins> <20111018182046.GF1309@hostway.ca> <20111024190203.GA24410@hostway.ca> <20111025202049.GB25043@hostway.ca> <20111031173246.GA10614@hostway.ca> <20111102221023.GA27457@home.goodmis.org> <20111102230009.GB27457@home.goodmis.org> <20111103000941.GJ5971@hostway.ca> <1320279351.4793.60.camel@gandalf.stny.rr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1320279351.4793.60.camel@gandalf.stny.rr.com> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 02, 2011 at 08:15:51PM -0400, Steven Rostedt wrote: > On Wed, 2011-11-02 at 17:09 -0700, Simon Kirby wrote: > > > > [ 49.032008] other info that might help us debug this: > > [ 49.032008] > > [ 49.032008] Possible unsafe locking scenario: > > [ 49.032008] > > [ 49.032008] CPU0 CPU1 > > [ 49.032008] ---- ---- > > [ 49.032008] lock(slock-AF_INET); > > [ 49.039565] lock(slock-AF_INET/1); > > [ 49.039565] lock(slock-AF_INET); > > [ 49.039565] lock(slock-AF_INET/1); > > [ 49.039565] > > [ 49.039565] *** DEADLOCK *** > > [ 49.039565] > > > Did that help? I'm not sure if that's what you wanted to see... > > > Yes, this looks much better than what you previously showed. The added > "/1" makes a world of difference. > > Thanks! > > I'll add your "Tested-by". Seems rather strange as we didn't fix the bug > you are chasing, but instead fixed the output of what the bug > produced ;) Well, I was testing this without Eric's patch as I figured you wanted to see the splat. :) Testing again with Eric's patch now. Simon-