>From 4f4377f40a13ba13e3f2c11f5e01923a61304b6d Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Thu, 21 Dec 2017 23:53:05 +0900 Subject: [PATCH 3/4] Update bibliography Add entries of git commits related to ACCESS_ONCE(). Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- bib/RCU.bib | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/bib/RCU.bib b/bib/RCU.bib index d75c1bb..497d8bb 100644 --- a/bib/RCU.bib +++ b/bib/RCU.bib @@ -1245,7 +1245,16 @@ Revised: [Viewed March 27, 2008]" } - +@unpublished{PaulEMcKenney2007ACCESS:ONCE:rcu +,Author="Paul E. McKenney" +,Title="Immunize rcu\_dereference() against crazy compiler writers" +,month="October" +,day="17" +,year="2007" +,note="Git commit: +\url{https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=97b430320ce7}" +,lastchecked="December 17, 2017" +} @unpublished{PaulEMcKenney2007WhatIsRCUFundamentally ,Author="Paul E. McKenney and Jonathan Walpole" @@ -1342,6 +1351,17 @@ lot of {Linux} into your technology!!!" ,doi="10.1147/sj.472.0221" } +@unpublished{LinusTorvalds2008ACCESS:ONCE:move +,Author="Linus Torvalds" +,Title="{Move ACCESS\_ONCE() to <linux/compiler.h>}" +,month="May" +,day="11" +,year="2008" +,note="Git commit: +\url{https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=9c3cdc1f83a6}" +,lastchecked="December 17, 2017" +} + @unpublished{LaiJiangshan2008NewClassicAlgorithm ,Author="Lai Jiangshan" ,Title="[{RFC}][{PATCH}] rcu classic: new algorithm for callbacks-processing" @@ -2814,3 +2834,14 @@ Andrew Hunter and Geoffrey Romer and Lance Roy" ,note="\url{http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0461r2.pdf}" ,lastchecked="November 13, 2017" } + +@unpublished{MarkRutland2017ACCESS:ONCE:remove +,Author="Mark Rutland" +,Title="{compiler.h: Remove ACCESS\_ONCE()}" +,month="November" +,day="27" +,year="2017" +,note="Git commit: +\url{https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=b899a850431e}" +,lastchecked="December 17, 2017" +} -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html