From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Zijlstra Subject: Re: [RFC][PATCH RT] rwsem_rt: Another (more sane) approach to mulit reader rt locks Date: Thu, 17 May 2012 17:32:59 +0200 Message-ID: <1337268779.4281.38.camel@twins> References: <1337090625.14207.304.camel@gandalf.stny.rr.com> <20120517151838.GA8692@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Cc: Steven Rostedt , LKML , RT , Thomas Gleixner , Clark Williams To: paulmck@linux.vnet.ibm.com Return-path: Received: from merlin.infradead.org ([205.233.59.134]:54688 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S967178Ab2EQPdJ convert rfc822-to-8bit (ORCPT ); Thu, 17 May 2012 11:33:09 -0400 In-Reply-To: <20120517151838.GA8692@linux.vnet.ibm.com> Sender: linux-rt-users-owner@vger.kernel.org List-ID: On Thu, 2012-05-17 at 08:18 -0700, Paul E. McKenney wrote: > Some researchers at MIT RCU-ified this lock: > > http://people.csail.mit.edu/nickolai/papers/clements-bonsai.pdf Ah, as have I [1].. and they seem to have gotten about as far as I have, which means almost there but not quite [2] :-) The most interesting case is file maps and they simply ignored those. While I appreciate that from an academic pov, -- they can still write a paper on the other interesting bits -- I don't really like it from a practical point. [1] https://lkml.org/lkml/2010/1/4/257 [2] https://lkml.org/lkml/2010/1/4/532