From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752759AbbBXUAd (ORCPT ); Tue, 24 Feb 2015 15:00:33 -0500 Received: from mail-oi0-f50.google.com ([209.85.218.50]:48729 "EHLO mail-oi0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751774AbbBXUAc (ORCPT ); Tue, 24 Feb 2015 15:00:32 -0500 MIME-Version: 1.0 In-Reply-To: <1424800214.6955.30.camel@gmail.com> References: <20150223090617.GA26453@linutronix.de> <1424785301.8767.11.camel@gmail.com> <1424800214.6955.30.camel@gmail.com> Date: Tue, 24 Feb 2015 17:00:31 -0300 Message-ID: Subject: Re: [ANNOUNCE] 3.18.7-rt2 From: Gustavo Bittencourt To: Mike Galbraith Cc: Sebastian Andrzej Siewior , linux-rt-users , LKML , Thomas Gleixner , Steven Rostedt , John Kacur Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 24, 2015 at 2:50 PM, Mike Galbraith wrote: > On Tue, 2015-02-24 at 13:19 -0300, Gustavo Bittencourt wrote: >> >> The deadlock returned after I applied this patch in v3.18.7-rt2. Here is my log: > > > Hrmph. I definitely want your patch to die ;-) It adds a whole new > dimension to ww_mutex that only now exists in -rt. That's not good. No problem. > My > patchlet may not be perfect either, but it lets ww_mutex do that return > EALREADY business it's supposed to, vs going straight to while(1). We > can't have it both ways, so I suppose I'll fire up my old Q6600 box > (that doesn't have annoying GTX980 that my userspace can't deal with DRM > wise), and see if I can chase the nouveau thing down. I'm not all that > enthusiastic though, as there are or at least were other issues with > nouveau. Sebastian reported some completely _missing_ locking IIRC, > that led to his box exploding. Is there anyway that I could help? I think I can write a code to reproduce the deadlock without the nouveau driver.