From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750942AbdAOFbL (ORCPT ); Sun, 15 Jan 2017 00:31:11 -0500 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:48191 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750835AbdAOFbK (ORCPT ); Sun, 15 Jan 2017 00:31:10 -0500 Date: Sat, 14 Jan 2017 21:31:01 -0800 From: "Paul E. McKenney" To: Josh Triplett Cc: linux-kernel@vger.kernel.org, mingo@kernel.org, jiangshanlai@gmail.com, dipankar@in.ibm.com, akpm@linux-foundation.org, mathieu.desnoyers@efficios.com, 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 0/5] Documentation updates for 4.11 Reply-To: paulmck@linux.vnet.ibm.com References: <20170114085032.GA18485@linux.vnet.ibm.com> <20170114204508.vvfsstf6wagokbc6@x> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170114204508.vvfsstf6wagokbc6@x> User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-GCONF: 00 X-Content-Scanned: Fidelis XPS MAILER x-cbid: 17011505-0004-0000-0000-0000114ADEA4 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00006436; HX=3.00000240; KW=3.00000007; PH=3.00000004; SC=3.00000199; SDB=6.00807735; UDB=6.00393302; IPR=6.00585093; BA=6.00005056; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00013923; XFM=3.00000011; UTC=2017-01-15 05:31:07 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17011505-0005-0000-0000-00007C2DFB3D Message-Id: <20170115053101.GC5238@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-01-15_03:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1612050000 definitions=main-1701150086 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jan 14, 2017 at 12:45:08PM -0800, Josh Triplett wrote: > On Sat, Jan 14, 2017 at 12:50:32AM -0800, Paul E. McKenney wrote: > > Hello! > > > > This series provides documentation updates: > > > > 1. Add Design documentation for expedited grace periods. > > > > 2. Fix RCU requirements typos, courtesy of Tetsuo Handa. > > > > 3. doc: Update control-dependencies section of memory-barriers.txt. > > > > 4. Update data-structures documentation to note that quick-quiz > > answers are now inline. > > > > 5. Add rcutree.rcu_kick_kthreads to kernel-parameters.txt. > > Reviewed-by: Josh Triplett Applied, thank you! Thanx, Paul