[uml-devel] SKAS3 for 2.6.23

2007-12-08 Thread Jeff Dike
A skas3 patch which works on 2.6.23 is below. There were a couple of problems that I fixed which are described in the changelog. With this on the host and a UML close to what's currently in -mm, I get ~85% of native performance on a kernel build. With skas0, the best I've seen is ~75%. Thanks t

[uml-devel] Diff against old 2.6.23 SKAS3

2007-12-08 Thread Jeff Dike
And for anyone who's interested, below are the changes which I made to the original skas patch. Jeff -- Work email - jdike at linux dot intel dot com Index: linux-2.6-host/include/linux/mm.h === ---

Re: [uml-devel] SKAS3 for 2.6.23

2007-12-08 Thread Karol Swietlicki
On 08/12/2007, Jeff Dike <[EMAIL PROTECTED]> wrote: > A skas3 patch which works on 2.6.23 is below. There were a couple of > problems that I fixed which are described in the changelog. With > this on the host and a UML close to what's currently in -mm, I get ~85% > of native performance on a kern

[uml-devel] should there be os_clone() analogous to os_getpid() ?

2007-12-08 Thread John Reiser
In source file arch/um/os-Linux/process.c there is a warning: - /* Don't use the glibc version, which caches the result in TLS. It misses some * syscalls, and also breaks with clone(), which does not unshare the TLS. */ int os_getpid(void) - I see no os_clone(), yet the glibc clone() do