From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752580Ab1JJHgM (ORCPT ); Mon, 10 Oct 2011 03:36:12 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:39035 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752455Ab1JJHgL (ORCPT ); Mon, 10 Oct 2011 03:36:11 -0400 Date: Mon, 10 Oct 2011 09:34:05 +0200 From: Ingo Molnar To: Rusty Russell Cc: Jeremy Fitzhardinge , 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: <20111010073405.GC29035@elte.hu> References: <619c66d6da63aa086e2eac017e7aed216cc8ddc3.1317755691.git.jeremy.fitzhardinge@citrix.com> <8762k4grwy.fsf@rustcorp.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8762k4grwy.fsf@rustcorp.com.au> 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=BAYES_00 autolearn=no SpamAssassin version=3.3.1 -2.0 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * 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? Thanks, Ingo