Re: compile problem in current x86.git

2008-02-25 Thread Ingo Molnar
* Jeremy Fitzhardinge <[EMAIL PROTECTED]> wrote: > Ingo Molnar wrote: >> Jeremy, you might want to start tracking x86.git#testing: >> >> http://people.redhat.com/mingo/x86.git/README >> >> if you want to follow the latest & greatest x86.git code. >> > > Right, will do. generally it's as

Re: compile problem in current x86.git

2008-02-25 Thread Jeremy Fitzhardinge
Ingo Molnar wrote: Jeremy, you might want to start tracking x86.git#testing: http://people.redhat.com/mingo/x86.git/README if you want to follow the latest & greatest x86.git code. Right, will do. J -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Re: compile problem in current x86.git

2008-02-25 Thread Jeremy Fitzhardinge
Ingo Molnar wrote: * Vegard Nossum <[EMAIL PROTECTED]> wrote: asm-x86/kmemcheck.h does seem to be completely missing. Looks like 8db0acefb3025795abe3f37669354677a03de680 "x86: add hooks for kmemcheck" should have added the file. Hm. This is x86#testing, no? I don't think there's

Re: compile problem in current x86.git

2008-02-25 Thread Ingo Molnar
> > Hm. This is x86#testing, no? I don't think there's any kmemcheck > > code whatsoever in other branches. ah. that was x86.git#mm i think - a kmemcheck commit indeed prematurely got into that branch. I've updated x86.git and it should all have the correct ordering now. (as of HEAD

Re: compile problem in current x86.git

2008-02-25 Thread Ingo Molnar
* Vegard Nossum <[EMAIL PROTECTED]> wrote: > > asm-x86/kmemcheck.h does seem to be completely missing. Looks like > > 8db0acefb3025795abe3f37669354677a03de680 "x86: add hooks for > > kmemcheck" should have added the file. > > Hm. This is x86#testing, no? I don't think there's any

Re: compile problem in current x86.git

2008-02-25 Thread Vegard Nossum
Hello! On Mon, Feb 25, 2008 at 8:23 PM, Jeremy Fitzhardinge <[EMAIL PROTECTED]> wrote: > CC arch/x86/kernel/traps_32.o > /home/jeremy/hg/xen/paravirt/linux/arch/x86/kernel/traps_32.c:59:27: error: > asm/kmemcheck.h: No such file or directory > > > asm-x86/kmemcheck.h does seem to be

compile problem in current x86.git

2008-02-25 Thread Jeremy Fitzhardinge
CC arch/x86/kernel/traps_32.o /home/jeremy/hg/xen/paravirt/linux/arch/x86/kernel/traps_32.c:59:27: error: asm/kmemcheck.h: No such file or directory asm-x86/kmemcheck.h does seem to be completely missing. Looks like 8db0acefb3025795abe3f37669354677a03de680 "x86: add hooks for

compile problem in current x86.git

2008-02-25 Thread Jeremy Fitzhardinge
CC arch/x86/kernel/traps_32.o /home/jeremy/hg/xen/paravirt/linux/arch/x86/kernel/traps_32.c:59:27: error: asm/kmemcheck.h: No such file or directory asm-x86/kmemcheck.h does seem to be completely missing. Looks like 8db0acefb3025795abe3f37669354677a03de680 x86: add hooks for kmemcheck

Re: compile problem in current x86.git

2008-02-25 Thread Vegard Nossum
Hello! On Mon, Feb 25, 2008 at 8:23 PM, Jeremy Fitzhardinge [EMAIL PROTECTED] wrote: CC arch/x86/kernel/traps_32.o /home/jeremy/hg/xen/paravirt/linux/arch/x86/kernel/traps_32.c:59:27: error: asm/kmemcheck.h: No such file or directory asm-x86/kmemcheck.h does seem to be completely

Re: compile problem in current x86.git

2008-02-25 Thread Ingo Molnar
* Vegard Nossum [EMAIL PROTECTED] wrote: asm-x86/kmemcheck.h does seem to be completely missing. Looks like 8db0acefb3025795abe3f37669354677a03de680 x86: add hooks for kmemcheck should have added the file. Hm. This is x86#testing, no? I don't think there's any kmemcheck code

Re: compile problem in current x86.git

2008-02-25 Thread Ingo Molnar
Hm. This is x86#testing, no? I don't think there's any kmemcheck code whatsoever in other branches. ah. that was x86.git#mm i think - a kmemcheck commit indeed prematurely got into that branch. I've updated x86.git and it should all have the correct ordering now. (as of HEAD

Re: compile problem in current x86.git

2008-02-25 Thread Jeremy Fitzhardinge
Ingo Molnar wrote: * Vegard Nossum [EMAIL PROTECTED] wrote: asm-x86/kmemcheck.h does seem to be completely missing. Looks like 8db0acefb3025795abe3f37669354677a03de680 x86: add hooks for kmemcheck should have added the file. Hm. This is x86#testing, no? I don't think there's any

Re: compile problem in current x86.git

2008-02-25 Thread Jeremy Fitzhardinge
Ingo Molnar wrote: Jeremy, you might want to start tracking x86.git#testing: http://people.redhat.com/mingo/x86.git/README if you want to follow the latest greatest x86.git code. Right, will do. J -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: compile problem in current x86.git

2008-02-25 Thread Ingo Molnar
* Jeremy Fitzhardinge [EMAIL PROTECTED] wrote: Ingo Molnar wrote: Jeremy, you might want to start tracking x86.git#testing: http://people.redhat.com/mingo/x86.git/README if you want to follow the latest greatest x86.git code. Right, will do. generally it's as well tested on x86