On Wed, Dec 05, 2018 at 12:27:34AM +0900, Akira Yokosawa wrote: > >From 5471262067bf42e8698c80fee3e1d42a8c576d43 Mon Sep 17 00:00:00 2001 > From: Akira Yokosawa <akiyks@xxxxxxxxx> > Date: Wed, 5 Dec 2018 00:10:12 +0900 > Subject: [PATCH 0/4] Misc updates > > Hi Paul, > > As I reported this September, Figure 5.1 is not complete yet. > As a workaround, patches #1 and #2 restores the old plot of > Nehalem for Figure 5.1. Once we can obtain complete data, > it should be easy to update again. > > Patch #3 is a minor tweak in RCU code snippets to prevent > short code snippets from being page/column broken. > > Patch #4 fixes a typo in an epigraph you've added recently. > > Hopefully, this would be a final patch set from me for the > upcoming release. Applied and pushed, thank you! And good point, and same for me -- no more commits authored by me (except for minor fixes) until the release. Of course, I also welcome minor fixes from others. Large changes are also still welcome, but I will instead add them to a branch to be merged afterthe release. Thanx, Paul > Thanks, Akira > -- > Akira Yokosawa (4): > CodeSamples/count: Restore atomic125.eps > count: Restore 'fig:count:Atomic Increment Scalability on Nehalem' > defer: Prevent page/column break in short inline code snippets > owned: Fix typo in epigraph > > CodeSamples/count/atomic125.eps | 856 +++++++------ > CodeSamples/count/atomic125.png | Bin 3189 -> 3337 bytes > CodeSamples/count/atomic_nehalem.eps | 2266 ++++++++++++++++++++++++++++++++++ > count/count.tex | 14 +- > defer/rcufundamental.tex | 14 +- > defer/rcuintro.tex | 4 +- > locking/locking.tex | 2 +- > owned/owned.tex | 2 +- > 8 files changed, 2770 insertions(+), 388 deletions(-) > create mode 100644 CodeSamples/count/atomic_nehalem.eps > > -- > 2.7.4 >