From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756744Ab2CMP5r (ORCPT ); Tue, 13 Mar 2012 11:57:47 -0400 Received: from merlin.infradead.org ([205.233.59.134]:39013 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753507Ab2CMP5p convert rfc822-to-8bit (ORCPT ); Tue, 13 Mar 2012 11:57:45 -0400 Message-ID: <1331654251.18960.78.camel@twins> Subject: RE: [PATCH] Fix the race between smp_call_function and CPU booting From: Peter Zijlstra To: "Liu, Chuansheng" Cc: "linux-kernel@vger.kernel.org" , Yanmin Zhang , "tglx@linutronix.de" Date: Tue, 13 Mar 2012 16:57:31 +0100 In-Reply-To: <27240C0AC20F114CBF8149A2696CBE4A054D70@SHSMSX101.ccr.corp.intel.com> References: <27240C0AC20F114CBF8149A2696CBE4A053BE8@SHSMSX101.ccr.corp.intel.com> <1331546307.18960.26.camel@twins> <27240C0AC20F114CBF8149A2696CBE4A054D70@SHSMSX101.ccr.corp.intel.com> Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT X-Mailer: Evolution 3.2.2- Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2012-03-13 at 06:46 +0000, Liu, Chuansheng wrote: > > > -----Original Message----- > > From: Peter Zijlstra [mailto:peterz@infradead.org] > > Sent: Monday, March 12, 2012 5:58 PM > > To: Liu, Chuansheng > > Cc: linux-kernel@vger.kernel.org; Yanmin Zhang; tglx@linutronix.de > > Subject: Re: [PATCH] Fix the race between smp_call_function and CPU booting > > > > On Mon, 2012-03-12 at 09:27 +0000, Liu, Chuansheng wrote: > > > The solution is just to send smp call to active cpus instead of online > > > cpus. > > > > BTW, that solution is broken because !active cpus can still be online and > > actually running stuff, so sending IPIs to them is perfectly fine and actually > > required. > > > Based on current code base, the IPI can be handled only after the cpu is active, before CPU is active, > Any sending IPI is meanless. Not so on the unplug case, we clear active long before we actually go offline and rebuild sched_domains.