Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934088AbaGXBxX (ORCPT ); Wed, 23 Jul 2014 21:53:23 -0400 Received: from mail-ie0-f177.google.com ([209.85.223.177]:55310 "EHLO mail-ie0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756992AbaGXBxV (ORCPT ); Wed, 23 Jul 2014 21:53:21 -0400 Date: Wed, 23 Jul 2014 18:53:17 -0700 (PDT) From: David Rientjes X-X-Sender: rientjes@chino.kir.corp.google.com To: Linus Torvalds cc: Borislav Petkov , Peter Zijlstra , Ingo Molnar , Ming Lei , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, linux-input@vger.kernel.org Subject: Re: Linux 3.16-rc6 In-Reply-To: Message-ID: References: <20140723095327.GA23131@pd.tnic> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) 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 On Wed, 23 Jul 2014, Linus Torvalds wrote: > > Well, it looks like we f*cked up something after -rc5 since I'm starting > > to see lockdep splats all over the place which I didn't see before. I'm > > running rc6 + tip/master. > > > > There was one in r8169 yesterday: > > > > https://lkml.kernel.org/r/20140722081840.GA6462@pd.tnic > > > > and now I'm seeing the following in a kvm guest. I'm adding some more > > lists to CC which look like might be related, judging from the stack > > traces. > > Hmm. I'm not seeing the reason for this. > > > [ 31.704282] [ INFO: possible irq lock inversion dependency detected ] > > [ 31.704282] 3.16.0-rc6+ #1 Not tainted > > [ 31.704282] --------------------------------------------------------- > > [ 31.704282] Xorg/3484 just changed the state of lock: > > [ 31.704282] (tasklist_lock){.?.+..}, at: [] send_sigio+0x59/0x1b0 > > [ 31.704282] but this lock took another, HARDIRQ-unsafe lock in the past: > > [ 31.704282] (&(&p->alloc_lock)->rlock){+.+...} > > Ok, so the claim is that there's a 'p->alloc_lock' (ie "task_lock()") > that is inside the tasklist_lock, which would indeed be wrong. But I'm > not seeing it. The "shortest dependencies" thing seems to imply > __set_task_comm(), but that only takes task_lock. > It's the reverse, task_lock() inside tasklist_lock is fine but it's complaining about taking tasklist_lock inside task_lock(). I don't think it's anything that's sitting in tip/master nor is it something that was introduced during this merge window. I think this has been the behavior dating back to commit 94dfd7edfd5c ("USB: HCD: support giveback of URB in tasklet context"). -- 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/