Thank Paul for reviewing and improving the patch for me. I went through the log and your email line by line several times and learned a lot. I am very pleased to be a little part of modern science and technology ;-) Thanks Zhouyi On Sat, Jan 15, 2022 at 2:58 AM Paul E. McKenney <paulmck@xxxxxxxxxx> wrote: > > On Thu, Jan 13, 2022 at 11:43:36AM +0800, Zhouyi Zhou wrote: > > I can't find "Trinity: A system call fuzzer" in Proceedings of the 13th > > Ottawa Linux Symposium, with link below > > https://www.kernel.org/doc/mirror/ols2011.pdf > > > > While I do find the author's presentation in youtube, with link below > > https://www.youtube.com/watch?v=o_2jwfsPh0Y > > > > According to above observations, I try to make the reference item better > > > > Signed-off-by: Zhouyi Zhou <zhouzhouyi@xxxxxxxxx> > > --- > > Hi Paul and Akira > > > > I can't find "Trinity: A system call fuzzer" in Proceedings of the 13th > > Ottawa Linux Symposium, with link below > > https://www.kernel.org/doc/mirror/ols2011.pdf > > > > While I can find the author's presentation in youtube, with link below > > https://www.youtube.com/watch?v=o_2jwfsPh0Y > > > > According to above observations, I try to make the reference item better > > Good catch, thank you! > > I had to hand-apply this, possibly due to some other recent changes. > Also maybe because I failed to give "git am" the "-3" argument. > > Hear is what I came up with, could you please check it? > > I left out the URL of the PDF because as you say it does not contain > a Trinity paper, and also the YouTube URL because it has very noisy > audio. > > Thanx, Paul > > ------------------------------------------------------------------------ > > commit bf4794df366d2cf87c2e9cf177f5169081138a23 > Author: Zhouyi Zhou <zhouzhouyi@xxxxxxxxx> > Date: Fri Jan 14 10:51:56 2022 -0800 > > bib/swtools: Fix DaveJones2011Trinity bibliography entry > > It appears that Dave Jones did not write a paper for OLS'2011, > confining himself to a presentation. This commit updates the > bibliography entry accordingly. > > Signed-off-by: Zhouyi Zhou <zhouzhouyi@xxxxxxxxx> > Signed-off-by: Paul E. McKenney <paulmck@xxxxxxxxxx> > > diff --git a/bib/swtools.bib b/bib/swtools.bib > index 5bd7e197..31ce0025 100644 > --- a/bib/swtools.bib > +++ b/bib/swtools.bib > @@ -517,10 +517,9 @@ Architectural Support for Programming Languages and Operating Systems > @Conference{DaveJones2011Trinity, > author = "Dave Jones", > title = "Trinity: A system call fuzzer", > - booktitle = {Proceedings of the 13\textsuperscript{th} Ottawa Linux Symposium}, > + booktitle = {13\textsuperscript{th} Ottawa Linux Symposium}, > month = {June}, > year = {2011}, > - pages = {???--???}, > address = {Ottawa, Canada}, > note={Project repository: \url{https://github.com/kernelslacker/trinity}}, > }