From: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
To: Akira Yokosawa <akiyks@gmail.com>
Cc: perfbook@vger.kernel.org
Subject: Re: [PATCH] count: Enclose 'REQACK' in \mbox{}
Date: Thu, 29 Sep 2016 17:15:23 -0700 [thread overview]
Message-ID: <20160930001523.GH14933@linux.vnet.ibm.com> (raw)
In-Reply-To: <c2f828ca-14da-971e-427a-2edeb9d7e916@gmail.com>
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
>
prev parent reply other threads:[~2016-09-30 0:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-29 14:23 [PATCH] count: Enclose 'REQACK' in \mbox{} Akira Yokosawa
2016-09-30 0:15 ` Paul E. McKenney [this message]
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=20160930001523.GH14933@linux.vnet.ibm.com \
--to=paulmck@linux.vnet.ibm.com \
--cc=akiyks@gmail.com \
--cc=perfbook@vger.kernel.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 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.