>From eca275e44ff447bdbd397411f363d816bcab25a4 Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Tue, 9 Apr 2019 00:06:53 +0900 Subject: [PATCH 2/3] RCU.bib: Add entries of git commits of dyntickrcu fixes These are to be cited in formal/dyntickrcu.tex. Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- bib/RCU.bib | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/bib/RCU.bib b/bib/RCU.bib index 7f0204f7..073b89ef 100644 --- a/bib/RCU.bib +++ b/bib/RCU.bib @@ -3063,3 +3063,25 @@ Read-Copy-Update {(RCU)}" ,year="2019" ,note="\url{https://lkml.org/lkml/2019/2/27/829}" } + +@unpublished{PaulEMcKenney2008commit:d7c0651390b6 +,Author="Paul E. McKenney" +,Title="rcu: fix \co{rcu_try_flip_waitack_needed()} to prevent grace-period stall" +,month="May" +,day="12" +,year="2008" +,note="Git commit: +\url{https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d7c0651390b6}" +,lastchecked="April 6, 2019" +} + +@unpublished{PaulEMcKenney2008commit:ae66be9b71b1 +,Author="Paul E. McKenney" +,Title="rcu: fix misplaced \co{mb()} in \co{rcu_enter/exit_nohz()}" +,month="March" +,day="19" +,year="2008" +,note="Git commit: +\url{https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=ae66be9b71b1}" +,lastchecked="April 6, 2019" +} \ No newline at end of file -- 2.17.1