Re: [uml-devel] [PATCH 2/2] UML - Fix kernel stack size on x86_64

2007-06-06 Thread Andrew Morton
On Wed, 6 Jun 2007 11:11:34 -0400 Jeff Dike <[EMAIL PROTECTED]> wrote: > On Tue, Jun 05, 2007 at 06:20:24PM -0700, Andrew Morton wrote: > > If you do > > > > - int "Kernel stack size order" > > + int > > > > then this rule will no longer be offered to the user and `make oldconfig' > > (actua

Re: [uml-devel] KERNEL_STACK_ORDER = 0 in 2.6.22-rc4 make defconfig

2007-06-06 Thread Boaz Harrosh
Boaz Harrosh wrote: > if I do "make ARCH=um KBUILD_OUTPUT=.build_um defconfig" in 2.6.22-rc4 > I see that KERNEL_STACK_ORDER == 0. The resulting kernel will not boot my > FedoraCore5-AMD64-root_fs. Manually editing to 1 will fix that. > (By the way: can I change it inside make xconfig?) > > In pre

[uml-devel] KERNEL_STACK_ORDER = 0 in 2.6.22-rc4 make defconfig

2007-06-06 Thread Boaz Harrosh
if I do "make ARCH=um KBUILD_OUTPUT=.build_um defconfig" in 2.6.22-rc4 I see that KERNEL_STACK_ORDER == 0. The resulting kernel will not boot my FedoraCore5-AMD64-root_fs. Manually editing to 1 will fix that. (By the way: can I change it inside make xconfig?) In previous kernels 2.6.19-2.6.21 I us

[uml-devel] [PATCH] UML - Get declaration of simple_strtoul

2007-06-06 Thread Jeff Dike
Include linux/kernel.h wherever simple_strtoul is used. This kills a compile warning in stderr_console.c and potential ones in the other files. This also fixes a bunch of style violations in exitcode.c. Signed-off-by: Jeff Dike <[EMAIL PROTECTED]> -- arch/um/drivers/line.c |1 + a

Re: [uml-devel] [PATCH 2/2] UML - Fix kernel stack size on x86_64

2007-06-06 Thread Jeff Dike
On Tue, Jun 05, 2007 at 06:20:24PM -0700, Andrew Morton wrote: > If you do > > - int "Kernel stack size order" > + int > > then this rule will no longer be offered to the user and `make oldconfig' > (actually anythingconfig) will override whatever happens to be in .config > for KERNEL_STA

Re: [uml-devel] doubt regarding UML instlation please help me.

2007-06-06 Thread Jeff Dike
On Wed, Jun 06, 2007 at 07:17:45PM +0545, battipatisainagendra Bhavaniprasad wrote: > I have downloaded kernel 2.6.21 merror from following url > > http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.21.tar.gz > > the following commands are given...to run uml > > make def

Re: [uml-devel] doubt regarding UML instlation please help me.

2007-06-06 Thread Jeff Dike
On Wed, Jun 06, 2007 at 04:52:25PM +0530, battipatisainagendra Bhavaniprasad wrote: > next i went with the latest kernel i.e..linux-2.6.21.tar.bz2 > but when i run command i.e...make ARCH=um > > it's going on exexuting the same sequence of things What same sequence of things? The JB_* error

Re: [uml-devel] doubt regarding UML instlation please help me.

2007-06-06 Thread Antoine Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 [snip] > arch/um/os-Linux/sys-i386/registers.c:139: error: 'JB_BP' undeclared > (first use in this function) > > make[2]: *** [arch/um/os-Linux/sys-i386/registers.o] Error 1 > > make[1]: *** [arch/um/os-Linux/sys-i386] Error 2 > > > next i went w

[uml-devel] doubt regarding UML instlation please help me.

2007-06-06 Thread battipatisainagendra Bhavaniprasad
Hello sir, This is Prasad working on UML.I have tried running UML with latest source from www.kernel.org but I could not get. the problem was as followes with 2.6.16 kernel i have given the following commands 1.make defconfig ARCH=um 2.make ARCH=um but i am getting an error