On Fri, Nov 25, 2011 at 09:03:03PM -0500, Brenda J. Butler wrote:
> If clone_flags does not include CLONE_VM, we try to set
> 
>     mm = dup_mm(tsk)
> 
> which presumably means we are trying to duplicate the
> ->mm of the task being created?!? and if that fails (0 return)
> then we return with -ENOMEM.

No, dup_mm tries to copy memory of the current task into the new task.



But we see this message in kern.log:
Xorg:2967 map pfn expected mapping type write-back for d0000000-e0000000, got 
write-combining

This comes from reserve_pfn_range in arch/x86/mm/pat.c.




In another note:

I was able to do a kernel compilation with the kernel under xen that couldn't 
run
the X server due to this forking problem.

bjb



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to