Re: [uml-devel] uml doesn't work on 2.6.24-rc2

2007-11-26 Thread Jeff Dike
On Wed, Nov 14, 2007 at 10:29:57PM +0100, Miklos Szeredi wrote: > nanosleep({0, 0}, {0, 0}) = 0 > gettimeofday({1195075504, 182333}, NULL) = 0 > setitimer(ITIMER_VIRTUAL, {it_interval={0, 0}, it_value={0, 0}}, > {it_interval={0, 0}, it_value={0, 0}}) = 0 > nanosleep({0, 0}, {0, 0})

Re: [uml-devel] uml doesn't work on 2.6.24-rc2

2007-11-23 Thread WANG Cong
On Fri, Nov 23, 2007 at 11:54:41AM +0100, Jiri Olsa wrote: >Hi, > >after applying following changes, the mainline is working for me. > Hi, I have already mentioned this. Follow this link[1]. ;^) [1] http://lkml.org/lkml/2007/11/20/10 - To unsubscribe from this list: send the line "unsubscribe l

Re: [uml-devel] uml doesn't work on 2.6.24-rc2

2007-11-23 Thread Jiri Olsa
Hi, after applying following changes, the mainline is working for me. Jiri Olsa diff --git a/arch/um/Kconfig.i386 b/arch/um/Kconfig.i386 index e0ac74e..234fcb4 100644 --- a/arch/um/Kconfig.i386 +++ b/arch/um/Kconfig.i386 @@ -8,6 +8,13 @@ config UML_X86 bool default y +config X

Re: [uml-devel] uml doesn't work on 2.6.24-rc2

2007-11-23 Thread Karol Swietlicki
On 23/11/2007, Jeff Dike <[EMAIL PROTECTED]> wrote: > On Thu, Nov 22, 2007 at 07:08:47PM +0100, Miklos Szeredi wrote: > > Thanks. My other problem is (probably you are aware) that recent -mm > > kernels don't compile for UML. > > The patch below fixes the build for rc3-mm1 for me. > >