From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751129AbdEBEab (ORCPT ); Tue, 2 May 2017 00:30:31 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:54029 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750750AbdEBEa3 (ORCPT ); Tue, 2 May 2017 00:30:29 -0400 Date: Mon, 1 May 2017 21:30:24 -0700 From: "Paul E. McKenney" To: Linus Torvalds Cc: Ingo Molnar , Linux Kernel Mailing List , Peter Zijlstra , Thomas Gleixner Subject: Re: [GIT PULL] RCU changes for v4.12 Reply-To: paulmck@linux.vnet.ibm.com References: <20170501095915.rm4zi5z4ta44il5p@gmail.com> <20170502040202.GR3956@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-GCONF: 00 x-cbid: 17050204-0036-0000-0000-000001F67500 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00007009; HX=3.00000240; KW=3.00000007; PH=3.00000004; SC=3.00000208; SDB=6.00855013; UDB=6.00423111; IPR=6.00634175; BA=6.00005321; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00015261; XFM=3.00000014; UTC=2017-05-02 04:30:27 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17050204-0037-0000-0000-0000402035AC Message-Id: <20170502043024.GT3956@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-05-02_01:,, 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-1703280000 definitions=main-1705020025 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 01, 2017 at 09:11:05PM -0700, Linus Torvalds wrote: > On Mon, May 1, 2017 at 9:02 PM, Paul E. McKenney > wrote: > > > > I will get rid of the unused rcu_segcblist_extract_all() function > > and create a kernel/rcu/segcblist.c for the functions that are either > > non-trivial or performance-insensitive. > > > > Does that cover it, or am I missing something? > > That's the part I reacted to while reading through the patch, and your > suggested fix sounds good to me. Thank you for the confirmation! Thanx, Paul