perfbook.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Paul E. McKenney" <paulmck@kernel.org>
To: Akira Yokosawa <akiyks@gmail.com>
Cc: perfbook@vger.kernel.org
Subject: Re: [PATCH -perfbook 1/3] glossary: Tweak index markers
Date: Mon, 18 Apr 2022 09:06:16 -0700	[thread overview]
Message-ID: <20220418160616.GU4285@paulmck-ThinkPad-P17-Gen-1> (raw)
In-Reply-To: <551bdf14-33c0-6876-6644-ff3494ad38f0@gmail.com>

On Mon, Apr 18, 2022 at 06:54:21PM +0900, Akira Yokosawa wrote:
> \IXGr{} is for marking a term with uppercase chars preserved
> (e.g., proper nouns, Company names, etc.).
> Use \IXG{} instead for normal terms.
> 
> Use \IXGh{}{} for "read memory barrier" and "write memory barrier"
> so that they come together under "memory barrier" in the 
> hierarchical index.
> 
> Signed-off-by: Akira Yokosawa <akiyks@gmail.com>

Very good, thank you!  I have queued and pushed these.  One of these days,
I might get the glossary and indexing commands straight, but I would
not recommend holding your breath while waiting for that to happen...

							Thanx, Paul

> ---
>  glossary.tex | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/glossary.tex b/glossary.tex
> index ffe46efd..d488670d 100644
> --- a/glossary.tex
> +++ b/glossary.tex
> @@ -9,7 +9,7 @@
>  	        David~Levary~et~al.}}
>  
>  \begin{description}
> -\item[\IXGr{Acquire Load}:]
> +\item[\IXG{Acquire Load}:]
>  	A read from memory that has acquire semantics.
>  	Normal use cases pair an acquire load with a release store,
>  	in which case if the load returns the value stored, then all
> @@ -396,7 +396,7 @@
>  	caches, and store buffers in which values might be stored.
>  	However, this term is often used to denote the main memory
>  	itself, excluding caches and store buffers.
> -\item[\IXGr{Memory Barrier}:]
> +\item[\IXG{Memory Barrier}:]
>  	A compiler directive that might also include a special
>  	memory-barrier instruction.
>  	The purpose of a memory barrier is to order memory-reference
> @@ -576,7 +576,7 @@
>  	RCU is thus best-suited for read-mostly situations where
>  	stale data can either be tolerated (as in routing tables)
>  	or avoided (as in the Linux kernel's System V IPC implementation).
> -\item[\IXGr{Read Memory Barrier}:]
> +\item[\IXGh{Read}{Memory Barrier}:]
>  	A memory barrier that is only guaranteed to affect the ordering
>  	of load instructions, that is, reads from memory.
>  	(See also ``memory barrier'' and ``write memory barrier''.)
> @@ -620,7 +620,7 @@
>  	entity.
>  	Reference counters provide existence guarantees and are sometimes
>  	used to implement garbage collectors.
> -\item[\IXGr{Release store}:]
> +\item[\IXG{Release store}:]
>  	A write to memory that has release semantics.
>  	Normal use cases pair an acquire load with a release store,
>  	in which case if the load returns the value stored, then all
> @@ -743,7 +743,7 @@
>  \item[\IXG{Wait Free}:]
>  	A forward-progress guarantee in which every thread makes
>  	progress within a finite period of time.
> -\item[\IXGr{Write Memory Barrier}:]
> +\item[\IXGh{Write}{Memory Barrier}:]
>  	A memory barrier that is only guaranteed to affect the ordering
>  	of store instructions, that is, writes to memory.
>  	(See also ``memory barrier'' and ``read memory barrier''.)
> 
> base-commit: cccd47c1bcda6420bfe3acdb690aa7eb86c8a769
> -- 
> 2.25.1
> 

      parent reply	other threads:[~2022-04-18 16:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-18  9:54 [PATCH -perfbook 1/3] glossary: Tweak index markers Akira Yokosawa
2022-04-18 10:04 ` [PATCH -perfbook 2/3] index: Add indexing tags to memory barrier related terms Akira Yokosawa
2022-04-18 10:05 ` [PATCH -perfbook 3/3] indexsee: Add several 'See xxxx' entries for two-level index Akira Yokosawa
2022-04-18 16:06 ` 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=20220418160616.GU4285@paulmck-ThinkPad-P17-Gen-1 \
    --to=paulmck@kernel.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).