From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757397Ab1LHBMp (ORCPT ); Wed, 7 Dec 2011 20:12:45 -0500 Received: from e33.co.us.ibm.com ([32.97.110.151]:52558 "EHLO e33.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755498Ab1LHBMn (ORCPT ); Wed, 7 Dec 2011 20:12:43 -0500 Date: Wed, 7 Dec 2011 17:12:39 -0800 From: "Paul E. McKenney" To: Kees Cook Cc: linux-kernel@vger.kernel.org, Dipankar Sarma , Randy Dunlap , linux-doc@vger.kernel.org Subject: Re: [PATCH] docs: additional LWN links to RCU API Message-ID: <20111208011238.GG2367@linux.vnet.ibm.com> Reply-To: paulmck@linux.vnet.ibm.com References: <20111207231123.GA13371@www.outflux.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20111207231123.GA13371@www.outflux.net> User-Agent: Mutt/1.5.21 (2010-09-15) x-cbid: 11120801-2398-0000-0000-00000294358E Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 07, 2011 at 03:11:23PM -0800, Kees Cook wrote: > Tyler Hicks pointed me at an additional article on RCU and I figured > it should probably be mentioned with the others. Queued for 3.3, thank you! Thanx, Paul > Signed-off-by: Kees Cook > --- > Documentation/RCU/whatisRCU.txt | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/Documentation/RCU/whatisRCU.txt b/Documentation/RCU/whatisRCU.txt > index 6ef6926..f0c5750 100644 > --- a/Documentation/RCU/whatisRCU.txt > +++ b/Documentation/RCU/whatisRCU.txt > @@ -4,6 +4,7 @@ to start learning about RCU: > 1. What is RCU, Fundamentally? http://lwn.net/Articles/262464/ > 2. What is RCU? Part 2: Usage http://lwn.net/Articles/263130/ > 3. RCU part 3: the RCU API http://lwn.net/Articles/264090/ > +4. The RCU API, 2010 Edition http://lwn.net/Articles/418853/ > > > What is RCU? > -- > 1.7.0.4 >