All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] advsync: Fix duplicate bibliography reference
@ 2021-02-07 15:22 Akira Yokosawa
  2021-02-07 15:24 ` [PATCH 2/3] bib: Update missing/broken links in RCU.bib and hw.bib Akira Yokosawa
  2021-02-07 15:27 ` [PATCH 3/3] memorder: Substitute MIPS memory model reference Akira Yokosawa
  0 siblings, 2 replies; 4+ messages in thread
From: Akira Yokosawa @ 2021-02-07 15:22 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa

Herlihy90 and MauriceHerlihy90a are the same paper.
Use the latter to avoid duplicate entries in Bibliography.

Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
 advsync/advsync.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/advsync/advsync.tex b/advsync/advsync.tex
index bfd3737d..6f0dbe35 100644
--- a/advsync/advsync.tex
+++ b/advsync/advsync.tex
@@ -86,7 +86,7 @@ which is described in the following section.
 	  it's supposed to do.}
 	 {\emph{Robert A. Heinlein}}
 
-The term \emph{non-blocking synchronization} (NBS)~\cite{Herlihy90}
+The term \emph{non-blocking synchronization} (NBS)~\cite{MauriceHerlihy90a}
 describes seven classes of linearizable algorithms with differing
 \emph{forward-progress guarantees}~\cite{DanAlitarh2013PracticalProgress},
 which are as follows:
-- 
2.17.1


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

end of thread, other threads:[~2021-02-07 23:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-07 15:22 [PATCH 1/3] advsync: Fix duplicate bibliography reference Akira Yokosawa
2021-02-07 15:24 ` [PATCH 2/3] bib: Update missing/broken links in RCU.bib and hw.bib Akira Yokosawa
2021-02-07 15:27 ` [PATCH 3/3] memorder: Substitute MIPS memory model reference Akira Yokosawa
2021-02-07 23:14   ` 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.