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=-19.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,USER_AGENT_GIT autolearn=unavailable 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 A68D5C15515 for ; Thu, 4 Mar 2021 01:09:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8A01D64F1C for ; Thu, 4 Mar 2021 01:09:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1450654AbhCDBHU (ORCPT ); Wed, 3 Mar 2021 20:07:20 -0500 Received: from mail.kernel.org ([198.145.29.99]:44330 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1453108AbhCDAqZ (ORCPT ); Wed, 3 Mar 2021 19:46:25 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 21EAB64E46; Thu, 4 Mar 2021 00:45:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1614818745; bh=vY63ALyHnCU3yIchUivHVRlQm2FBgsf0ZMsWNzYWYNg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=HsuCQnuBa9AAyugWDPWEuZzkaHeYsQ9oiZqT/mJYbooy8kNXR4c7rRgMosXIyYD0X a332T0F0ftDDKXqjJ9kHvmbf/M6Rl1D8Xmf5UyV42X/YqIIreoGkYFjYb6yR2RFrB6 4HsN5v2vdsLAEZs+JDlWp4wIRHkzrho8N+xaA0s4QwdHrKg039z0GArhR8SptfMxhO cCmdxUCEdueq/ww2ZmNAXL8AIxWcmYwucVgJT4t7yN8BvOFSRhVgfCkR/Bbcocx9MN pvsamwe4/IMPGjhjVCKCJOwPGka7AGB9VgGnT0aj8jpoVrhaPlr0bYRSLLTl4MOuXt 8uKFboUwt/ouw== From: paulmck@kernel.org To: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, kernel-team@fb.com, mingo@kernel.org Cc: stern@rowland.harvard.edu, parri.andrea@gmail.com, will@kernel.org, peterz@infradead.org, boqun.feng@gmail.com, npiggin@gmail.com, dhowells@redhat.com, j.alglave@ucl.ac.uk, luc.maranget@inria.fr, akiyks@gmail.com, Mauro Carvalho Chehab , "Paul E . McKenney" Subject: [PATCH memory-model 1/3] doc: Update rcu_dereference.rst reference Date: Wed, 3 Mar 2021 16:45:41 -0800 Message-Id: <20210304004543.25364-1-paulmck@kernel.org> X-Mailer: git-send-email 2.9.5 In-Reply-To: <20210304004438.GA25271@paulmck-ThinkPad-P72> References: <20210304004438.GA25271@paulmck-ThinkPad-P72> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Mauro Carvalho Chehab 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. Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Paul E. McKenney --- 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 b2da636..6f3d16d 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". -- 2.9.5