All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Bibliography updates (misc fixes)
@ 2017-02-22 14:27 Akira Yokosawa
  2017-02-22 14:28 ` [PATCH 1/3] bib/WFS.bib: Update info in Valois95a Akira Yokosawa
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Akira Yokosawa @ 2017-02-22 14:27 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa

From cd89aaf41ef91a1f7210243b883e8ef111ae08ef Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Wed, 22 Feb 2017 23:16:27 +0900
Subject: [PATCH 0/3] Bibliography updates (misc fixes)

Hi Paul,

This is the final round of bibliography updates I have prepared.
I will submit patches to append location fields when I notice.

                                Thanks, Akira
--
Akira Yokosawa (3):
  bib/WFS.bib: Update info in Valois95a
  bib/TM: Append location to Volos2008TRANSACT
  bib/syncrefs: Fix booktitle and append location

 bib/TM.bib       | 1 +
 bib/WFS.bib      | 8 ++++++--
 bib/syncrefs.bib | 8 +++++---
 3 files changed, 12 insertions(+), 5 deletions(-)

-- 
2.7.4


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

* [PATCH 1/3] bib/WFS.bib: Update info in Valois95a
  2017-02-22 14:27 [PATCH 0/3] Bibliography updates (misc fixes) Akira Yokosawa
@ 2017-02-22 14:28 ` Akira Yokosawa
  2017-02-22 14:29 ` [PATCH 2/3] bib/TM: Append location to Volos2008TRANSACT Akira Yokosawa
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Akira Yokosawa @ 2017-02-22 14:28 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa

From cd3298034ccf5b92e6e2ce8a689077280562a980 Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Sun, 12 Feb 2017 12:17:02 +0900
Subject: [PATCH 1/3] bib/WFS.bib: Update info in Valois95a

Update and append info from what is available at ACM digital
library.

Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
 bib/WFS.bib | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/bib/WFS.bib b/bib/WFS.bib
index d7efdf6..1337a7f 100644
--- a/bib/WFS.bib
+++ b/bib/WFS.bib
@@ -106,9 +106,13 @@ Linear or Sublinear Complexity"
 ,author="John D. Valois"
 ,title="Lock-Free Linked Lists Using Compare-and-Swap"
 ,Year="1995"
-,booktitle="Symposium on Principles of Distributed Computing"
-,pages="165--172"
+,location="Ottowa, Ontario, Canada"
+,booktitle="Proceedings of the Fourteenth Annual ACM Symposium on Principles of Distributed Computing"
+,series="PODC '95"
+,pages="214--222"
 ,doi="10.1145/224964.224988"
+,publisher="ACM"
+,address="New York, NY, USA"
 }

 @unpublished{MagedMichael95a
-- 
2.7.4



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

* [PATCH 2/3] bib/TM: Append location to Volos2008TRANSACT
  2017-02-22 14:27 [PATCH 0/3] Bibliography updates (misc fixes) Akira Yokosawa
  2017-02-22 14:28 ` [PATCH 1/3] bib/WFS.bib: Update info in Valois95a Akira Yokosawa
