From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754687Ab1JJUCE (ORCPT ); Mon, 10 Oct 2011 16:02:04 -0400 Received: from claw.goop.org ([74.207.240.146]:41597 "EHLO claw.goop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753026Ab1JJUCC (ORCPT ); Mon, 10 Oct 2011 16:02:02 -0400 Message-ID: <4E934F37.2020300@goop.org> Date: Mon, 10 Oct 2011 13:01:59 -0700 From: Jeremy Fitzhardinge User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110930 Thunderbird/7.0.1 MIME-Version: 1.0 To: Ingo Molnar CC: Rusty Russell , Steven Rostedt , "David S. Miller" , David Daney , Michael Ellerman , Jan Glauber , Jason Baron , the arch/x86 maintainers , Xen Devel , Linux Kernel Mailing List , Jeremy Fitzhardinge , Peter Zijlstra , Andrew Morton , "H. Peter Anvin" Subject: Re: [PATCH RFC V3 2/8] stop_machine: make stop_machine safe and efficient to call early References: <619c66d6da63aa086e2eac017e7aed216cc8ddc3.1317755691.git.jeremy.fitzhardinge@citrix.com> <8762k4grwy.fsf@rustcorp.com.au> <20111010073405.GC29035@elte.hu> In-Reply-To: <20111010073405.GC29035@elte.hu> X-Enigmail-Version: 1.3.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/10/2011 12:34 AM, Ingo Molnar wrote: > * Rusty Russell wrote: > >> On Tue, 4 Oct 2011 12:18:03 -0700, Jeremy Fitzhardinge wrote: >>> From: Jeremy Fitzhardinge >>> >>> Make stop_machine() safe to call early in boot, before stop_machine() >>> has been set up, by simply calling the callback function directly if >>> there's only one CPU online. >> Not that you need this, since it's >90% Tejun's code now, but: >> >> Acked-by: Rusty Russell > hey, extra review is always useful. > > Jeremy, Tejun, what's the expected merge path of these changes? Andrew has already picked up the stop_machine patch, I think. But it's pretty settled now, so it shouldn't cause any problem if it gets via multiple paths. What about the jump-label stuff? Has that been going via tip.git in the past, or by some other path? J