On 03.03.2012 00:31, Hector Oron wrote:
> +--- qemu-1.0+dfsg.orig/linux-user/syscall.c
> ++++ qemu-1.0+dfsg/linux-user/syscall.c
> +@@ -6853,6 +6853,30 @@ abi_long do_syscall(void *cpu_env, int n
> + goto efault;
> + }
> + break;
> ++#ifdef PR_GET_NAME
> ++ case PR_GET_NAME:
> ++ {
> ++ void *name = lock_user(VERIFY_WRITE, arg2, 16, 1);
> ++ if (!name) {
What it has to do with arm? It looks like generic linux-user
emulation layer enhancement, no?
/mjt
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]