Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966076Ab2EORZg (ORCPT ); Tue, 15 May 2012 13:25:36 -0400 Received: from hrndva-omtalb.mail.rr.com ([71.74.56.122]:7668 "EHLO hrndva-omtalb.mail.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965223Ab2EORZd (ORCPT ); Tue, 15 May 2012 13:25:33 -0400 X-Authority-Analysis: v=2.0 cv=D8PF24tj c=1 sm=0 a=ZycB6UtQUfgMyuk2+PxD7w==:17 a=XQbtiDEiEegA:10 a=huzqtivG31QA:10 a=5SG0PmZfjMsA:10 a=Q9fys5e9bTEA:10 a=bv-0vv9eQq1Ylfa92FUA:9 a=cXnLtWmV1uU6JnLr-hEA:7 a=PUjeQqilurYA:10 a=ZycB6UtQUfgMyuk2+PxD7w==:117 X-Cloudmark-Score: 0 X-Originating-IP: 74.67.80.29 Message-ID: <1337102732.14207.336.camel@gandalf.stny.rr.com> Subject: Re: [RFC][PATCH RT] rwsem_rt: Another (more sane) approach to mulit reader rt locks From: Steven Rostedt To: Peter Zijlstra Cc: LKML , RT , Thomas Gleixner , Clark Williams Date: Tue, 15 May 2012 13:25:32 -0400 In-Reply-To: <1337096542.14207.315.camel@gandalf.stny.rr.com> References: <1337090625.14207.304.camel@gandalf.stny.rr.com> <1337094383.27694.62.camel@twins> <1337096542.14207.315.camel@gandalf.stny.rr.com> Content-Type: text/plain; charset="ISO-8859-15" X-Mailer: Evolution 3.2.2-1 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1085 Lines: 30 On Tue, 2012-05-15 at 11:42 -0400, Steven Rostedt wrote: > On Tue, 2012-05-15 at 17:06 +0200, Peter Zijlstra wrote: > > On Tue, 2012-05-15 at 10:03 -0400, Steven Rostedt wrote: > > > > > > where readers may nest (the same task may grab the same rwsem for > > > read multiple times), but only one task may hold the rwsem at any > > > given > > > time (for read or write). > > > > Humm, that sounds iffy, rwsem isn't a recursive read lock only rwlock_t > > is. > > In that case, current -rt is broken. As it has it being a recursive lock > (without my patch). > Why wouldn't it be recursive. If two different tasks are allowed to grab a read lock at the same time, why can't the same task grab a read lock twice? As long as it releases it the same amount of times. Now you can't grab a read lock if you have the write lock. -- Steve -- 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/