From: "Paul E. McKenney" <paulmck@kernel.org>
To: Akira Yokosawa <akiyks@gmail.com>
Cc: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>,
Linux Doc Mailing List <linux-doc@vger.kernel.org>,
Jonathan Corbet <corbet@lwn.net>
Subject: Re: [PATCH v2 15/19] docs: update rcu_dereference.rst reference
Date: Wed, 7 Apr 2021 06:51:06 -0700 [thread overview]
Message-ID: <20210407135106.GC4510@paulmck-ThinkPad-P17-Gen-1> (raw)
In-Reply-To: <5e171c69-4d76-9f7f-d0ee-1d4f31ad7e2c@gmail.com>
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 <mchehab+huawei@kernel.org>
> > ---
>
> 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.
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".
> >
next prev parent reply other threads:[~2021-04-07 13:51 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-07 8:20 [PATCH v2 00/19] Fix broken documentation file references Mauro Carvalho Chehab
2021-04-07 8:20 ` [PATCH v2 01/19] MAINTAINERS: update ste,mcde.yaml reference Mauro Carvalho Chehab
2021-04-07 8:20 ` [PATCH v2 02/19] MAINTAINERS: update brcm,bcm-v3d.yaml reference Mauro Carvalho Chehab
2021-04-07 8:20 ` [PATCH v2 03/19] MAINTAINERS: update fsl,dpaa2-console.yaml reference Mauro Carvalho Chehab
2021-04-07 8:20 ` [PATCH v2 04/19] MAINTAINERS: update mtk-sd.yaml reference Mauro Carvalho Chehab
2021-04-07 8:20 ` [PATCH v2 05/19] MAINTAINERS: update snps,dw-axi-dmac.yaml reference Mauro Carvalho Chehab
2021-04-07 8:20 ` [PATCH v2 06/19] dt-bindings: don't use ../dir for doc references Mauro Carvalho Chehab
2021-04-07 8:20 ` [PATCH v2 07/19] dt-bindings: fix references for iio-bindings.txt Mauro Carvalho Chehab
2021-04-07 10:18 ` Jonathan Cameron
2021-04-07 10:39 ` Sebastian Reichel
2021-04-07 12:15 ` Guenter Roeck
2021-04-07 8:20 ` [PATCH v2 08/19] dt-bindings: iommu: mediatek: update mediatek,iommu.yaml references Mauro Carvalho Chehab
2021-04-07 8:20 ` [PATCH v2 09/19] dt-bindings: i3c: update i3c.yaml references Mauro Carvalho Chehab
2021-04-07 11:34 ` Alexandre Belloni
2021-04-07 8:20 ` [PATCH v2 10/19] dt-bindings:iio:adc: update motorola,cpcap-adc.yaml reference Mauro Carvalho Chehab
2021-04-07 10:18 ` Jonathan Cameron
2021-04-07 8:20 ` [PATCH v2 11/19] dt-bindings:iio:adc: update dlg,da9150-gpadc.yaml reference Mauro Carvalho Chehab
2021-04-07 10:19 ` Jonathan Cameron
2021-04-07 8:20 ` [PATCH v2 12/19] dt-bindings: power: supply: da9150: update da9150-charger.txt reference Mauro Carvalho Chehab
2021-04-07 19:14 ` Sebastian Reichel
2021-04-07 8:20 ` [PATCH v2 13/19] dt-bindings: power: supply: da9150: update da9150-fg.txt reference Mauro Carvalho Chehab
2021-04-07 8:20 ` [PATCH v2 14/19] docs: update sysfs-platform_profile.rst reference Mauro Carvalho Chehab
2021-04-07 8:20 ` [PATCH v2 15/19] docs: update rcu_dereference.rst reference Mauro Carvalho Chehab
2021-04-07 10:10 ` Akira Yokosawa
2021-04-07 13:51 ` Paul E. McKenney [this message]
2021-04-07 14:44 ` Akira Yokosawa
2021-04-07 17:42 ` Paul E. McKenney
2021-04-07 8:20 ` [PATCH v2 16/19] docs: vcpu-requests.rst: fix reference for atomic ops Mauro Carvalho Chehab
2021-04-07 8:20 ` [PATCH v2 17/19] docs: replace transation references for reporting-bugs.rst Mauro Carvalho Chehab
2021-04-07 8:52 ` Thorsten Leemhuis
2021-04-07 9:39 ` Mauro Carvalho Chehab
2021-04-07 12:06 ` Federico Vaga
2021-04-07 9:34 ` Wu X.C.
2021-04-07 12:00 ` Federico Vaga
2021-04-07 8:20 ` [PATCH v2 18/19] docs: translations/zh_CN: fix a typo at 8.Conclusion.rst Mauro Carvalho Chehab
2021-04-07 9:11 ` Wu X.C.
2021-04-07 8:20 ` [PATCH v2 19/19] docs: sched-bwc.rst: fix a typo on a doc name Mauro Carvalho Chehab
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=20210407135106.GC4510@paulmck-ThinkPad-P17-Gen-1 \
--to=paulmck@kernel.org \
--cc=akiyks@gmail.com \
--cc=corbet@lwn.net \
--cc=linux-doc@vger.kernel.org \
--cc=mchehab+huawei@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