Re: [Xenomai-core] BuildBot progress for sim, tqm860 with RTnet

2006-04-13 Thread Wolfgang Grandegger
Niklaus Giger wrote: Hi I was busy improving the buildbot setup and achieved the following: - added build slave for simulator - added a buildbot for a TQM860L with Denx PPC 2.4 kernel. Cannot yet build the RTnet code. - patched buildbot to show names for shell build steps instead of the

Re: [Xenomai-core] BuildBot progress for sim, tqm860 with RTnet

2006-04-13 Thread Jan Kiszka
Niklaus Giger wrote: Hi I was busy improving the buildbot setup and achieved the following: - added build slave for simulator - added a buildbot for a TQM860L with Denx PPC 2.4 kernel. Cannot yet build the RTnet code. - patched buildbot to show names for shell build steps instead of the

Re: [Xenomai-core] latency -t 1 crashes on SMP.

2006-04-13 Thread Gilles Chanteperdrix
Jan Kiszka wrote: o instrument the xenomai exception handler with an ipipe_trace_freeze() (something which should be merged into SVN later) The I-pipe tracer as well as Linux NMI handling have the same issue which is the cause for the exceptions 14: they rely on a correct current to read

Re: [Xenomai-core] latency -t 1 crashes on SMP.

2006-04-13 Thread Jan Kiszka
Gilles Chanteperdrix wrote: Jan Kiszka wrote: o instrument the xenomai exception handler with an ipipe_trace_freeze() (something which should be merged into SVN later) The I-pipe tracer as well as Linux NMI handling have the same issue which is the cause for the exceptions 14: they

[Xenomai-core] [patch] xeno-test: replace 'head -3' with 'head -n 3'

2006-04-13 Thread Jim Cromie
heres an untested (still, low risk) patch for xeno-test which corrects an obsolete usage of head. noted by Tobias Marschall on xeno-help. Index: scripts/xeno-test.in === --- scripts/xeno-test.in(revision 924) +++

Re: [Xenomai-core] latency -t 1 crashes on SMP.

2006-04-13 Thread Gilles Chanteperdrix
Jan Kiszka wrote: Gilles Chanteperdrix wrote: Jan Kiszka wrote: o instrument the xenomai exception handler with an ipipe_trace_freeze() (something which should be merged into SVN later) The I-pipe tracer as well as Linux NMI handling have the same issue which is the

[Xenomai-core] [PATCH] let skins select nucleus features

2006-04-13 Thread Jan Kiszka
Hi, this patch aims at avoiding to select unneeded nucleus features if no user is requiring it in the skins. Particularly, it addresses the nucleus registry and the pipes. I have spent no effort on 2.4 yet as I first want to wait for comments. Furthermore, 2.4. is lacking select, so the feature

[Xenomai-core] [PATCH] detect problematic kernel configs

2006-04-13 Thread Jan Kiszka
Hi, this patch tries to reduce the traps newbies may tap by leaving (for us) well-known problematic kernel switches on. And are there any futher I forgot, e.g. on other archs? Jan Index: ksrc/arch/i386/Kconfig === ---