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] [Patch] fix compilation

To: Keir Fraser <keir.fraser@xxxxxxxxxxxxx>
Subject: Re: [Xen-devel] [Patch] fix compilation
From: Todd Deshane <deshantm@xxxxxxxxx>
Date: Mon, 26 Jan 2009 12:13:53 -0500
Cc: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>, Akio Takebe <takebe_akio@xxxxxxxxxxxxxx>
Delivery-date: Mon, 26 Jan 2009 09:14:19 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=XTjQI0KPqUbyNQKeM506xF8/0X7CcRxQ/3YIeaqGoE8=; b=pJinBrs0wypKv1CAS/jAzCjSkSePIxJtmIsoTyH/MsPwwEY1Cu3RRJu6qib76y5vjl uWmWKj72WcMnSp1C5ae7lMld5ShOa8Rz7PifYJNXo36DmEHhHyjkJecEuZ0S++RanwPT 7sBTFdVDQc2jj9R6tgWZdxD7yI422cKlckKfg=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding; b=Yh/qEeuQ8L3fUd+aPGUEu5Q3hjL5BDjLF4eHIXuhpFmlS7Sxq9MT2Uzx2PcHMKjc/t WUxG0x04/EVrWzRfhbZhoVF1G0ir2e9JTnzWkuKKHUyOnuBGfxs3gKzttCDVM+F5GkwM KTChCkorLjDj4TQoG5IvnlGMDg6jCkr99Y8ZU=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <C4695BD5.19507%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: <D8C8C47FA96799takebe_akio@xxxxxxxxxxxxxx> <C4695BD5.19507%keir.fraser@xxxxxxxxxxxxx>
Reply-to: deshantm@xxxxxxxxx
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi Keir,

Would you mind applying the patch below to xen-3.1-testing?
I realize that it is probably unmaintained, but there are still
projects out there (isolated-exec for example) that are doing alpha
testing based on Xen 3.1.

I am compiling on Ubuntu 8.10, the gcc compiler on it seems to
complain about things a lot, I guess.

Cheers,
Todd

On Mon, Jun 2, 2008 at 2:12 AM, Keir Fraser <keir.fraser@xxxxxxxxxxxxx> wrote:
>
> Okay, the looks fine.
>
>  K.
>
>
> On 2/6/08 08:09, "Akio Takebe" <takebe_akio@xxxxxxxxxxxxxx> wrote:
>
> > Hi, Keir
> >
> >> I don't think we've ever modified that source file, and it builds okay
> >> usually.
> > My environment is Fedora9. I suspect my environment causes the error.
> > I checked the latest linux tree, and I found the following patch.
> > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;
> > h=fc31c7716355a226b8ed4e16f4581e5c8fa53570;hp=d1ab423502e787e264b4797a5fa200d8
> > 04c4fd63
> >
> > We probably need to backport it.
> > I made a patch based on the above patch.
> >
> > Signed-off-by: Akio Takebe <takebe_akio@xxxxxxxxxxxxxx>
> >
> > diff -r 557a4a0a5eac scripts/mod/sumversion.c
> > --- a/scripts/mod/sumversion.c Fri May 30 19:08:50 2008 +0100
> > +++ b/scripts/mod/sumversion.c Tue Jun 03 01:09:18 2008 +0900
> > @@ -7,6 +7,7 @@
> >  #include <ctype.h>
> >  #include <errno.h>
> >  #include <string.h>
> > +#include <limits.h>
> >  #include "modpost.h"
> >
> >  /*
> >
>
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel



--
Todd Deshane
http://todddeshane.net
http://runningxen.com

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

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-devel] [Patch] fix compilation, Todd Deshane <=