Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759498AbXEXH4b (ORCPT ); Thu, 24 May 2007 03:56:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756675AbXEXH4Y (ORCPT ); Thu, 24 May 2007 03:56:24 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:35308 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756511AbXEXH4X (ORCPT ); Thu, 24 May 2007 03:56:23 -0400 Date: Thu, 24 May 2007 09:56:01 +0200 From: Ingo Molnar To: Andrew Morton Cc: Cliff Wickman , linux-kernel@vger.kernel.org, Paul Jackson , Christoph Lameter , Paul Menage , Nick Piggin Subject: Re: [PATCH 1/1] hotplug cpu: migrate a task within its cpuset Message-ID: <20070524075601.GB21138@elte.hu> References: <4651FC58.mailxOWT1QTGD9@eag09.americas.sgi.com> <20070523104315.6b9089dc.akpm@linux-foundation.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070523104315.6b9089dc.akpm@linux-foundation.org> User-Agent: Mutt/1.4.2.2i X-ELTE-VirusStatus: clean 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.1.7 -2.0 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1027 Lines: 27 * Andrew Morton wrote: > > When a cpu is disabled, move_task_off_dead_cpu() is called for tasks > > that have been running on that cpu. > > So I still have these three patches in the pending queue but I was > rather hoping that the scheduler, sched-domains and cpuset people > could take a look at them, please. > > They hit sched.c and cpuset.c mainly, and they might trash Ingo's CFS > patch (I haven't checked). The patch looks good to me. It applies cleanly ontop of CFS and it builds and boots fine with and without CONFIG_CPU_HOTPLUG (although i havent tried to explicitly stress the codepath in question). We are a bit paranoid in this codepath but it's not performance-critical normally. Acked-by: Ingo Molnar Ingo - 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/