From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hrndva-omtalb.mail.rr.com (hrndva-omtalb.mail.rr.com [71.74.56.122]) by ozlabs.org (Postfix) with ESMTP id 834642C0096 for ; Thu, 27 Jun 2013 00:51:17 +1000 (EST) Message-ID: <1372258271.18733.256.camel@gandalf.local.home> Subject: Re: [PATCH v2 15/45] rcu: Use get/put_online_cpus_atomic() to prevent CPU offline From: Steven Rostedt To: paulmck@linux.vnet.ibm.com Date: Wed, 26 Jun 2013 10:51:11 -0400 In-Reply-To: <20130626143424.GN3828@linux.vnet.ibm.com> References: <20130625202452.16593.22810.stgit@srivatsabhat.in.ibm.com> <20130625202755.16593.67819.stgit@srivatsabhat.in.ibm.com> <20130625220026.GG3828@linux.vnet.ibm.com> <51CAF624.6060004@linux.vnet.ibm.com> <20130626143424.GN3828@linux.vnet.ibm.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Cc: peterz@infradead.org, fweisbec@gmail.com, oleg@redhat.com, walken@google.com, mingo@kernel.org, linux-arch@vger.kernel.org, vincent.guittot@linaro.org, xiaoguangrong@linux.vnet.ibm.com, wangyun@linux.vnet.ibm.com, nikunj@linux.vnet.ibm.com, linux-pm@vger.kernel.org, rusty@rustcorp.com.au, namhyung@kernel.org, tglx@linutronix.de, laijs@cn.fujitsu.com, zhong@linux.vnet.ibm.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, sbw@mit.edu, David Laight , "Srivatsa S. Bhat" , tj@kernel.org, akpm@linux-foundation.org, linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2013-06-26 at 07:34 -0700, Paul E. McKenney wrote: > On Wed, Jun 26, 2013 at 03:29:40PM +0100, David Laight wrote: > > > Once stop_machine() is gone from the CPU offline path, we won't be able > > > to depend on disabling preemption to prevent CPUs from going offline > > > from under us. > > > > Could you use an rcu-like sequence so that disabling pre-emption > > would be enough? > > > > Something like rebuilding the cpu list, then forcing yourself > > to run on all the cpu. > > > > That would be far less intrusive. > > It would also increase the latency of CPU-hotunplug operations. > Is that a big deal? -- Steve