Re: [uml-devel] Getting the x86-64 rollup patch to work on my x86 laptop.

2005-11-16 Thread Jeff Dike
On Wed, Nov 16, 2005 at 06:11:38PM -0600, Rob Landley wrote: > Sure: > make: *** [arch/um/kernel-offsets.s] Error 1 Sorry, I forgot this was x86_64. Try the patches up to tt-options - the tls stuff doesn't build on x86_64 yet. Jeff -

Re: [uml-devel] Getting the x86-64 rollup patch to work on my x86 laptop.

2005-11-16 Thread Rob Landley
On Wednesday 16 November 2005 16:19, Jeff Dike wrote: > On Wed, Nov 16, 2005 at 11:00:30AM -0600, Rob Landley wrote: > > Kernel panic - not syncing: get_skas_faultinfo : failed to wait for > > SIGUSR1/SIGTRAP, pid = 13213, n = 13213, errno = 0, status = 0xb7f > > Can you try my latest patchset? > >

Re: [uml-devel] Getting the x86-64 rollup patch to work on my x86 laptop.

2005-11-16 Thread Jeff Dike
On Wed, Nov 16, 2005 at 11:00:30AM -0600, Rob Landley wrote: > Kernel panic - not syncing: get_skas_faultinfo : failed to wait for > SIGUSR1/SIGTRAP, pid = 13213, n = 13213, errno = 0, status = 0xb7f Can you try my latest patchset? Jeff -

Re: [uml-devel] Getting the x86-64 rollup patch to work on my x86 laptop.

2005-11-16 Thread Bodo Stroesser
Rob Landley wrote: So I took the rollup patch I posted earlier (which made things work on x86-64), and tried to compile it on my x86 Ubuntu "Horny Hedgehog" laptop. I had to revert the /lib64 change, of course. (I need to come up with a good fix for that.) I also needed to change one more t

Re: [uml-devel] [RFC PATCH] fixes for some compilation errors

2005-11-16 Thread Jeff Dike
On Wed, Nov 16, 2005 at 02:42:13AM -0800, Ram Pai wrote: > make -j32 arch/um/kernel/skas/clone.o ARCH=um > CC arch/um/kernel/skas/clone.o > arch/um/kernel/skas/clone.c: In function `stub_clone_handler': > arch/um/kernel/skas/clone.c:39: error: aggregate value used where an > integer was expe

[uml-devel] Re: root_fs images

2005-11-16 Thread Antoine Martin
> I've finally started rebuilding root images from scratch (instructions > provided) and adding various other bits of information: > http://uml.nagafix.co.uk/ I've now updated the DNS records, so it might actually work now. DOH > I will try to finish the RPM based distros soon: FC4, OpenSuse and >

[uml-devel] Getting the x86-64 rollup patch to work on my x86 laptop.

2005-11-16 Thread Rob Landley
So I took the rollup patch I posted earlier (which made things work on x86-64), and tried to compile it on my x86 Ubuntu "Horny Hedgehog" laptop. I had to revert the /lib64 change, of course. (I need to come up with a good fix for that.) I also needed to change one more thing: replacing wit

[uml-devel] Re: 2.6.14-bs1

2005-11-16 Thread Blaisorblade
On Wednesday 16 November 2005 00:57, Antoine Martin wrote: > skas3 works absolutely fine. > The only problem I've got with skas3 is that it requires /proc/mm in > the chroot and the only way that I found to do this is to mount it in > there. (SELinux will need some work to allow me to restrict wr

[uml-devel] Re: merge status

2005-11-16 Thread Rob Landley
Linus said this: > I think one reason -mm has worked so damn well (apart from you being "The > Calmest Man on Earth"(tm)) is because it's essentially been that buffer > for anything non-trivial. Sometimes the "n+2" has been a lot more than > "n+2" in fact, and that's often good. > > (And at the sa

Re: [uml-devel] [RFC PATCH] fixes for some compilation errors

2005-11-16 Thread Ram Pai
On Tue, 2005-11-15 at 17:23, Jeff Dike wrote: > On Tue, Nov 15, 2005 at 03:30:06PM -0800, Ram Pai wrote: > > -extern void *switch_to_tt(void *prev, void *next); > > +extern void switch_to_tt(void *prev, void *next); > > Oops, I hadn't built with CONFIG_MODE_TT enabled in a while. > > > -#include