All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] count: Enclose 'REQACK' in \mbox{}
@ 2016-09-29 14:23 Akira Yokosawa
  2016-09-30  0:15 ` Paul E. McKenney
  0 siblings, 1 reply; 2+ messages in thread
From: Akira Yokosawa @ 2016-09-29 14:23 UTC (permalink / raw)
  To: Paul E. McKenney, perfbook, Akira Yokosawa

From 793c4a74be5cb0997b82789d19eebb2b7836d2fa Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Thu, 29 Sep 2016 23:17:12 +0900
Subject: [PATCH] count: Enclose 'REQACK' in \mbox{}

This commit prevents "REQACK" from being hyphenated in Answer of
Quick Quiz 5.47.

Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
 count/count.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/count/count.tex b/count/count.tex
index 39747d0..0eb95c3 100644
--- a/count/count.tex
+++ b/count/count.tex
@@ -2641,7 +2641,7 @@ The slowpath then sets that thread's \co{theft} state to IDLE.
 		the fastpath.
 	\item	The following race would result:
 		\begin{enumerate}
-		\item	The slowpath sets a given thread's state to REQACK.
+		\item	The slowpath sets a given thread's state to \mbox{REQACK}.
 		\item	That thread has just finished its fastpath, and
 			notes the REQACK state.
 		\item	The thread receives the signal, which also notes
@@ -2652,7 +2652,7 @@ The slowpath then sets that thread's \co{theft} state to IDLE.
 		\item	The fastpath sets the state to READY, disabling
 			further fastpath execution for this thread.
 		\end{enumerate}
-		The basic problem here is that the combined REQACK state
+		The basic problem here is that the combined \mbox{REQACK} state
 		can be referenced by both the signal handler and the
 		fastpath.
 		The clear separation maintained by the four-state
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] count: Enclose 'REQACK' in \mbox{}
  2016-09-29 14:23 [PATCH] count: Enclose 'REQACK' in \mbox{} Akira Yokosawa
@ 2016-09-30  0:15 ` Paul E. McKenney
  0 siblings, 0 replies; 2+ messages in thread
From: Paul E. McKenney @ 2016-09-30  0:15 UTC (permalink / raw)
  To: Akira Yokosawa; +Cc: perfbook

On Thu, Sep 29, 2016 at 11:23:53PM +0900, Akira Yokosawa wrote:
> >From 793c4a74be5cb0997b82789d19eebb2b7836d2fa Mon Sep 17 00:00:00 2001
> From: Akira Yokosawa <akiyks@gmail.com>
> Date: Thu, 29 Sep 2016 23:17:12 +0900
> Subject: [PATCH] count: Enclose 'REQACK' in \mbox{}
> 
> This commit prevents "REQACK" from being hyphenated in Answer of
> Quick Quiz 5.47.
> 
> Signed-off-by: Akira Yokosawa <akiyks@gmail.com>

Queued and pushed, thank you!

							Thanx, Paul

> ---
>  count/count.tex | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/count/count.tex b/count/count.tex
> index 39747d0..0eb95c3 100644
> --- a/count/count.tex
> +++ b/count/count.tex
> @@ -2641,7 +2641,7 @@ The slowpath then sets that thread's \co{theft} state to IDLE.
>  		the fastpath.
>  	\item	The following race would result:
>  		\begin{enumerate}
> -		\item	The slowpath sets a given thread's state to REQACK.
> +		\item	The slowpath sets a given thread's state to \mbox{REQACK}.
>  		\item	That thread has just finished its fastpath, and
>  			notes the REQACK state.
>  		\item	The thread receives the signal, which also notes
> @@ -2652,7 +2652,7 @@ The slowpath then sets that thread's \co{theft} state to IDLE.
>  		\item	The fastpath sets the state to READY, disabling
>  			further fastpath execution for this thread.
>  		\end{enumerate}
> -		The basic problem here is that the combined REQACK state
> +		The basic problem here is that the combined \mbox{REQACK} state
>  		can be referenced by both the signal handler and the
>  		fastpath.
>  		The clear separation maintained by the four-state
> -- 
> 2.7.4
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-09-30  0:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-29 14:23 [PATCH] count: Enclose 'REQACK' in \mbox{} Akira Yokosawa
2016-09-30  0:15 ` 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.