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-users

Re: [Xen-users] rebased opensuse 2.6.31 xen patches

To: xen-users List <xen-users@xxxxxxxxxxxxxxxxxxx>, Stefan Kuhne <stefan.kuhne@xxxxxxx>
Subject: Re: [Xen-users] rebased opensuse 2.6.31 xen patches
From: Andrew Lyon <andrew.lyon@xxxxxxxxx>
Date: Fri, 23 Oct 2009 12:29:24 +0100
Cc:
Delivery-date: Fri, 23 Oct 2009 04:31:34 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=zYRhRklllGaRSCR/F9UaBNCkvOC3C+8GtjNF+pxaS0Q=; b=Q66Unf8m4acrEEnc9Bc6pyjtTqjn6fXRnz7aowk0xtQdFhk/3VY3UkfLv9MyUHmKlv zNtRh/uUDvoKlD4BlsajBxpBEFw/QknMl2ALg4cu3P+z/24wmdzpuUrokOHArh1lVaan p5LDoNAOmRUivAWd6vetYv/bxu6TngT7Ob2tA=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=BamT//7YABZzA6jK+CXAV/oLc0zUwSKjmwU7bfyb35YyD2HkCcnMtT461kdFEzGFAm CJj5qOUAObtFKU5FtUsVXI+23//2pDavwDjzoukGfwet8TMWZecR7wdk2Cd3wjXIjO/y qLEInmwjt8JnLkKtbzTLdaY67YWR7HHikyzoY=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4AE080E3.8050003@xxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <f4527be0910140836n773edebdt111533bc415602a7@xxxxxxxxxxxxxx> <4ADD7373.2070005@xxxxxxx> <f4527be0910211032q3fe0424bvca3dfb5f39a13481@xxxxxxxxxxxxxx> <4ADF49B0.1040601@xxxxxxx> <f4527be0910220723o5f7239e5ua23f932401acaf85@xxxxxxxxxxxxxx> <4AE080E3.8050003@xxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On Thu, Oct 22, 2009 at 4:57 PM, Stefan Kuhne <stefan.kuhne@xxxxxxx> wrote:
> Andrew Lyon schrieb:
>
>> Did you do a "make clean" before "make vmlinuz" ? I tried to compile
>> using your config and got the same error but after running make clean
>> it compiled ok.
>>
> So,
> i've try it.
> I've got the same.
> My make options:
> -C /root/kernel/kernel-2.6.31.4-xen/linux-2.6.31.4-xen
> O=/root/kernel/kernel-2.6.31.4-xen/build-2.6.31.4-xen
> INSTALL_MOD_PATH=/root/kernel/kernel-2.6.31.4-xen/package
> INSTALL_PATH=/root/kernel/kernel-2.6.31.4-xen/package/boot
> DEPMOD=/root/kernel/kernel-2.6.31.4-xen/../common/sbin/depmod
> EXTRAVERSION=.4-xen
>
> Regards,
> Stefan Kuhne
>
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
>

Sorry for the confusion, I'm not sure what happened yesterday but
something was wrong in my test process and your config appeared to
compile without error, I've now tested again and have reproduced the
error that you got.

I do not fully understand the cause of the problem yet but if you set
the "Xen version compatibility" to 3.0.4 or greater you should find
that it compiles properly.

Here is a diff between your broken config and a working one with that
setting changed:

-CONFIG_XEN_COMPAT_030002_AND_LATER=y
-# CONFIG_XEN_COMPAT_030004_AND_LATER is not set
+# CONFIG_XEN_COMPAT_030002_AND_LATER is not set
+CONFIG_XEN_COMPAT_030004_AND_LATER=y
 # CONFIG_XEN_COMPAT_030100_AND_LATER is not set
 # CONFIG_XEN_COMPAT_030200_AND_LATER is not set
 # CONFIG_XEN_COMPAT_030300_AND_LATER is not set
 # CONFIG_XEN_COMPAT_LATEST_ONLY is not set
-CONFIG_XEN_COMPAT=0x030002
+CONFIG_XEN_COMPAT=0x030004

Perhaps OpenSuse only support 3.0.4 or later... I will look into it.

Andy

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

<Prev in Thread] Current Thread [Next in Thread>