From: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org,
corbet@lwn.net, rdunlap@infradead.org, akiyks@gmail.com
Subject: [PATCH doc/rcu 0/2] Fix docbook regression
Date: Thu, 19 Oct 2017 14:24:12 -0700 [thread overview]
Message-ID: <20171019212412.GA4995@linux.vnet.ibm.com> (raw)
Hello, Linus,
Commit 764f80798b95 ("doc: Add RCU files to docbook-generation files"),
which is in v4.14-rc1, added :external: options for RCU source files
in the file Documentation/core-api/kernel-api.rst. However, this now
means nothing, and furthermore breaks builds of the docbook, which has
led to popular demand for this to be fixed in v4.14:
lkml.kernel.org/r/20171018100340.7f34aace@lwn.net
This series therefore contains the following two patches:
1. Remove the erroneous :external: options.
2. Fix the many docbook build complaints that have crept into RCU's
docbook comment headers. These fixes include one non-comment
change where the name of rcu_sync_func()'s argument is changed
to match RCU convention.
Thanx, Paul
------------------------------------------------------------------------
Documentation/core-api/kernel-api.rst | 14 --------------
include/linux/rculist.h | 2 +-
include/linux/rcupdate.h | 22 ++++++++++++++--------
include/linux/srcu.h | 1 +
kernel/rcu/srcutree.c | 2 +-
kernel/rcu/sync.c | 9 ++++++---
kernel/rcu/tree.c | 18 ++++++++++--------
7 files changed, 33 insertions(+), 35 deletions(-)
reply other threads:[~2017-10-19 21:24 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20171019212412.GA4995@linux.vnet.ibm.com \
--to=paulmck@linux.vnet.ibm.com \
--cc=akiyks@gmail.com \
--cc=corbet@lwn.net \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rdunlap@infradead.org \
--cc=torvalds@linux-foundation.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
Powered by JetHome