Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751477AbWBQPl7 (ORCPT ); Fri, 17 Feb 2006 10:41:59 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751494AbWBQPl7 (ORCPT ); Fri, 17 Feb 2006 10:41:59 -0500 Received: from zproxy.gmail.com ([64.233.162.206]:11925 "EHLO zproxy.gmail.com") by vger.kernel.org with ESMTP id S1751477AbWBQPl7 convert rfc822-to-8bit (ORCPT ); Fri, 17 Feb 2006 10:41:59 -0500 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=sfoO5w+C2F0xr8jn0PIwVa0O5hH+eG6ll0XdUU9RbiPeZ74Yuk2sWSBER83iXzBpc/gftjg8FrttA3NEL1kgAv0nwh3D0TbWO+wD9PfrumSjDdAFrZykn7+09XMHTc7B0bVE6lXcX+1hQjasyDNGDQQ+PDGohcp6MWtYIjfsG+E= Message-ID: Date: Fri, 17 Feb 2006 07:41:58 -0800 From: Ulrich Drepper To: Linux kernel Subject: glibc side of the robust mutex patch MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 720 Lines: 15 For those who need to see the glibc side of the robust futex patch to make up their minds, it is available for now at: http://people.redhat.com/drepper/d-robust-list It must be applied on top of the current cvs code and it's only working on x86 and x86-64 so far (maybe SH). There is one unfortunate area in the patch which makes it look ugly (the list handling on 64-bit systems, due to the layout requirements and the kernel list walking) but the rest is easy and clean. - 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/