Re: [Xenomai-core] [Xenomai-commits] r4392 - /trunk/include/asm-x86/arith_64.h

2008-11-16 Thread Jan Kiszka
Gilles Chanteperdrix wrote: Author: gch Date: Sun Nov 16 03:30:40 2008 New Revision: 4392 URL: http://svn.gna.org/viewcvs/xenomai?rev=4392view=rev Log: Implement nodiv_ullimd on x86_64 Modified: trunk/include/asm-x86/arith_64.h Nice. This solves the user-triggerable kernel oops

Re: [Xenomai-core] [patch] fault mmaped area upon rtdm_mmap_to_user.

2008-11-16 Thread Jan Kiszka
Gilles Chanteperdrix wrote: Hi Jan, I have just commited a modification of the nucleus heap which allows faulting newly mapped pages. However, I noticed that we should modify rtdm_mmap_to_user as in the attached patch. No general concerns, please just provide an empty xnarch_fault_range as

Re: [Xenomai-core] [Xenomai-commits] r4392 - /trunk/include/asm-x86/arith_64.h

2008-11-16 Thread Gilles Chanteperdrix
Jan Kiszka wrote: Gilles Chanteperdrix wrote: Author: gch Date: Sun Nov 16 03:30:40 2008 New Revision: 4392 URL: http://svn.gna.org/viewcvs/xenomai?rev=4392view=rev Log: Implement nodiv_ullimd on x86_64 Modified: trunk/include/asm-x86/arith_64.h Nice. This solves the