Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756292AbYFSSO2 (ORCPT ); Thu, 19 Jun 2008 14:14:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752210AbYFSSOT (ORCPT ); Thu, 19 Jun 2008 14:14:19 -0400 Received: from casper.infradead.org ([85.118.1.10]:45622 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751584AbYFSSOS (ORCPT ); Thu, 19 Jun 2008 14:14:18 -0400 Subject: Re: [BUG] CFS vs cpu hotplug From: Peter Zijlstra To: Heiko Carstens Cc: Ingo Molnar , Avi Kivity , linux-kernel@vger.kernel.org, Dmitry Adamushko In-Reply-To: <1213898711.3223.107.camel@lappy.programming.kicks-ass.net> References: <20080619161949.GA11062@osiris.ibm.com> <1213898711.3223.107.camel@lappy.programming.kicks-ass.net> Content-Type: text/plain Date: Thu, 19 Jun 2008 20:14:02 +0200 Message-Id: <1213899242.3223.110.camel@lappy.programming.kicks-ass.net> Mime-Version: 1.0 X-Mailer: Evolution 2.22.2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1432 Lines: 43 On Thu, 2008-06-19 at 20:05 +0200, Peter Zijlstra wrote: > On Thu, 2008-06-19 at 18:19 +0200, Heiko Carstens wrote: > > The sched_entity that belongs to the cfs_rq: > > > > >> px *(sched_entity *) 0x759300 > > struct sched_entity { > > load = struct load_weight { > > weight = 0x800 > > inv_weight = 0x1ffc01 > > } > > run_node = struct rb_node { > > rb_parent_color = 0x1 > > rb_right = (nil) > > rb_left = (nil) > > } > > group_node = struct list_head { > > next = 0x75a3b8 > > prev = 0x75a3b8 > > } > > on_rq = 0x1 > > exec_start = 0x189685acb4aa46 > > sum_exec_runtime = 0x188a2b84c > > vruntime = 0xd036bd29 > > prev_sum_exec_runtime = 0x1672e3f62 > > last_wakeup = 0x0 > > avg_overlap = 0x0 > > parent = (nil) > > cfs_rq = 0x75a380 > > my_q = 0x759400 > > } Ooh, this thing is with CONFIG_GROUP_SCHED... does it still happen when you disable that? Not that that is any excuse for crashing.. but it does simplify the scheduler somewhat. -- 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/