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