Re: [Xenomai-core] Troubles with switchtest

2009-05-14 Thread Jan Kiszka
Gilles Chanteperdrix wrote: Jan Kiszka wrote: Gilles Chanteperdrix wrote: Jan Kiszka wrote: Gilles Chanteperdrix wrote: Jan Kiszka wrote: Hi Gilles, I'm currently facing a nasty effect with switchtest over latest git head (only tested this so far): running it inside my test VM (ie. with

Re: [Xenomai-core] Troubles with switchtest

2009-05-14 Thread Gilles Chanteperdrix
Jan Kiszka wrote: I think the trick against /this/ is preempt_disable/enable in kernel_fpu/begin/end. But that won't work for Xenomai, of course. Well, that does not prevent an IRQ or a page fault from computing a RAID cheksum... -- Gilles.

Re: [Xenomai-core] Troubles with switchtest

2009-05-14 Thread Gilles Chanteperdrix
Jan Kiszka wrote: Gilles Chanteperdrix wrote: Jan Kiszka wrote: I think the trick against /this/ is preempt_disable/enable in kernel_fpu/begin/end. But that won't work for Xenomai, of course. Well, that does not prevent an IRQ or a page fault from computing a RAID cheksum... If this is

Re: [Xenomai-core] [PATCH] Fix host IRQ propagation

2009-05-14 Thread Jan Kiszka
Martin Shepherd wrote: On Wed, 13 May 2009, Jan Kiszka wrote: ... Martin, could you check if this helps you, too? It doesn't appear to help. To check, first I turned on the HPET and PM timer options, and recompiled the kernel without your patch, to verify that this reproduced the problem.

Re: [Xenomai-core] [PATCH] Fix host IRQ propagation

2009-05-14 Thread Philippe Gerum
On Thu, 2009-05-14 at 12:20 +0200, Jan Kiszka wrote: Philippe Gerum wrote: On Wed, 2009-05-13 at 18:10 +0200, Jan Kiszka wrote: Philippe Gerum wrote: On Wed, 2009-05-13 at 17:28 +0200, Jan Kiszka wrote: Philippe Gerum wrote: On Wed, 2009-05-13 at 15:18 +0200, Jan Kiszka wrote: Gilles

Re: [Xenomai-core] [PATCH] Fix host IRQ propagation

2009-05-14 Thread Jan Kiszka
Philippe Gerum wrote: On Thu, 2009-05-14 at 12:20 +0200, Jan Kiszka wrote: Philippe Gerum wrote: On Wed, 2009-05-13 at 18:10 +0200, Jan Kiszka wrote: Philippe Gerum wrote: On Wed, 2009-05-13 at 17:28 +0200, Jan Kiszka wrote: Philippe Gerum wrote: On Wed, 2009-05-13 at 15:18 +0200, Jan

Re: [Xenomai-core] [PATCH] Fix host IRQ propagation

2009-05-14 Thread Philippe Gerum
On Thu, 2009-05-14 at 13:00 +0200, Jan Kiszka wrote: Philippe Gerum wrote: On Thu, 2009-05-14 at 12:20 +0200, Jan Kiszka wrote: Philippe Gerum wrote: On Wed, 2009-05-13 at 18:10 +0200, Jan Kiszka wrote: Philippe Gerum wrote: On Wed, 2009-05-13 at 17:28 +0200, Jan Kiszka wrote:

Re: [Xenomai-core] [PATCH] Fix host IRQ propagation

2009-05-14 Thread Gilles Chanteperdrix
Jan Kiszka wrote: Martin Shepherd wrote: On Wed, 13 May 2009, Jan Kiszka wrote: ... Martin, could you check if this helps you, too? It doesn't appear to help. To check, first I turned on the HPET and PM timer options, and recompiled the kernel without your patch, to verify that this

Re: [Xenomai-core] [PATCH] Fix host IRQ propagation

2009-05-14 Thread Jan Kiszka
Gilles Chanteperdrix wrote: Jan Kiszka wrote: Martin Shepherd wrote: On Wed, 13 May 2009, Jan Kiszka wrote: ... Martin, could you check if this helps you, too? It doesn't appear to help. To check, first I turned on the HPET and PM timer options, and recompiled the kernel without your patch,

Re: [Xenomai-core] [PATCH] Fix host IRQ propagation

2009-05-14 Thread Gilles Chanteperdrix
Philippe Gerum wrote: On Thu, 2009-05-14 at 12:20 +0200, Jan Kiszka wrote: Philippe Gerum wrote: On Wed, 2009-05-13 at 18:10 +0200, Jan Kiszka wrote: Philippe Gerum wrote: On Wed, 2009-05-13 at 17:28 +0200, Jan Kiszka wrote: Philippe Gerum wrote: On Wed, 2009-05-13 at 15:18 +0200, Jan

Re: [Xenomai-core] [PATCH] Fix host IRQ propagation

2009-05-14 Thread Philippe Gerum
On Thu, 2009-05-14 at 14:52 +0200, Gilles Chanteperdrix wrote: Philippe Gerum wrote: On Thu, 2009-05-14 at 12:20 +0200, Jan Kiszka wrote: Philippe Gerum wrote: On Wed, 2009-05-13 at 18:10 +0200, Jan Kiszka wrote: Philippe Gerum wrote: On Wed, 2009-05-13 at 17:28 +0200, Jan Kiszka wrote:

Re: [Xenomai-core] [PATCH] Fix host IRQ propagation

2009-05-14 Thread Gilles Chanteperdrix
Philippe Gerum wrote: On Thu, 2009-05-14 at 14:52 +0200, Gilles Chanteperdrix wrote: Philippe Gerum wrote: On Thu, 2009-05-14 at 12:20 +0200, Jan Kiszka wrote: Philippe Gerum wrote: On Wed, 2009-05-13 at 18:10 +0200, Jan Kiszka wrote: Philippe Gerum wrote: On Wed, 2009-05-13 at 17:28 +0200,

[Xenomai-core] Xenomai standalone

2009-05-14 Thread Patrick
Hello all, I would like to know if it's possible to simply separate Xenomai (nucleus) from Linux and adeos ? My goal is to have a simple RTOS based on Xenomai (only native skin in kernel space). I have done a quick look at the source and it's seems ok to remove adeos by editing hal. About linux,