* [PATCH doc/rcu 0/2] Fix docbook regression
@ 2017-10-19 21:24 Paul E. McKenney
0 siblings, 0 replies; only message in thread
From: Paul E. McKenney @ 2017-10-19 21:24 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel, linux-doc, corbet, rdunlap, akiyks
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(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-10-19 21:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-19 21:24 [PATCH doc/rcu 0/2] Fix docbook regression Paul E. McKenney
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.