[uml-devel] [PATCH] UML : adding X86_32 config to UML's Kconfig

2007-11-22 Thread Jiri Olsa
Hi, I noticed UM config is not working properly for CPU selection. I bisected following commit as a source: commit 1032c0ba9da5c5b53173ad2dcf8b2a2da78f8b17 Author: Sam Ravnborg <[EMAIL PROTECTED]> Date: Tue Nov 6 21:35:08 2007 +0100 x86: arch/x86/Kconfig.cpu unification Move all

[uml-devel] [PATCH] um: include/asm/arch link creation change

2007-11-22 Thread Jiri Olsa
Hi, current um code does not create a proper include/asm/arch link. when I bisected it I can see this was introduced by following patch: commit fcbaa088fc8625381bd1096bc2eedc4f58a1572c Author: Jeff Dike <[EMAIL PROTECTED]> Date: Wed Nov 14 16:58:42 2007 -0800 uml: fix symlink loops

[uml-devel] uml git tree

2007-11-22 Thread Jiri Olsa
Hi, I'd like to ask if there's any UML git repository. If there isnt, whats the devel process. How often you merge to Linus tree? thanks, Jiri Olsa - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsof

Re: [uml-devel] [PATCH] UML : adding X86_32 config to UML's Kconfig

2007-11-22 Thread Jeff Dike
On Thu, Nov 22, 2007 at 09:50:50AM +0100, Jiri Olsa wrote: > I'm not sure if this is the right way but following patch is working for me. Thanks - I sent in the following equivalent patch a few days ago - http://marc.info/?l=linux-kernel&m=119549989631288&q=raw

Re: [uml-devel] [PATCH] um: include/asm/arch link creation change

2007-11-22 Thread Jeff Dike
On Thu, Nov 22, 2007 at 12:08:17PM +0100, Jiri Olsa wrote: > it works for me to use the HEADER_ARCH instead of the SUBARCH Thanks - this is already in -mm, it just needs to get to mainline. Jeff -- Work email - jdike at linux dot intel dot com --

Re: [uml-devel] uml git tree

2007-11-22 Thread Jeff Dike
On Thu, Nov 22, 2007 at 01:28:40PM +0100, Jiri Olsa wrote: > I'd like to ask if there's any UML git repository. No, I keep track of my patches with quilt. > If there isnt, whats the devel process. How often you merge to Linus tree? I send stuff to -mm for testing. Bug fixes I request be sent to

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

2007-11-22 Thread Miklos Szeredi
> On Wed, Nov 14, 2007 at 10:29:57PM +0100, Miklos Szeredi wrote: > > Config attached. > > Thanks - this reproduces it for me. > > BTW, you can work around this by enabling NO_HZ. Thanks. My other problem is (probably you are aware) that recent -mm kernels don't compile for UML. Miklos --

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

2007-11-22 Thread Jeff Dike
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. Jeff -- Work email - jdike at linux dot in