Re: [Xenomai-core] [PATCH 0/5] Support for select v2.

2008-02-03 Thread Jan Kiszka
Gilles Chanteperdrix wrote: Hi, after some tests, bug fixes and optimizations, here comes a second version of the patch-set adding select support to xenomai posix skin. Puh, a lot of code, and my brain is still full of KGDB stuff I'm trying to polish for mainline since days. The approach

Re: [Xenomai-core] [PATCH 5/5] RTDM: check file descriptor owner.

2008-02-03 Thread Jan Kiszka
Gilles Chanteperdrix wrote: This patch makes RTDM service rtdm_context_get check the owner of a file descriptor. This will prevent a process to close an RTDM file descriptor belonging to another process. I assume this is a safety belt against crazy applications, right? Hope one day we can

Re: [Xenomai-core] [PATCH 0/5] Support for select v2.

2008-02-03 Thread Gilles Chanteperdrix
Jan Kiszka wrote: Gilles Chanteperdrix wrote: Hi, after some tests, bug fixes and optimizations, here comes a second version of the patch-set adding select support to xenomai posix skin. Puh, a lot of code, and my brain is still full of KGDB stuff I'm trying to

Re: [Xenomai-core] [PATCH 5/5] RTDM: check file descriptor owner.

2008-02-03 Thread Gilles Chanteperdrix
Jan Kiszka wrote: Gilles Chanteperdrix wrote: This patch makes RTDM service rtdm_context_get check the owner of a file descriptor. This will prevent a process to close an RTDM file descriptor belonging to another process. I assume this is a safety belt against crazy applications,