Re: [Xenomai-core] supervisor/user stack size for pSOS tasks

2007-02-28 Thread Philippe Gerum
On Wed, 2007-02-28 at 17:11 +0100, Markus Osterried wrote: > Hello Philippe, > > when using t_create() for creating a pSOS task in user space, the parameter > sstack is ignored. > But when creating the task in kernel space, sstack is added to ustack to > create a stack of the combined sizes. > The

[Xenomai-core] supervisor/user stack size for pSOS tasks

2007-02-28 Thread Markus Osterried
Hello Philippe, when using t_create() for creating a pSOS task in user space, the parameter sstack is ignored. But when creating the task in kernel space, sstack is added to ustack to create a stack of the combined sizes. The same behaviour as in kernel space should be implemented in user space. B

Re: [Xenomai-core] Re: [BUG] trunk: oops with Stephan's stress test

2007-02-28 Thread Jan Kiszka
Stephan Zimmermann wrote: > Maybe you find the attached .config + screenshot interesting, that > happend on the Celeron M while running the app in a loop with reloading > xenomai modules. More information to come tomorrow. > That happens when you overload your box with the test so that Linux does

Re: [Xenomai-core] Re: [BUG] trunk: oops with Stephan's stress test

2007-02-28 Thread Jan Kiszka
Stephan Zimmermann wrote: > Jan Kiszka schrieb: >> Jan Kiszka wrote: >>> Stephan Zimmermann wrote: Jan Kiszka schrieb: > Philippe Gerum wrote: >> On Fri, 2007-02-23 at 14:34 +0100, Jan Kiszka wrote: >> >>> Attached with 3000 points (to play safe). >> Great, thanks. >> >

Re: [Xenomai-core] Re: [BUG] trunk: oops with Stephan's stress test

2007-02-28 Thread Stephan Zimmermann
Stephan Zimmermann schrieb: Jan Kiszka schrieb: Jan Kiszka wrote: Stephan Zimmermann wrote: Jan Kiszka schrieb: Philippe Gerum wrote: On Fri, 2007-02-23 at 14:34 +0100, Jan Kiszka wrote: Attached with 3000 points (to play safe). Great, thanks. FYI: Switching prio-coupling off doesn't le

Re: [Xenomai-core] Re: [BUG] trunk: oops with Stephan's stress test

2007-02-28 Thread Stephan Zimmermann
Jan Kiszka schrieb: Jan Kiszka wrote: Stephan Zimmermann wrote: Jan Kiszka schrieb: Philippe Gerum wrote: On Fri, 2007-02-23 at 14:34 +0100, Jan Kiszka wrote: Attached with 3000 points (to play safe). Great, thanks. FYI: Switching prio-coupling off doesn't let it trigger anymore. Which /

Re: [Xenomai-core] Re: [BUG] trunk: oops with Stephan's stress test

2007-02-28 Thread Jan Kiszka
Jan Kiszka wrote: > Stephan Zimmermann wrote: >> Jan Kiszka schrieb: >>> Philippe Gerum wrote: On Fri, 2007-02-23 at 14:34 +0100, Jan Kiszka wrote: > Attached with 3000 points (to play safe). Great, thanks. >>> FYI: Switching prio-coupling off doesn't let it trigger anymore.

Re: [Xenomai-core] Re: [BUG] trunk: oops with Stephan's stress test

2007-02-28 Thread Jan Kiszka
Stephan Zimmermann wrote: > Jan Kiszka schrieb: >> Philippe Gerum wrote: >>> On Fri, 2007-02-23 at 14:34 +0100, Jan Kiszka wrote: >>> Attached with 3000 points (to play safe). >>> Great, thanks. >>> >> >> FYI: Switching prio-coupling off doesn't let it trigger anymore. Which >> /may/ mean that

[Xenomai-core] Re: [BUG] trunk: oops with Stephan's stress test

2007-02-28 Thread Stephan Zimmermann
Jan Kiszka schrieb: Philippe Gerum wrote: On Fri, 2007-02-23 at 14:34 +0100, Jan Kiszka wrote: Attached with 3000 points (to play safe). Great, thanks. FYI: Switching prio-coupling off doesn't let it trigger anymore. Which /may/ mean that it's related to this feature, but which may also me

Re: [Xenomai-core] prepare-kernel options

2007-02-28 Thread Jan Kiszka
Paul wrote: > On Wednesday 28 February 2007 13:02, Jan Kiszka wrote: > >> [Related question from my side:] >> >> Would you be willing to provide debian package generation rules for >> Xenomai? Something that would spit out .deb files when calling, say, >> "make deb KERNEL=linux-2.6.x.tar.bz2 CONFI

[Xenomai-core] Re: [Xenomai-help] task not being scheduled

2007-02-28 Thread Philippe Gerum
On Wed, 2007-02-28 at 07:50 -0600, Jeff Weber wrote: > Switching to the linked timer list from the heap list fixed it. > Ok people, that's a showstopper for v2.3.1. > thanks, > Jeff > > On Tuesday 27 February 2007 14:29, Jan Kiszka wrote: > > I saw in the .config that you are using

Re: [Xenomai-core] prepare-kernel options

2007-02-28 Thread Paul
On Wednesday 28 February 2007 13:02, Jan Kiszka wrote: > [Related question from my side:] > > Would you be willing to provide debian package generation rules for > Xenomai? Something that would spit out .deb files when calling, say, > "make deb KERNEL=linux-2.6.x.tar.bz2 CONFIG=my-kernel-config" i

Re: [Xenomai-core] prepare-kernel options

2007-02-28 Thread Gilles Chanteperdrix
Paul wrote: > A little background - On Debian installations, a set of tools have been > provided to allow kernel packages to be quickly & simply generated. It is > something I do quite regularly with the following steps: > * Extract kernel sources in /tmp > * Apply patches > * Copy an existing

Re: [Xenomai-core] prepare-kernel options

2007-02-28 Thread Jan Kiszka
Paul wrote: > A little background - On Debian installations, a set of tools have been > provided to allow kernel packages to be quickly & simply generated. It is > something I do quite regularly with the following steps: > * Extract kernel sources in /tmp > * Apply patches > * Copy an existing

[Xenomai-core] prepare-kernel options

2007-02-28 Thread Paul
A little background - On Debian installations, a set of tools have been provided to allow kernel packages to be quickly & simply generated. It is something I do quite regularly with the following steps: * Extract kernel sources in /tmp * Apply patches * Copy an existing .config over - Run `ma