From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756148AbYDULDd (ORCPT ); Mon, 21 Apr 2008 07:03:33 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754681AbYDULDY (ORCPT ); Mon, 21 Apr 2008 07:03:24 -0400 Received: from wa-out-1112.google.com ([209.85.146.176]:9516 "EHLO wa-out-1112.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754538AbYDULDX (ORCPT ); Mon, 21 Apr 2008 07:03:23 -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=wZVzYB5HBTVc41Jn/QDmz4Sf8R3RqEQ+tUA2L5Z9pLDIfHXQSF1fkO+J21FbawuIV1hkY6yYiFHVgervBMK7T+kzH4pGEu2yC2QB6zp6FOiouiO7kIvFyrYb52mBm6XiarbrRR5GkJZAhDUaztLqCP6uQ3bY7JZS4wI6FP2FvII= Message-ID: Date: Mon, 21 Apr 2008 13:03:20 +0200 From: "Dmitry Adamushko" To: "Dan Upton" Subject: Re: migration thread and active_load_balance Cc: linux-kernel@vger.kernel.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 21/04/2008, Dan Upton wrote: > [ ... ] > > kernel BUG at kernel/sched.c:2103 and what's this line in your patched sched.c? is it -- BUG_ON(!irqs_disabled()); ? anything in your unposted code (e.g. find_coolest_cpu()) that might re-enable the interrupts before __migration_task() is called? If you post your modifications as a patch (Documentation/applying-patches.txt) that contains _all_ relevant modifications, it'd be easier to guess what's wrong. > > -dan > -- Best regards, Dmitry Adamushko