WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] cs 19927 crashes during boot with debug=y

To: Keir Fraser <keir.fraser@xxxxxxxxxxxxx>
Subject: Re: [Xen-devel] cs 19927 crashes during boot with debug=y
From: George Dunlap <George.Dunlap@xxxxxxxxxxxxx>
Date: Wed, 15 Jul 2009 12:42:06 +0100
Cc: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>, Jan Beulich <JBeulich@xxxxxxxxxx>
Delivery-date: Wed, 15 Jul 2009 04:42:35 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=bEURjrvQp0gvFO3L2RFLYF9zhKOcxXFm3ATan4HEs0w=; b=hsdT1pX5f9xPijutGc7AKePvPpC07yRltzgohLXdwaPfwQ8ulIEccvAD31BAWrJVBh Qmdav/Cfdc8FdOi9nlwPeW71Z6JZcE4/+dREsT2eB1pvWQ4uSdrWYIWJyqheeCm2bMiQ +9f4FNgu6sP//5bfbxGAg1aabDXTLCIA+PfkU=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=xlLggX1VS5FgdiWvu8VmjqMvcreeNcMtvfvwJoetb12WTgclfIwrFeqpnWeW6Dzrqr +a73n8WUP4xjiLx/OdXOdP/Z18jy86jhG191sydfAfAKBxEejLRcnkPgTx6Pfjs4kBsq o9oX/57G3pbyuAFV1Qu/+sAe1Zpi2NyyufGXY=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <C683447F.F955%keir.fraser@xxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <4A5DA0DC020000780000A7E3@xxxxxxxxxxxxxxxxxx> <C683447F.F955%keir.fraser@xxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Sweet, that fixed it.  Thanks.
 -George

On Wed, Jul 15, 2009 at 8:31 AM, Keir Fraser<keir.fraser@xxxxxxxxxxxxx> wrote:
> On 15/07/2009 08:26, "Jan Beulich" <JBeulich@xxxxxxxxxx> wrote:
>
>> Just by looking at the code I spotted one place that needs fixing:
>>
>> for (cpu = 0; cpu < NR_CPUS; cpu++) {
>> cpus_clear(per_cpu(cpu_sibling_map, cpu));
>> cpus_clear(per_cpu(cpu_core_map, cpu));
>> }
>>
>> which clearly needs to be using for_each_possible_cpu(). (Huh, this is still
>> named for_each_cpu() - Keir, shouldn't we get this in sync with the Linux
>> naming?)
>
> Feel free to submit patches for both issues. I too prefer the new Linux
> name.
>
>  -- Keir
>
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel
>

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel