Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E153DC61DA4 for ; Fri, 24 Feb 2023 02:36:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229787AbjBXCg6 (ORCPT ); Thu, 23 Feb 2023 21:36:58 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51390 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229502AbjBXCgz (ORCPT ); Thu, 23 Feb 2023 21:36:55 -0500 Received: from netrider.rowland.org (netrider.rowland.org [192.131.102.5]) by lindbergh.monkeyblade.net (Postfix) with SMTP id D84E72A6F1 for ; Thu, 23 Feb 2023 18:36:54 -0800 (PST) Received: (qmail 22524 invoked by uid 1000); 23 Feb 2023 21:36:54 -0500 Date: Thu, 23 Feb 2023 21:36:54 -0500 From: Alan Stern To: Akira Yokosawa Cc: Joel Fernandes , linux-kernel@vger.kernel.org, Boqun Feng , Jade Alglave , Luc Maranget , Peter Zijlstra , Will Deacon , Andrea Parri , Daniel Lustig , David Howells , Jonas Oberhauser , linux-arch@vger.kernel.org, Nicholas Piggin , Paul =?iso-8859-1?Q?Heidekr=FCger?= , Will Deacon , "Paul E. McKenney" Subject: Re: [PATCH] tools/memory-model: Add documentation about SRCU read-side critical sections Message-ID: References: <20230213015506.778246-1-joel@joelfernandes.org> <20230222195051.GT2948950@paulmck-ThinkPad-P17-Gen-1> <73baee18-802e-f694-a3d7-9ae776e6fd69@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <73baee18-802e-f694-a3d7-9ae776e6fd69@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 24, 2023 at 11:32:49AM +0900, Akira Yokosawa wrote: > Hi Alan, > > One minor nit. Please find inline comment below. > > +The LKMM models uses the srcu-rscsi relation to model SRCU read-side > > I think you mean either: > > The LKMM models the srcu-rscsi relation ... > > or: > > The LKMM uses the srcu-rscsi relation ... Oops! Thanks for spotting that. Yes, I meant the second one. > With this fixed, > > Reviewed-by: Akira Yokosawa I'll add this to the next version. Alan > > +critical sections. They are different from RCU read-side critical > > +sections in the following respects: > > + > [...] > > Thanks, Akira