[uml-devel] [2.6 patch] (mostly i386) mm cleanup (fwd)

2005-01-15 Thread Adrian Bunk
The patch forwarded below (already ACK'ed by David Howells) still applies and compiles against 2.6.11-rc1-mm1. Please apply. - Forwarded message from Adrian Bunk <[EMAIL PROTECTED]> - Date: Sun, 12 Dec 2004 03:10:56 +0100 From: Adrian Bunk <[EMAIL PROTECTED]> To: Dave Hansen <[EMAIL

[uml-devel] [patch 051/122] uml: delete unused header umn.h

2005-01-15 Thread akpm
From: Paolo 'Blaisorblade' Giarrusso <[EMAIL PROTECTED]>, Domen Puncer <[EMAIL PROTECTED]> Remove nowhere referenced header. (egrep "filename\." didn't find anything) Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> Signed-off-by: Paolo 'Blaisorblade' Giarrusso <[EMAIL PROTECTED]> Cc: UML-d

[uml-devel] Progress with -bb4.

2005-01-15 Thread Rob Landley
Running ptrace under uml found the problem with gcc: UML's default environment includes "." at the end of $PATH, and if you have that gcc doesn't search the path for ld. So I took "." out of the path, and it started working. Yay! (Cool stuff, guys.) Along the way, I found some interesting qu

[uml-devel] uml_moo

2005-01-15 Thread stian
I have one issue with uml_moo. uml_moo and the kernel cow drivers doesn't seem to use the same method when calculating the size of the backing file. I used /dev/hdc1 which was an block device (147 GB partition) uml kernel perfectely finds the correct size. uml_moo uses stat on the device which g