Re: linux-next: Tree for June 13 (XEN)

2008-06-16 Thread Jens Axboe
On Sun, Jun 15 2008, Jeremy Fitzhardinge wrote: Jens Axboe wrote: On Fri, Jun 13 2008, Jeremy Fitzhardinge wrote: Randy Dunlap wrote: next-20080613 on x86_32 has lots of xen build errors like this: linux-next-20080613/arch/x86/xen/mmu.c: In function 'drop_mm_ref':

Re: linux-next: Tree for June 13 (XEN)

2008-06-16 Thread Jeremy Fitzhardinge
Jens Axboe wrote: Thanks, I just folded it in with the existing patch to avoid breakage. That one doesn't have an ack from you though, so if you have done a full review of the x86 bits, I'd appreciate an ack on those from you :-) I've been testing it without problems, at least under Xen.

Re: linux-next: Tree for June 13 (XEN)

2008-06-15 Thread Jeremy Fitzhardinge
Jens Axboe wrote: On Fri, Jun 13 2008, Jeremy Fitzhardinge wrote: Randy Dunlap wrote: next-20080613 on x86_32 has lots of xen build errors like this: linux-next-20080613/arch/x86/xen/mmu.c: In function 'drop_mm_ref': linux-next-20080613/arch/x86/xen/mmu.c:759: error: implicit

Re: linux-next: Tree for June 13 (XEN)

2008-06-14 Thread Jens Axboe
On Fri, Jun 13 2008, Jeremy Fitzhardinge wrote: Randy Dunlap wrote: next-20080613 on x86_32 has lots of xen build errors like this: linux-next-20080613/arch/x86/xen/mmu.c: In function 'drop_mm_ref': linux-next-20080613/arch/x86/xen/mmu.c:759: error: implicit declaration of function

Re: linux-next: Tree for June 13 (XEN)

2008-06-14 Thread Randy Dunlap
On Sat, 14 Jun 2008 22:31:10 +0200 Jens Axboe wrote: On Fri, Jun 13 2008, Jeremy Fitzhardinge wrote: Randy Dunlap wrote: next-20080613 on x86_32 has lots of xen build errors like this: linux-next-20080613/arch/x86/xen/mmu.c: In function 'drop_mm_ref':

Re: linux-next: Tree for June 13 (XEN)

2008-06-13 Thread Randy Dunlap
next-20080613 on x86_32 has lots of xen build errors like this: linux-next-20080613/arch/x86/xen/mmu.c: In function 'drop_mm_ref': linux-next-20080613/arch/x86/xen/mmu.c:759: error: implicit declaration of function 'xen_smp_call_function_mask' make[2]: *** [arch/x86/xen/mmu.o] Error 1 ---

Re: linux-next: Tree for June 13 (XEN)

2008-06-13 Thread Jeremy Fitzhardinge
Randy Dunlap wrote: next-20080613 on x86_32 has lots of xen build errors like this: linux-next-20080613/arch/x86/xen/mmu.c: In function 'drop_mm_ref': linux-next-20080613/arch/x86/xen/mmu.c:759: error: implicit declaration of function 'xen_smp_call_function_mask' make[2]: ***