Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932343AbVISHIy (ORCPT ); Mon, 19 Sep 2005 03:08:54 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932346AbVISHIy (ORCPT ); Mon, 19 Sep 2005 03:08:54 -0400 Received: from e31.co.us.ibm.com ([32.97.110.129]:59082 "EHLO e31.co.us.ibm.com") by vger.kernel.org with ESMTP id S932344AbVISHIx (ORCPT ); Mon, 19 Sep 2005 03:08:53 -0400 Date: Mon, 19 Sep 2005 12:37:24 +0530 From: Srivatsa Vaddagiri To: Shaohua Li Cc: Nigel Cunningham , Andrew Morton , Linus Torvalds , Zwane Mwaikambo , Linux Kernel Mailing List , Rusty Russell , Ingo Molnar Subject: Re: PATCH: Fix race in cpu_down (hotplug cpu) Message-ID: <20050919070724.GA9937@in.ibm.com> Reply-To: vatsa@in.ibm.com References: <59D45D057E9702469E5775CBB56411F171F7E0@pdsmsx406> <20050919051024.GA8653@in.ibm.com> <1127107887.3958.9.camel@linux-hp.sh.intel.com> <20050919055715.GE8653@in.ibm.com> <1127110271.9696.97.camel@localhost> <20050919062336.GA9466@in.ibm.com> <1127111830.4087.3.camel@linux-hp.sh.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1127111830.4087.3.camel@linux-hp.sh.intel.com> User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 906 Lines: 29 On Mon, Sep 19, 2005 at 02:37:09PM +0800, Shaohua Li wrote: > > - if (need_resched()) > > + if (need_resched() || cpu_is_offline(cpu)) > > break; > if the breakpoint is here, you will still have trouble. [snip] > Why default_idle should be fine? it can be preempted before the > 'local_irq_disable' check. > Even with Nigel's patch, there is a very > small window at safe_halt (after 'sti' but before 'hlt'). Good point. Sounds like the patch that Nick has for disabling premption while it is idle may be a cure for these problems. -- Thanks and Regards, Srivatsa Vaddagiri, Linux Technology Center, IBM Software Labs, Bangalore, INDIA - 560017 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/