@ 2017-02-22 14:29 ` Akira Yokosawa
  2017-02-22 14:31 ` [PATCH 3/3] bib/syncrefs: Fix booktitle and append location Akira Yokosawa
  2017-02-25  5:48 ` [PATCH 0/3] Bibliography updates (misc fixes) Paul E. McKenney
  3 siblings, 0 replies; 5+ messages in thread
From: Akira Yokosawa @ 2017-02-22 14:29 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa

From a1b4a9d66ca9a256e3c4b4519e499300f35fddfa Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Sun, 12 Feb 2017 13:13:57 +0900
Subject: [PATCH 2/3] bib/TM: Append location to Volos2008TRANSACT

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

diff --git a/bib/TM.bib b/bib/TM.bib
index 04d45ad..8afec90 100644
--- a/bib/TM.bib
+++ b/bib/TM.bib
@@ -491,6 +491,7 @@ and Haris Volos and David A. Wood"
 ,booktitle = {3rd ACM SIGPLAN Workshop on Transactional Computing}
 ,month = "February"
 ,year = {2008}
+,location = {Salt Lake City, Utah, USA}
 ,publisher = {ACM}
 ,address = {New York, NY, USA}
 ,note="Available:
-- 
2.7.4



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

* [PATCH 3/3] bib/syncrefs: Fix booktitle and append location
  2017-02-22 14:27 [PATCH 0/3] Bibliography updates (misc fixes) Akira Yokosawa
  2017-02-22 14:28 ` [PATCH 1/3] bib/WFS.bib: Update info in Valois95a Akira Yokosawa
  2017-02-22 14:29 ` [PATCH 2/3] bib/TM: Append location to Volos2008TRANSACT Akira Yokosawa
@ 2017-02-22 14:31 ` Akira Yokosawa
  2017-02-25  5:48 ` [PATCH 0/3] Bibliography updates (misc fixes) Paul E. McKenney
  3 siblings, 0 replies; 5+ messages in thread
From: Akira Yokosawa @ 2017-02-22 14:31 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa

From cd89aaf41ef91a1f7210243b883e8ef111ae08ef Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Sun, 12 Feb 2017 13:49:04 +0900
Subject: [PATCH 3/3] bib/syncrefs: Fix booktitle and append location

Appends location fields to Takada:1995:RSN:527074.828566
and Cai-DongWang1996PrioInherLock.
Also fixes booktitle of Cai-DongWang1996PrioInherLock and
other fields.

Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
 bib/syncrefs.bib | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/bib/syncrefs.bib b/bib/syncrefs.bib
index c702ac5..7ec6298 100644
--- a/bib/syncrefs.bib
+++ b/bib/syncrefs.bib
@@ -967,11 +967,12 @@ Georgia Institute of Technology"
 @inproceedings{Takada:1995:RSN:527074.828566
 ,author = {Takada, H. and Sakamura, K.}
 ,title = {Real-time Scalability of Nested Spin Locks}
-,booktitle = {Proceedings of the 2Nd International Workshop on Real-Time Computing Systems and Applications}
+,booktitle = {Proceedings of the 2nd International Workshop on Real-Time Computing Systems and Applications}
 ,series = {RTCSA '95}
 ,year = {1995}
+,location = {Tokyo, Japan}
 ,isbn = {0-8186-7106-8}
-,pages = {160--}
+,pages = {160--167}
 ,url = {http://dl.acm.org/citation.cfm?id=527074.828566}
 ,acmid = {828566}
 ,publisher = {IEEE Computer Society}
@@ -983,7 +984,8 @@ Georgia Institute of Technology"
 @inproceedings{Cai-DongWang1996PrioInherLock
 ,author = {Cai-Dong Wang and Hiroaki Takada and Ken Sakamura}
 ,title = {Priority Inheritance Spin Locks for Multiprocessor Real-Time Systems}
-,booktitle = {Proceedings of the 2Nd International Workshop on Real-Time Computing Systems and Applications}
+,booktitle = {Proceedings of the 2nd International Symposium on Parallel Architectures, Algorithms, and Networks}
+,location = {Beijing, China}
 ,series = {ISPAN '96}
 ,year = {1996}
 ,pages = {70--76}
-- 
2.7.4



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

* Re: [PATCH 0/3] Bibliography updates (misc fixes)
  2017-02-22 14:27 [PATCH 0/3] Bibliography updates (misc fixes) Akira Yokosawa
                   ` (2 preceding siblings ...)
  2017-02-22 14:31 ` [PATCH 3/3] bib/syncrefs: Fix booktitle and append location Akira Yokosawa
@ 2017-02-25  5:48 ` Paul E. McKenney
  3 siblings, 0 replies; 5+ messages in thread
From: Paul E. McKenney @ 2017-02-25  5:48 UTC (permalink / raw)
  To: Akira Yokosawa; +Cc: perfbook

On Wed, Feb 22, 2017 at 11:27:00PM +0900, Akira Yokosawa wrote:
> >From cd89aaf41ef91a1f7210243b883e8ef111ae08ef Mon Sep 17 00:00:00 2001
> From: Akira Yokosawa <akiyks@gmail.com>
> Date: Wed, 22 Feb 2017 23:16:27 +0900
> Subject: [PATCH 0/3] Bibliography updates (misc fixes)
> 
> Hi Paul,
> 
> This is the final round of bibliography updates I have prepared.
> I will submit patches to append location fields when I notice.

Applied and pushed, thank you!

							Thanx, Paul


>                                 Thanks, Akira
> --
> Akira Yokosawa (3):
>   bib/WFS.bib: Update info in Valois95a
>   bib/TM: Append location to Volos2008TRANSACT
>   bib/syncrefs: Fix booktitle and append location
> 
>  bib/TM.bib       | 1 +
>  bib/WFS.bib      | 8 ++++++--
>  bib/syncrefs.bib | 8 +++++---
>  3 files changed, 12 insertions(+), 5 deletions(-)
> 
> -- 
> 2.7.4
> 


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

end of thread, other threads:[~2017-02-25  5:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-22 14:27 [PATCH 0/3] Bibliography updates (misc fixes) Akira Yokosawa
2017-02-22 14:28 ` [PATCH 1/3] bib/WFS.bib: Update info in Valois95a Akira Yokosawa
2017-02-22 14:29 ` [PATCH 2/3] bib/TM: Append location to Volos2008TRANSACT Akira Yokosawa
2017-02-22 14:31 ` [PATCH 3/3] bib/syncrefs: Fix booktitle and append location Akira Yokosawa
2017-02-25  5:48 ` [PATCH 0/3] Bibliography updates (misc fixes) 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.