Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753269AbdHXOfj (ORCPT ); Thu, 24 Aug 2017 10:35:39 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:58111 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751083AbdHXOfi (ORCPT ); Thu, 24 Aug 2017 10:35:38 -0400 Date: Thu, 24 Aug 2017 07:35:41 -0700 From: "Paul E. McKenney" To: Ingo Molnar Cc: Jeffrey Hugo , tglx@linutronix.de, bigeasy@linutronix.de, anna-maria@linutronix.de, boris.ostrovsky@oracle.com, richard@nod.at, linux-kernel@vger.kernel.org Subject: Re: [RFC GIT PULL rcu/next] RCU/hotplug fix Reply-To: paulmck@linux.vnet.ibm.com References: <20170728003547.GA10932@linux.vnet.ibm.com> <20170815084324.k7ixgfjzqdu5kzhm@gmail.com> <68a1c2b3-d23b-a1e7-b0f7-a182e6b170d1@codeaurora.org> <20170824075320.rqyfph3wcmnqzga2@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170824075320.rqyfph3wcmnqzga2@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-GCONF: 00 x-cbid: 17082414-0048-0000-0000-000001D8CE15 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00007603; HX=3.00000241; KW=3.00000007; PH=3.00000004; SC=3.00000225; SDB=6.00906995; UDB=6.00454648; IPR=6.00687192; BA=6.00005552; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00016848; XFM=3.00000015; UTC=2017-08-24 14:35:35 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17082414-0049-0000-0000-000042566148 Message-Id: <20170824143541.GO11320@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-08-24_05:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=12 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1707230000 definitions=main-1708240230 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1933 Lines: 52 On Thu, Aug 24, 2017 at 09:53:20AM +0200, Ingo Molnar wrote: > > * Jeffrey Hugo wrote: > > > > > This commit has been exposed to 0day test robot and -next testing > > > > and is available in the git repository at: > > > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git for-mingo > > > > > > > > for you to fetch changes up to a58163d8ca2c8d288ee9f95989712f98473a5ac2: > > > > > > > > rcu: Migrate callbacks earlier in the CPU-offline timeline (2017-07-25 13:03:43 -0700) > > > > > > > > ---------------------------------------------------------------- > > > > Paul E. McKenney (1): > > > > rcu: Migrate callbacks earlier in the CPU-offline timeline > > > > > > > > include/linux/rcupdate.h | 1 + > > > > kernel/cpu.c | 1 + > > > > kernel/rcu/tree.c | 209 +++++++++++++++++++++++++---------------------- > > > > 3 files changed, 115 insertions(+), 96 deletions(-) > > > > > > Pulled, thanks Paul! > > > > > > Ingo > > > > > > > Ingo, > > > > We've been keeping an eye on this fix, so I'm trying to ascertain it's status. > > For my information, is this expected to hit Linus' tree in 4.13, or wait until > > the 4.14 merge window? > > It's for v4.14, it's a pretty large (and thus risky) commit that came in > relatively late. If it's problem-free it can be sent to -stable. > > If Paul insists I can try and send it to Linus, but it's getting fairly late > in the cycle. Hugo, I was interpreting your email of August 22nd as meaning that the problem no longer existed in mainline: https://marc.info/?l=linux-kernel&m=150343524911301&w=2 If my interpretation is correct, then this commit can wait until the upcoming merge window. As Ingo says, I can send patches to -stable (and backporting is required, BTW). If my interpretation is incorrect, please let me know what the situation really is. Thanx, Paul