All of lore.kernel.org
 help / color / mirror / Atom feed
From: Akira Yokosawa <akiyks@gmail.com>
To: paulmck@linux.vnet.ibm.com
Cc: perfbook@vger.kernel.org, Akira Yokosawa <akiyks@gmail.com>
Subject: [PATCH] bib/TM: Salvage url or replace with doi
Date: Thu, 19 Jan 2017 00:33:22 +0900	[thread overview]
Message-ID: <549f772d-3292-e860-e0d5-8d68a86a3bd5@gmail.com> (raw)

From 4a8befacf6cf23d0452d4071d34025cec1fd1671 Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Thu, 19 Jan 2017 00:22:24 +0900
Subject: [PATCH] bib/TM: Salvage url or replace with doi

This commit salvages broken url or replace with doi of
the following entries in TM.bib:

  o DaveDice2009ASPLOSRockHTM
  o CliffClick2009AzulHTM
  o Ali-Reza-Adl-Tabatabai2009CppTM
  o ChristianJacobi2012MainframeTM

Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
Hi Paul,

So, I changed my mind. Instead of bombarding you with pull requests of long
branches, I picked up a few commits that actually fix broken urls.
I suppose such a small batch of fixes would be much easier for you to review
and apply.
If this approach is preferable, I'll submit small batches one by one. Just
appending doi or url should have lower priority than actual fixes.
Please let me know what you think.

                                                   Thanks, Akira
--
 bib/TM.bib | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/bib/TM.bib b/bib/TM.bib
index f69370f..7114806 100644
--- a/bib/TM.bib
+++ b/bib/TM.bib
@@ -585,9 +585,7 @@ Cain and Peng Wu and Stefanie Chiras and Siddhartha Chatterjee"
 for Programming Languages and Operating Systems (ASPLOS '09)"
 ,pages="157--168"
 ,address="Washington, DC, USA"
-,note="Available:
-\url{http://research.sun.com/scalable/pubs/ASPLOS2009-RockHTM.pdf}
-[Viewed February 4, 2009]"
+,doi="10.1145/1508244.1508263"
 }

 @conference{HansJBoehm2009HOTPAR
@@ -642,7 +640,9 @@ for Programming Languages and Operating Systems (ASPLOS '09)"
 ,title="And now some Hardware Transactional Memory comments..."
 ,month="February"
 ,year="2009"
-,note="\url{http://www.azulsystems.com/blog/cliff-click/2009-02-25-and-now-some-hardware-transactional-memory-comments}"
+,note="URL:
+\url{http://www.cliffc.org/blog/2009/02/25/and-now-some-hardware-transactional-memory-comments/}"
+,lastchecked="November 4, 2016"
 }

 @unpublished{Ali-Reza-Adl-Tabatabai2009CppTM
@@ -650,7 +650,9 @@ for Programming Languages and Operating Systems (ASPLOS '09)"
 ,title="Draft Specification of Transactional Language Constructs for C++"
 ,Year="2009"
 ,Month="August"
-,Note="\url{http://research.sun.com/scalable/pubs/C++-transactional-constructs-1.0.pdf}"
+,Note="URL:
+\url{https://software.intel.com/sites/default/files/ee/47/21569} (may need to append .pdf to view after download)"
+,lastchecked="November 12, 2016"
 }

 @unpublished{JoeDuffy2010RetroTM
@@ -882,7 +884,8 @@ for Programming Languages and Operating Systems (ASPLOS '09)"
 ,month="December"
 ,year="2012"
 ,note="The 45\textsuperscript{th} Annual IEEE/ACM International Symposium
-on MicroArchitecture \url{http://www.microsymposia.org/micro45/talks-posters/3-jacobi-presentation.pdf}"
+on MicroArchitecture, URL: \url{http://www.microarch.org/micro45/talks-posters/3-jacobi-presentation.pdf}"
+,lastchecked="November 13, 2016"
 }

 @conference{JustinGottschlich2013TMdebug
-- 
2.7.4



             reply	other threads:[~2017-01-18 15:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-18 15:33 Akira Yokosawa [this message]
2017-01-18 22:42 ` [PATCH] bib/TM: Salvage url or replace with doi Paul E. McKenney

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=549f772d-3292-e860-e0d5-8d68a86a3bd5@gmail.com \
    --to=akiyks@gmail.com \
    --cc=paulmck@linux.vnet.ibm.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.