Re: [lguest build regression fix] Re: 2.6.24-rc8-git1: Reported regressions from 2.6.23

2008-01-19 Thread Rusty Russell
On Sunday 20 January 2008 10:49:45 Adrian Bunk wrote: > On Sun, Jan 20, 2008 at 10:24:47AM +1100, Rusty Russell wrote: > > On Sunday 20 January 2008 05:06:04 Ingo Molnar wrote: > > > # CONFIG_PARAVIRT_GUEST is not set > > > CONFIG_LGUEST_GUEST=y > > > > This looks like a "randconfig" bug, to be

Re: [lguest build regression fix] Re: 2.6.24-rc8-git1: Reported regressions from 2.6.23

2008-01-19 Thread Adrian Bunk
On Sun, Jan 20, 2008 at 10:24:47AM +1100, Rusty Russell wrote: > On Sunday 20 January 2008 05:06:04 Ingo Molnar wrote: > > x86 randconfig testing found the following build failure: > > > > arch/x86/lguest/boot.c: In function 'lazy_hcall': > > arch/x86/lguest/boot.c:151: error: implicit

Re: [lguest build regression fix] Re: 2.6.24-rc8-git1: Reported regressions from 2.6.23

2008-01-19 Thread Rusty Russell
On Sunday 20 January 2008 05:06:04 Ingo Molnar wrote: > x86 randconfig testing found the following build failure: > > arch/x86/lguest/boot.c: In function 'lazy_hcall': > arch/x86/lguest/boot.c:151: error: implicit declaration of function > 'paravirt_get_lazy_mode' arch/x86/lguest/boot.c:151:

[lguest build regression fix] Re: 2.6.24-rc8-git1: Reported regressions from 2.6.23

2008-01-19 Thread Ingo Molnar
x86 randconfig testing found the following build failure: arch/x86/lguest/boot.c: In function 'lazy_hcall': arch/x86/lguest/boot.c:151: error: implicit declaration of function 'paravirt_get_lazy_mode' arch/x86/lguest/boot.c:151: error: 'PARAVIRT_LAZY_NONE' undeclared (first use in this

[lguest build regression fix] Re: 2.6.24-rc8-git1: Reported regressions from 2.6.23

2008-01-19 Thread Ingo Molnar
x86 randconfig testing found the following build failure: arch/x86/lguest/boot.c: In function 'lazy_hcall': arch/x86/lguest/boot.c:151: error: implicit declaration of function 'paravirt_get_lazy_mode' arch/x86/lguest/boot.c:151: error: 'PARAVIRT_LAZY_NONE' undeclared (first use in this

Re: [lguest build regression fix] Re: 2.6.24-rc8-git1: Reported regressions from 2.6.23

2008-01-19 Thread Rusty Russell
On Sunday 20 January 2008 05:06:04 Ingo Molnar wrote: x86 randconfig testing found the following build failure: arch/x86/lguest/boot.c: In function 'lazy_hcall': arch/x86/lguest/boot.c:151: error: implicit declaration of function 'paravirt_get_lazy_mode' arch/x86/lguest/boot.c:151: error:

Re: [lguest build regression fix] Re: 2.6.24-rc8-git1: Reported regressions from 2.6.23

2008-01-19 Thread Adrian Bunk
On Sun, Jan 20, 2008 at 10:24:47AM +1100, Rusty Russell wrote: On Sunday 20 January 2008 05:06:04 Ingo Molnar wrote: x86 randconfig testing found the following build failure: arch/x86/lguest/boot.c: In function 'lazy_hcall': arch/x86/lguest/boot.c:151: error: implicit declaration of

Re: [lguest build regression fix] Re: 2.6.24-rc8-git1: Reported regressions from 2.6.23

2008-01-19 Thread Rusty Russell
On Sunday 20 January 2008 10:49:45 Adrian Bunk wrote: On Sun, Jan 20, 2008 at 10:24:47AM +1100, Rusty Russell wrote: On Sunday 20 January 2008 05:06:04 Ingo Molnar wrote: # CONFIG_PARAVIRT_GUEST is not set CONFIG_LGUEST_GUEST=y This looks like a randconfig bug, to be honest.