Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 7 Mar 2002 07:08:45 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 7 Mar 2002 07:08:25 -0500 Received: from [202.135.142.196] ([202.135.142.196]:39173 "EHLO haven.ozlabs.ibm.com") by vger.kernel.org with ESMTP id ; Thu, 7 Mar 2002 07:08:19 -0500 From: Rusty Russell To: linux-kernel@vger.kernel.org, Hubertus Franke Cc: lse-tech@lists.sourceforge.net Subject: furwocks: Fast Userspace Read/Write Locks Date: Thu, 07 Mar 2002 23:11:38 +1100 Message-Id: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org This is a userspace implementation of rwlocks on top of futexes. Release was delayed because tdbtorture started crashing... turns out it's unrelated 2.5.6-pre2 wierdness (after a good 6 hours debugging ). So I don't have numbers, but I'm pretty sure this is as good as it gets without explicit kernel support for rwlocks. Kudos to Paul Mackerras for the brainwork on this one. Blame me for the name. ftp://ftp.kernel.org/pub/linux/kernel/people/rusty/futex-1.2.tar.gz Cheers! Rusty. -- Anyone who quotes me in their sig is an idiot. -- Rusty Russell. - 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/