Re: [Xenomai-core] [PATCH] debug_maxlat as module_param

2005-12-17 Thread Philippe Gerum
Jan Kiszka wrote: Gilles Chanteperdrix wrote: Jan Kiszka wrote: Hi, this tiny patch exports the NMI watchdog's threshold as module parameter debug_maxlat of xeno_hal. This means that one can either override the value via a kernel parameter or in sysfs/modules/xeno_hal/parameters

[Xenomai-core] [PATCH] fix typos around 16550A driver

2005-12-17 Thread Jan Kiszka
Hi, these are two typo fixes for the serial driver. One of them should have broken kernel 2.4 compilation for this driver, the other is cosmetic Jan PS: What about this splnone in gatekeeper_thread(), BTW. Still needed? --- ksrc/nucleus/shadow.c (Revision 285) +++ ksrc/nucleus/shadow.c

Re: [Xenomai-core] [PATCH] fix typos around 16550A driver

2005-12-17 Thread Philippe Gerum
Jan Kiszka wrote: Hi, these are two typo fixes for the serial driver. One of them should have broken kernel 2.4 compilation for this driver, the other is cosmetic Applied, thanks. Jan PS: What about this splnone in gatekeeper_thread(), BTW. Still needed? Nope. Fixed. ---

Re: [Xenomai-core] [bug] don't try this at home...

2005-12-17 Thread Philippe Gerum
Philippe Gerum wrote: Philippe Gerum wrote: Philippe Gerum wrote: Jan Kiszka wrote: Jan Kiszka wrote: Hi Philippe, I'm afraid this one is serious: let the attached migration stress test run on likely any Xenomai since 2.0, preferably with CONFIG_XENO_OPT_DEBUG on. Will give a nice crash

Re: [Xenomai-core] [patch] fix posix userspace headers

2005-12-17 Thread Philippe Gerum
Jan Kiszka wrote: Good evening, this patch is required to compile some posix userspace program against 2.1 SVN. Jan Applied, thanks. Index: include/posix/signal.h

Re: [Xenomai-core] [doc-patch] rt_task_create user stack size

2005-12-17 Thread Philippe Gerum
Jan Kiszka wrote: Hi, Please apply this, the statement is no longer valid. Applied, thanks. --- ksrc/skins/native/task.c(revision 243) +++ ksrc/skins/native/task.c(working copy) @@ -117,7 +117,7 @@ * * @param stksize The size of the stack (in bytes) for the new * task. If

[Xenomai-core] [PATCH] debug_maxlat as module_param

2005-12-17 Thread Jan Kiszka
Hi, this tiny patch exports the NMI watchdog's threshold as module parameter debug_maxlat of xeno_hal. This means that one can either override the value via a kernel parameter or in sysfs/modules/xeno_hal/parameters (before activating the hal). Unfortunately, this tiny patch caused some headache

Re: [Xenomai-core] [PATCH] debug_maxlat as module_param

2005-12-17 Thread Gilles Chanteperdrix
Jan Kiszka wrote: Hi, this tiny patch exports the NMI watchdog's threshold as module parameter debug_maxlat of xeno_hal. This means that one can either override the value via a kernel parameter or in sysfs/modules/xeno_hal/parameters (before activating the hal). rthal_maxlat_tsc

Re: [Xenomai-core] [PATCH] debug_maxlat as module_param

2005-12-17 Thread Jan Kiszka
Gilles Chanteperdrix wrote: Jan Kiszka wrote: Hi, this tiny patch exports the NMI watchdog's threshold as module parameter debug_maxlat of xeno_hal. This means that one can either override the value via a kernel parameter or in sysfs/modules/xeno_hal/parameters (before

Re: [Xenomai-core] [PATCH] debug_maxlat as module_param

2005-12-17 Thread Philippe Gerum
Jan Kiszka wrote: Gilles Chanteperdrix wrote: Jan Kiszka wrote: Hi, this tiny patch exports the NMI watchdog's threshold as module parameter debug_maxlat of xeno_hal. This means that one can either override the value via a kernel parameter or in sysfs/modules/xeno_hal/parameters

[Xenomai-core] [PATCH] fix typos around 16550A driver

2005-12-17 Thread Jan Kiszka
Hi, these are two typo fixes for the serial driver. One of them should have broken kernel 2.4 compilation for this driver, the other is cosmetic Jan PS: What about this splnone in gatekeeper_thread(), BTW. Still needed? --- ksrc/nucleus/shadow.c (Revision 285) +++ ksrc/nucleus/shadow.c

Re: [Xenomai-core] [PATCH] fix typos around 16550A driver

2005-12-17 Thread Philippe Gerum
Jan Kiszka wrote: Hi, these are two typo fixes for the serial driver. One of them should have broken kernel 2.4 compilation for this driver, the other is cosmetic Applied, thanks. Jan PS: What about this splnone in gatekeeper_thread(), BTW. Still needed? Nope. Fixed. ---