On Tue, Apr 10, 2018 at 12:44:58AM +0900, Akira Yokosawa wrote: > >From d9d064c4aac8758ccaa435444ff0e60a16a9d6d2 Mon Sep 17 00:00:00 2001 > From: Akira Yokosawa <akiyks@xxxxxxxxx> > Date: Tue, 10 Apr 2018 00:30:08 +0900 > Subject: [PATCH v2] Fix labeling of appendix and section > > These are a couple of labels which don't match the current > context due to movement to/from appendix. > > Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> > --- > Change from v1: > Fixed typo in commit log. Good eyes, applied and queued, thank you! I changed one additional "appendix" to section, please see below for the updated commit, and please let me know if I messed anything up. Thanx, Paul ------------------------------------------------------------------------ commit 15e646185e3f404c6d84af4947e598278e53d22d Author: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Tue Apr 10 00:30:08 2018 +0900 Fix labeling of appendix and section These are a couple of labels which don't match the current context due to movement to/from appendix. Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> Signed-off-by: Paul E. McKenney <paulmck@xxxxxxxxxxxxxxxxxx> diff --git a/appendix/toyrcu/toyrcu.tex b/appendix/toyrcu/toyrcu.tex index a796401e8d0c..c0a45a85ca03 100644 --- a/appendix/toyrcu/toyrcu.tex +++ b/appendix/toyrcu/toyrcu.tex @@ -2,7 +2,7 @@ \QuickQuizChapter{chp:app:``Toy'' RCU Implementations}{``Toy'' RCU Implementations} -The toy RCU implementations in this section are designed not for +The toy RCU implementations in this appendix are designed not for high performance, practicality, or any kind of production use,\footnote{ However, production-quality user-level RCU implementations are available~\cite{MathieuDesnoyers2009URCU,MathieuDesnoyers2012URCU}.} @@ -15,7 +15,7 @@ Chapters~\ref{chp:Introduction}, and~\ref{chp:Deferred Processing} for even these toy RCU implementations to be easily understandable. -This section provides a series of RCU implementations in order of +This appendix provides a series of RCU implementations in order of increasing sophistication, from the viewpoint of solving the existence-guarantee problem. Section~\ref{sec:app:toyrcu:Lock-Based RCU} presents a rudimentary diff --git a/memorder/memorder.tex b/memorder/memorder.tex index 079840425ca3..40fe3a4919f0 100644 --- a/memorder/memorder.tex +++ b/memorder/memorder.tex @@ -4179,7 +4179,7 @@ dependencies. \section{Hardware Specifics} \label{sec:memorder:Hardware Specifics} -\OriginallyPublished{Appendix}{sec:memorder:Hardware Specifics}{Memory-Barrier Instructions For Specific CPUs}{Linux Journal}{PaulMcKenney2005i,PaulMcKenney2005j} +\OriginallyPublished{Section}{sec:memorder:Hardware Specifics}{Memory-Barrier Instructions For Specific CPUs}{Linux Journal}{PaulMcKenney2005i,PaulMcKenney2005j} \begin{table*}[tbh] \rowcolors{4}{}{lightgray} -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html