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

[Xen-devel] Re: Compile errors current linus tree with xen options enabl

To: Jeremy Fitzhardinge <jeremy@xxxxxxxx>
Subject: [Xen-devel] Re: Compile errors current linus tree with xen options enabled (seems related to jeremy's tracing changes)
From: Sander Eikelenboom <linux@xxxxxxxxxxxxxx>
Date: Wed, 3 Aug 2011 19:30:14 +0200
Cc: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>, Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>
Delivery-date: Wed, 03 Aug 2011 10:31:22 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4E397AC0.5010700@xxxxxxxx>
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>
Organization: Eikelenboom IT services
References: <18210159243.20110803124316@xxxxxxxxxxxxxx> <4E397AC0.5010700@xxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi Jeremy,

Compile and boot tested with a freshly made .config from "make defconfig" and 
enabling the xen options, thx !

--
Sander


Wednesday, August 3, 2011, 6:43:44 PM, you wrote:

> On 08/03/2011 03:43 AM, Sander Eikelenboom wrote:
>> Hi Jeremy/Konrad,
>>
>> I have tried to compile linus his tree 
>> git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git (commit 
>> ed8f37370d83e695c0a4fa5d5fc7a83ecb947526) but i'm encountering compile 
>> errors.
>> Switching of all "tracers" under "Kernel hacking" seems to circumvent these 
>> compile errors.
>>
>> .config which gives the build errors attached (a "make defconfig" for x86_64 
>> with minimal changes for xen and hardware support)

> Does this fix it?

>     J

> From 55a266630d0319c9eb4e0e067d4a0c7f27f978bd Mon Sep 17 00:00:00 2001
> From: Jeremy Fitzhardinge <jeremy.fitzhardinge@xxxxxxxxxx>
> Date: Tue, 2 Aug 2011 13:38:17 -0700
> Subject: [PATCH] xen/tracing: it looks like we wanted CONFIG_FTRACE

> Apparently we wanted CONFIG_FTRACE rather the CONFIG_FUNCTION_TRACER.

> Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@xxxxxxxxxx>

> diff --git a/arch/x86/xen/Makefile b/arch/x86/xen/Makefile
> index ce69201..1894b4a 100644
> --- a/arch/x86/xen/Makefile
> +++ b/arch/x86/xen/Makefile
> @@ -15,7 +15,7 @@ obj-y         := enlighten.o setup.o multicalls.o mmu.o 
> irq.o \
>                         grant-table.o suspend.o platform-pci-unplug.o \
>                         p2m.o
>  
> -obj-$(CONFIG_FUNCTION_TRACER) += trace.o
> +obj-$(CONFIG_FTRACE) += trace.o
>  
>  obj-$(CONFIG_SMP)              += smp.o
>  obj-$(CONFIG_PARAVIRT_SPINLOCKS)+= spinlock.o





-- 
Best regards,
 Sander                            mailto:linux@xxxxxxxxxxxxxx


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

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