From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752304AbcDQCdg (ORCPT ); Sat, 16 Apr 2016 22:33:36 -0400 Received: from e17.ny.us.ibm.com ([129.33.205.207]:58027 "EHLO e17.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752049AbcDQCdf (ORCPT ); Sat, 16 Apr 2016 22:33:35 -0400 X-IBM-Helo: d01dlp02.pok.ibm.com X-IBM-MailFrom: paulmck@linux.vnet.ibm.com X-IBM-RcptTo: linux-kernel@vger.kernel.org Date: Sat, 16 Apr 2016 19:33:56 -0700 From: "Paul E. McKenney" To: Boqun Feng Cc: linux-kernel@vger.kernel.org, mingo@kernel.org, jiangshanlai@gmail.com, dipankar@in.ibm.com, akpm@linux-foundation.org, mathieu.desnoyers@efficios.com, josh@joshtriplett.org, tglx@linutronix.de, peterz@infradead.org, rostedt@goodmis.org, dhowells@redhat.com, edumazet@google.com, dvhart@linux.intel.com, fweisbec@gmail.com, oleg@redhat.com, bobby.prani@gmail.com Subject: Re: [PATCH tip/core/rcu 10/10] documentation: Add documentation for RCU's major data structures Message-ID: <20160417023356.GH3687@linux.vnet.ibm.com> Reply-To: paulmck@linux.vnet.ibm.com References: <20160412151755.GA22416@linux.vnet.ibm.com> <1460474301-22998-10-git-send-email-paulmck@linux.vnet.ibm.com> <20160416145239.GA13055@fixme-laptop.cn.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160416145239.GA13055@fixme-laptop.cn.ibm.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16041702-0041-0000-0000-000003E61DF8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Apr 16, 2016 at 10:52:39PM +0800, Boqun Feng wrote: > Hi Paul, > > On Tue, Apr 12, 2016 at 08:18:21AM -0700, Paul E. McKenney wrote: > > This commit adds documentation for RCU's major data structures, > > including rcu_state, rcu_node, rcu_data, rcu_dynticks, and rcu_head. > > > > One small thing, you are using term TREE_PREEMPT_RCU throughout the > whole document, while I think it has been removed in commit > 28f6569ab7d03 ("rcu: Remove redundant TREE_PREEMPT_RCU config option"). > > so, a "s/TREE_PREEMPT_RCU/PREEMPT_RCU" makes the document more up to > date? Good catch, will fix! Thanx, Paul > Regards, > Boqun > > > Signed-off-by: Paul E. McKenney > > --- > [...]