From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752643Ab1JLHgN (ORCPT ); Wed, 12 Oct 2011 03:36:13 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:56752 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751040Ab1JLHgM (ORCPT ); Wed, 12 Oct 2011 03:36:12 -0400 Date: Wed, 12 Oct 2011 09:34:03 +0200 From: Ingo Molnar To: Jeremy Fitzhardinge 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 Message-ID: <20111012073402.GJ18618@elte.hu> References: <619c66d6da63aa086e2eac017e7aed216cc8ddc3.1317755691.git.jeremy.fitzhardinge@citrix.com> <8762k4grwy.fsf@rustcorp.com.au> <20111010073405.GC29035@elte.hu> <4E934F37.2020300@goop.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E934F37.2020300@goop.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-ELTE-SpamScore: -2.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-2.0 required=5.9 tests=AWL,BAYES_00 autolearn=no SpamAssassin version=3.3.1 -2.0 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.0 AWL AWL: From: address is in the auto white-list Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Jeremy Fitzhardinge wrote: > 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? If it has Jason's and PeterZ's ack then it can go via any other tree in this cycle - we are not carrying jump label patches right now. But those acks are very much desired. Thanks, Ingo