On Wed, Mar 27, 2013 at 08:07:27PM +0100, Borislav Petkov wrote: > Oh, and if one needs to brush up on RCU while doing that, there's this > cool thing called perfbook (whole title is too long :)) I discovered > while searching for your 3.10 queue on k.org. :-)
And here's me contributing :-): --- From: Borislav Petkov <[email protected]> Date: Wed, 27 Mar 2013 20:18:03 +0100 Subject: [PATCH] Deferred Processing: Fix a typo Signed-off-by: Borislav Petkov <[email protected]> --- defer/defer.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defer/defer.tex b/defer/defer.tex index cedc86e13e5c..9895b6b5fce9 100644 --- a/defer/defer.tex +++ b/defer/defer.tex @@ -4,7 +4,7 @@ The strategy of deferring work goes back before the dawn of recorded history, and has generally been derided as procrastination or -even shear laziness. +even sheer laziness. However, in the last few decades have workers recognized this strategy's value in simplifying and streamlining parallel algorithms~\cite{Kung80,HMassalinPhD}. Believe it or not, in parallel programming, laziness often performs and -- 1.8.2.135.g7b592fa -- Regards/Gruss, Boris. Sent from a fat crate under my desk. Formatting is fine. -- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

