Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932144AbWBCGEX (ORCPT ); Fri, 3 Feb 2006 01:04:23 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932196AbWBCGEX (ORCPT ); Fri, 3 Feb 2006 01:04:23 -0500 Received: from 213-239-205-147.clients.your-server.de ([213.239.205.147]:25037 "EHLO mail.tglx.de") by vger.kernel.org with ESMTP id S932144AbWBCGEW (ORCPT ); Fri, 3 Feb 2006 01:04:22 -0500 Subject: Re: Robust mutexes (-rt) From: Thomas Gleixner Reply-To: tglx@linutronix.de To: David Singleton Cc: mingo@elte.hu, linux-kernel@vger.kernel.org In-Reply-To: References: <1138740179.5184.34.camel@localhost.localdomain> <1138863989.29087.24.camel@localhost.localdomain> <1138909303.29087.51.camel@localhost.localdomain> Content-Type: text/plain Date: Fri, 03 Feb 2006 07:04:37 +0100 Message-Id: <1138946677.29087.58.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.5.5 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 906 Lines: 25 On Thu, 2006-02-02 at 19:18 -0800, David Singleton wrote: > Thomas, > here is a patch that fixes the -EINTR problem and a fix for Dinakar's > simple futex deadlock test program. When Esben's new deadlock detection > is ready I plan to use it for robust futex deadlock detection, both simple and > circular deadlock detection. > > > http://source.mvista.com:~dsingleton/patch-2.6.15-rt16-rf1 > > include/linux/futex.h | 3 +++ > kernel/futex.c | 3 +++ > kernel/rt.c | 19 ++++++++++++++++++- > 3 files changed, 24 insertions(+), 1 deletion(-) The stats are nice. I'd prefer a patch associated with them :) tglx - 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/