From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758224AbYGJODi (ORCPT ); Thu, 10 Jul 2008 10:03:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755090AbYGJODa (ORCPT ); Thu, 10 Jul 2008 10:03:30 -0400 Received: from yw-out-2324.google.com ([74.125.46.30]:36377 "EHLO yw-out-2324.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752253AbYGJOD2 (ORCPT ); Thu, 10 Jul 2008 10:03:28 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=GQgDG5G2rBdCqIUzmGdJU9OKpCrtPwoItIdVr7h5aamdiDY3E87LtnhBQLFr/juHMi tlkTtemGAfz9wmXrs7tQw0TXYgIqooqWAdOip+aSbMBgoIHQp7VGvdWQtzauKYRIrdxW FoSix5XoyCo9pTriKngo64T6CtMnmBYHDL1h0= Message-ID: Date: Thu, 10 Jul 2008 16:03:25 +0200 From: "Dmitry Adamushko" To: "Vegard Nossum" Subject: Re: v2.6.26-rc9: kernel BUG at kernel/sched.c:5858! Cc: Yanmin , "Rusty Russell" , "Ingo Molnar" , "Peter Zijlstra" , "Dhaval Giani" , "Gautham R Shenoy" , "Heiko Carstens" , miaox@cn.fujitsu.com, "Lai Jiangshan" , "Avi Kivity" , linux-kernel@vger.kernel.org In-Reply-To: <19f34abd0807100604p70c2fec6geca65b2ba772dea@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080710115954.GA3639@damson.getinternet.no> <19f34abd0807100512y7fff3716r3ff37305e863f26@mail.gmail.com> <19f34abd0807100604p70c2fec6geca65b2ba772dea@mail.gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 2008/7/10 Vegard Nossum : > On Thu, Jul 10, 2008 at 2:50 PM, Dmitry Adamushko > wrote: >> 2008/7/10 Vegard Nossum : >>> On Thu, Jul 10, 2008 at 1:59 PM, Vegard Nossum wrote: >>>> Hi, >>>> >>>> Looks like CPU hotplug still has some problems. Just got this on >>>> latest mainline, and I couldn't find the exact same report on LKML >>>> or kerneloops, maybe it can be helpful for debugging the existing >>>> problem(s)? >>>> > > [...] > >> Does a patch from Miao Xie available via the link below makes this >> problem disappear? Both bugs are likely to have the same cause. >> >> http://lkml.org/lkml/2008/7/7/75 > > Yep, it does, nice, thanks! > > Will these two patches (yours and Miao Xie's) be queued for 2.6.26 already? Miao Xie's patch addresses a problem by fixing its consequence. In general, an 'offline' cpu must not be visible for any kind of load-balancing at this point. So I'd rather like to understand and address the root cause of this mis-behavior. Regarding new crashes. Do you get them (1) after a few cpu offline / onlines ? (2) on a freshly booted system? (3) (1) or (2) but only with Miao Xie's patch (should not be (2) then) (4) something else? TIA, -- Best regards, Dmitry Adamushko