* Re: [PATCH v2] Fix labeling of appendix and section
[not found] ` <c07a5add-15e7-0c0a-b2ef-af96bbde7059@gmail.com>
@ 2018-04-09 17:21 ` Paul E. McKenney
2018-04-09 21:32 ` Akira Yokosawa
0 siblings, 1 reply; 3+ messages in thread
From: Paul E. McKenney @ 2018-04-09 17:21 UTC (permalink / raw)
To: Akira Yokosawa; +Cc: perfbook
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@gmail.com>
> 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@gmail.com>
> ---
> 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@gmail.com>
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@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
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}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v2] Fix labeling of appendix and section
2018-04-09 17:21 ` [PATCH v2] Fix labeling of appendix and section Paul E. McKenney
@ 2018-04-09 21:32 ` Akira Yokosawa
2018-04-09 21:58 ` Paul E. McKenney
0 siblings, 1 reply; 3+ messages in thread
From: Akira Yokosawa @ 2018-04-09 21:32 UTC (permalink / raw)
To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa
On 2018/04/09 10:21:33 -0700, Paul E. McKenney wrote:
> 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@gmail.com>
>> 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@gmail.com>
>> ---
>> 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.
Ah, I knew I missed something ;-)
I wouldn't be surprised if there were other similar cases.
Thanks, Akira
>
> Thanx, Paul
>
> ------------------------------------------------------------------------
>
> commit 15e646185e3f404c6d84af4947e598278e53d22d
> Author: Akira Yokosawa <akiyks@gmail.com>
> 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@gmail.com>
> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
>
> 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}
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2] Fix labeling of appendix and section
2018-04-09 21:32 ` Akira Yokosawa
@ 2018-04-09 21:58 ` Paul E. McKenney
0 siblings, 0 replies; 3+ messages in thread
From: Paul E. McKenney @ 2018-04-09 21:58 UTC (permalink / raw)
To: Akira Yokosawa; +Cc: perfbook
On Tue, Apr 10, 2018 at 06:32:32AM +0900, Akira Yokosawa wrote:
> On 2018/04/09 10:21:33 -0700, Paul E. McKenney wrote:
> > 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@gmail.com>
> >> 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@gmail.com>
> >> ---
> >> 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.
>
> Ah, I knew I missed something ;-)
> I wouldn't be surprised if there were other similar cases.
Nor would I. ;-)
Thanx, Paul
> Thanks, Akira
>
> >
> > Thanx, Paul
> >
> > ------------------------------------------------------------------------
> >
> > commit 15e646185e3f404c6d84af4947e598278e53d22d
> > Author: Akira Yokosawa <akiyks@gmail.com>
> > 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@gmail.com>
> > Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
> >
> > 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}
> >
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-04-09 21:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <d3ea21c4-ba6f-46e3-15da-cd35d450b59d@gmail.com>
[not found] ` <c07a5add-15e7-0c0a-b2ef-af96bbde7059@gmail.com>
2018-04-09 17:21 ` [PATCH v2] Fix labeling of appendix and section Paul E. McKenney
2018-04-09 21:32 ` Akira Yokosawa
2018-04-09 21:58 ` Paul E. McKenney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox