linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
To: Linux Doc Mailing List <linux-doc@vger.kernel.org>
Cc: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>,
	"Jonathan Corbet" <corbet@lwn.net>,
	"Paul E. McKenney" <paulmck@kernel.org>,
	Akira Yokosawa <akiyks@gmail.com>,
	Alan Stern <stern@rowland.harvard.edu>,
	Andrea Parri <parri.andrea@gmail.com>,
	Boqun Feng <boqun.feng@gmail.com>,
	Daniel Lustig <dlustig@nvidia.com>,
	David Howells <dhowells@redhat.com>,
	Jade Alglave <j.alglave@ucl.ac.uk>,
	Joel Fernandes <joel@joelfernandes.org>,
	Luc Maranget <luc.maranget@inria.fr>,
	Nicholas Piggin <npiggin@gmail.com>,
	Peter Zijlstra <peterz@infradead.org>,
	Will Deacon <will@kernel.org>,
	linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 19/24] doc: update rcu_dereference.rst reference
Date: Wed, 13 Jan 2021 11:59:20 +0100	[thread overview]
Message-ID: <e2293b68eefdd00ea0f4795bc0672ef70f8627e2.1610535350.git.mchehab+huawei@kernel.org> (raw)
In-Reply-To: <cover.1610535349.git.mchehab+huawei@kernel.org>

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 <mchehab+huawei@kernel.org>
---
 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".
-- 
2.29.2


  parent reply	other threads:[~2021-01-13 11:01 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-13 10:59 [PATCH 00/24] Fix broken file docs cross-references Mauro Carvalho Chehab
2021-01-13 10:59 ` [PATCH 01/24] MAINTAINERS: update adi,ad5758.yaml reference Mauro Carvalho Chehab
2021-01-13 10:59 ` [PATCH 02/24] MAINTAINERS: update fsl,dpaa2-console.yaml reference Mauro Carvalho Chehab
2021-01-13 10:59 ` [PATCH 03/24] MAINTAINERS: update st,hts221.yaml reference Mauro Carvalho Chehab
2021-01-13 10:59 ` [PATCH 04/24] MAINTAINERS: update dpot-dac.yaml reference Mauro Carvalho Chehab
2021-01-13 10:59 ` [PATCH 05/24] MAINTAINERS: update envelope-detector.yaml reference Mauro Carvalho Chehab
2021-01-13 10:59 ` [PATCH 06/24] MAINTAINERS: update current-sense-amplifier.yaml reference Mauro Carvalho Chehab
2021-01-13 10:59 ` [PATCH 07/24] MAINTAINERS: update current-sense-shunt.yaml reference Mauro Carvalho Chehab
2021-01-13 10:59 ` [PATCH 08/24] MAINTAINERS: update voltage-divider.yaml reference Mauro Carvalho Chehab
2021-01-13 10:59 ` [PATCH 09/24] MAINTAINERS: update mtk-sd.yaml reference Mauro Carvalho Chehab
2021-01-13 10:59 ` [PATCH 10/24] MAINTAINERS: update atmel,sama5d2-adc.yaml reference Mauro Carvalho Chehab
2021-01-13 10:59 ` [PATCH 11/24] MAINTAINERS: update pni,rm3100.yaml reference Mauro Carvalho Chehab
2021-01-13 10:59 ` [PATCH 12/24] MAINTAINERS: update renesas,rcar-gyroadc.yaml reference Mauro Carvalho Chehab
2021-01-13 10:59 ` [PATCH 13/24] MAINTAINERS: update st,lsm6dsx.yaml reference Mauro Carvalho Chehab
2021-01-13 10:59 ` [PATCH 14/24] MAINTAINERS: update st,vl53l0x.yaml reference Mauro Carvalho Chehab
2021-01-13 10:59 ` [PATCH 15/24] MAINTAINERS: update ti,dac7612.yaml reference Mauro Carvalho Chehab
2021-01-13 10:59 ` [PATCH 16/24] Documentation/hwmon/ina2xx.rst: update ti,ina2xx.yaml reference Mauro Carvalho Chehab
2021-01-21 19:28   ` Guenter Roeck
2021-01-13 10:59 ` [PATCH 17/24] arch/Kconfig: update unaligned-memory-access.rst reference Mauro Carvalho Chehab
2021-01-13 18:13   ` Kees Cook
2021-01-13 10:59 ` [PATCH 18/24] include/linux/iio/dac/mcp4725.h: update a microchip,mcp4725.yaml ref Mauro Carvalho Chehab
2021-01-13 15:52   ` Jonathan Cameron
2021-01-13 10:59 ` Mauro Carvalho Chehab [this message]
2021-01-13 15:12   ` [PATCH 19/24] doc: update rcu_dereference.rst reference Paul E. McKenney
2021-01-13 10:59 ` [PATCH 20/24] ASoC: audio-graph-card: update audio-graph-card.yaml reference Mauro Carvalho Chehab
2021-01-25 19:34   ` Rob Herring
2021-01-13 10:59 ` [PATCH 21/24] dt-bindings: display: mediatek: update mediatek,dpi.yaml reference Mauro Carvalho Chehab
2021-01-25 19:35   ` [PATCH 21/24] dt-bindings: display: mediatek: update mediatek, dpi.yaml reference Rob Herring
2021-01-13 10:59 ` [PATCH 22/24] dt-bindings: memory: mediatek: update mediatek,smi-larb.yaml references Mauro Carvalho Chehab
2021-01-25 19:36   ` [PATCH 22/24] dt-bindings: memory: mediatek: update mediatek, smi-larb.yaml references Rob Herring
2021-01-13 10:59 ` [PATCH 23/24] dt-bindings:iio:adc: update adc.yaml reference Mauro Carvalho Chehab
2021-01-13 15:53   ` Jonathan Cameron
2021-01-25 19:36   ` Rob Herring
2021-01-13 10:59 ` [PATCH 24/24] dt-bindings: phy: update phy-cadence-sierra.yaml reference Mauro Carvalho Chehab
2021-01-13 14:17   ` Vinod Koul

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e2293b68eefdd00ea0f4795bc0672ef70f8627e2.1610535350.git.mchehab+huawei@kernel.org \
    --to=mchehab+huawei@kernel.org \
    --cc=akiyks@gmail.com \
    --cc=boqun.feng@gmail.com \
    --cc=corbet@lwn.net \
    --cc=dhowells@redhat.com \
    --cc=dlustig@nvidia.com \
    --cc=j.alglave@ucl.ac.uk \
    --cc=joel@joelfernandes.org \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luc.maranget@inria.fr \
    --cc=npiggin@gmail.com \
    --cc=parri.andrea@gmail.com \
    --cc=paulmck@kernel.org \
    --cc=peterz@infradead.org \
    --cc=stern@rowland.harvard.edu \
    --cc=will@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).