From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DB7D3C433B4 for ; Wed, 7 Apr 2021 17:42:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A9F7F61262 for ; Wed, 7 Apr 2021 17:42:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236142AbhDGRm4 (ORCPT ); Wed, 7 Apr 2021 13:42:56 -0400 Received: from mail.kernel.org ([198.145.29.99]:51848 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229605AbhDGRmy (ORCPT ); Wed, 7 Apr 2021 13:42:54 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id A5C7061260; Wed, 7 Apr 2021 17:42:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1617817364; bh=8OyesbjtgvR40I562DkDdzb4yZT0o0BY6OZNigtXsf4=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:From; b=UdA8Si6WQu0yOpDVLBl3sCcoWrQlIAu4skp4LuE6yjBAYK6ipR2ziV4aESMwf+h1J JRYToPDAjH7K2QKw8QtvC+J4YDmIOTdAdhNrQQBYXy4II8SaoKxcJXfgCAbbNIWqEc dugxGqKkkUrgpJ/AYB65UEKi6j/fO/Q9Zb0Th4vdxBmILndUmG7L1bc6qvh0AAkkE9 6FwltokEVGlI5U/ZADspoz6s4OAdRJ62AHXKxbHsolgbF95g1eQcgn5Y8+pbgp2Jx8 cJ7iIT5pMyneEeIAsYz9rneOsES4udb6PU+ogGeUpmNoYE7X59t8a9TovppqlXS0Jk Z/bQDBHwF44PQ== Received: by paulmck-ThinkPad-P17-Gen-1.home (Postfix, from userid 1000) id 699C75C029A; Wed, 7 Apr 2021 10:42:44 -0700 (PDT) Date: Wed, 7 Apr 2021 10:42:44 -0700 From: "Paul E. McKenney" To: Akira Yokosawa Cc: Mauro Carvalho Chehab , Linux Doc Mailing List , Jonathan Corbet Subject: Re: [PATCH v2 15/19] docs: update rcu_dereference.rst reference Message-ID: <20210407174244.GG4510@paulmck-ThinkPad-P17-Gen-1> Reply-To: paulmck@kernel.org References: <5e171c69-4d76-9f7f-d0ee-1d4f31ad7e2c@gmail.com> <20210407135106.GC4510@paulmck-ThinkPad-P17-Gen-1> <058f26dd-cc49-c58e-afde-58a565c3bba1@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <058f26dd-cc49-c58e-afde-58a565c3bba1@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Wed, Apr 07, 2021 at 11:44:00PM +0900, Akira Yokosawa wrote: > On Wed, 7 Apr 2021 06:51:06 -0700, Paul E. McKenney wrote: > > On Wed, Apr 07, 2021 at 07:10:00PM +0900, Akira Yokosawa wrote: > >> Hello Mauro, > >> > >> (Dropped most CC) > >> > >> On Wed, 7 Apr 2021 10:20:54 +0200, Mauro Carvalho Chehab wrote: > >>> Changeset b00aedf978aa ("doc: Convert to rcu_dereference.txt to rcu_dereference.rst") > >>> renamed: Documentation/RCU/rcu_dereference.txt > >>> to: Documentation/RCU/rcu_dereference.rst. > >>> > >>> Update its cross-reference accordingly. > >>> > >>> Fixes: b00aedf978aa ("doc: Convert to rcu_dereference.txt to rcu_dereference.rst") > >>> Signed-off-by: Mauro Carvalho Chehab > >>> --- > >> > >> Paul has sent a pull request to mingo for v5.13 including v1 of > >> this patch. > >> > >>> Mauro Carvalho Chehab (2): > >>> rcu: Fix kfree_rcu() docbook errors > >>> doc: Update rcu_dereference.rst reference <--- > >> > >> See: https://lore.kernel.org/lkml/20210331192934.GA8127@paulmck-ThinkPad-P72/ > >> > >> Hmm, your email address is on the CC list... > > > > My approach would be simply to take Mauro's patch into the -rcu dev > > branch. If it affected kernel function in a bad way, I would submit it > > into v5.13, but as it is, I would just run it through my normal process. > > This would likely get it into v5.14. > > Paul, v1 and v2 has the identical diff. Only difference is the added > Fixes: tag. > > I don't think you can do anything further with regard to the v2 patch. Ah, good point, thank you. Thanx, Paul > Thanks, Akira > > > > > Seem reasonable? > > > > Thanx, Paul > > > >> Thanks, Akira > >> > >>> tools/memory-model/Documentation/glossary.txt | 2 +- > >>> 1 file changed, 1 insertion(+), 1 deletion(-) > >>> > >>> diff --git a/tools/memory-model/Documentation/glossary.txt b/tools/memory-model/Documentation/glossary.txt > >>> index b2da6365be63..6f3d16dbf467 100644 > >>> --- a/tools/memory-model/Documentation/glossary.txt > >>> +++ b/tools/memory-model/Documentation/glossary.txt > >>> @@ -19,7 +19,7 @@ Address Dependency: When the address of a later memory access is computed > >>> from the value returned by the rcu_dereference() on line 2, the > >>> address dependency extends from that rcu_dereference() to that > >>> "p->a". In rare cases, optimizing compilers can destroy address > >>> - dependencies. Please see Documentation/RCU/rcu_dereference.txt > >>> + dependencies. Please see Documentation/RCU/rcu_dereference.rst > >>> for more information. > >>> > >>> See also "Control Dependency" and "Data Dependency". > >>>