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
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
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
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
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
--
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
> 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
--
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