Re: [Xenomai] [PATCH 1/1] posix: fix build failure when HAVE_OPEN64 is undefined.

2013-12-29 Thread Gilles Chanteperdrix
On 12/29/2013 09:42 PM, Romain Naour wrote: > Le 29/12/2013 18:56, Gilles Chanteperdrix a écrit : >> On 12/29/2013 06:00 PM, Romain Naour wrote: >>> fixes: >>> http://autobuild.buildroot.org/results/d59/d590be34637a4043c929ce615f9db504484be435/build-end.log >>> >>> Signed-off-by: Romain Naour >>>

Re: [Xenomai] [PATCH 1/1] posix: fix build failure when HAVE_OPEN64 is undefined.

2013-12-29 Thread Romain Naour
Le 29/12/2013 18:56, Gilles Chanteperdrix a écrit : On 12/29/2013 06:00 PM, Romain Naour wrote: fixes: http://autobuild.buildroot.org/results/d59/d590be34637a4043c929ce615f9db504484be435/build-end.log Signed-off-by: Romain Naour --- src/skins/posix/rtdm.c | 3 ++- 1 file changed, 2 inserti

Re: [Xenomai] rehashing

2013-12-29 Thread Gilles Chanteperdrix
On 12/29/2013 07:04 PM, Philippe Gerum wrote: > On 12/29/2013 02:45 PM, Gilles Chanteperdrix wrote: >> On 12/16/2013 05:48 PM, Philippe Gerum wrote: >>> On 12/16/2013 05:38 PM, Gilles Chanteperdrix wrote: On 12/16/2013 05:35 PM, Philippe Gerum wrote: > On 12/16/2013 05:13 PM, Gilles Chante

Re: [Xenomai] [PATCH 1/1] posix: fix build failure when HAVE_OPEN64 is undefined.

2013-12-29 Thread Romain Naour
Le 29/12/2013 18:56, Gilles Chanteperdrix a écrit : On 12/29/2013 06:00 PM, Romain Naour wrote: fixes: http://autobuild.buildroot.org/results/d59/d590be34637a4043c929ce615f9db504484be435/build-end.log Signed-off-by: Romain Naour --- src/skins/posix/rtdm.c | 3 ++- 1 file changed, 2 inserti

Re: [Xenomai] rehashing

2013-12-29 Thread Philippe Gerum
On 12/29/2013 02:45 PM, Gilles Chanteperdrix wrote: On 12/16/2013 05:48 PM, Philippe Gerum wrote: On 12/16/2013 05:38 PM, Gilles Chanteperdrix wrote: On 12/16/2013 05:35 PM, Philippe Gerum wrote: On 12/16/2013 05:13 PM, Gilles Chanteperdrix wrote: On 12/16/2013 05:12 PM, Philippe Gerum wrote:

Re: [Xenomai] [PATCH 1/1] posix: fix build failure when HAVE_OPEN64 is undefined.

2013-12-29 Thread Gilles Chanteperdrix
On 12/29/2013 06:00 PM, Romain Naour wrote: > fixes: > http://autobuild.buildroot.org/results/d59/d590be34637a4043c929ce615f9db504484be435/build-end.log > > Signed-off-by: Romain Naour > --- > src/skins/posix/rtdm.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/src

Re: [Xenomai] [PATCH 1/1] posix: fix build failure when HAVE_OPEN64 is undefined.

2013-12-29 Thread Gilles Chanteperdrix
On 12/29/2013 06:00 PM, Romain Naour wrote: > fixes: > http://autobuild.buildroot.org/results/d59/d590be34637a4043c929ce615f9db504484be435/build-end.log Ok, so now buildroot builds without LFS, whereas the fix to support LFS in xenomai came from a buildroot bug report :-) Will merge, thanks. -

[Xenomai] [PATCH 1/1] posix: fix build failure when HAVE_OPEN64 is undefined.

2013-12-29 Thread Romain Naour
fixes: http://autobuild.buildroot.org/results/d59/d590be34637a4043c929ce615f9db504484be435/build-end.log Signed-off-by: Romain Naour --- src/skins/posix/rtdm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/skins/posix/rtdm.c b/src/skins/posix/rtdm.c index 5840c64..d6

Re: [Xenomai] rehashing

2013-12-29 Thread Gilles Chanteperdrix
On 12/16/2013 05:48 PM, Philippe Gerum wrote: > On 12/16/2013 05:38 PM, Gilles Chanteperdrix wrote: >> On 12/16/2013 05:35 PM, Philippe Gerum wrote: >>> On 12/16/2013 05:13 PM, Gilles Chanteperdrix wrote: On 12/16/2013 05:12 PM, Philippe Gerum wrote: > On 12/16/2013 09:05 AM, Gilles Chante

Re: [Xenomai] kernel panic for rt_task_add_hook

2013-12-29 Thread Philippe Gerum
On 12/29/2013 09:15 AM, ali hagigat wrote: I am using a 32 bit Fedora 13, linux kernel 3.5.7 and xenomai-2.6.3. Please do the followings: 1) insmod ./kerneltask2.ko 2) rmmod kerneltask2 The first time is OK. The second time the computer freezes and i have a kernel panic and carsh dump every tim

Re: [Xenomai] Kernel oops: x86 arch, Xenomai 2.6.3

2013-12-29 Thread Gilles Chanteperdrix
On 12/29/2013 12:56 AM, John Morris wrote: > Updated RPMS, Xenomai 2.6.3 and Linux 3.8.13, crash on most tested > platforms (Fedora 18/19 & EL6 32-bit, but strangely not EL6 64-bit). In > some cases the crash occurs during boot. In the pasted example [1] (EL6 > 32-bit), the crash occurred after s

Re: [Xenomai] kernel panic for rt_task_add_hook

2013-12-29 Thread Gilles Chanteperdrix
On 12/29/2013 09:15 AM, ali hagigat wrote: > I am using a 32 bit Fedora 13, linux kernel 3.5.7 and xenomai-2.6.3. > Please do the followings: > > 1) insmod ./kerneltask2.ko > 2) rmmod kerneltask2 > > The first time is OK. The second time the computer freezes and i have > a kernel panic and carsh

Re: [Xenomai] kernel panic for rt_task_add_hook

2013-12-29 Thread Gilles Chanteperdrix
On 12/29/2013 09:15 AM, ali hagigat wrote: > I am using a 32 bit Fedora 13, linux kernel 3.5.7 and xenomai-2.6.3. > Please do the followings: > > 1) insmod ./kerneltask2.ko > 2) rmmod kerneltask2 > > The first time is OK. The second time the computer freezes and i have > a kernel panic and carsh

[Xenomai] kernel panic for rt_task_add_hook

2013-12-29 Thread ali hagigat
non-text attachment was scrubbed... Name: config1 Type: application/octet-stream Size: 131428 bytes Desc: not available URL: <http://www.xenomai.org/pipermail/xenomai/attachments/20131229/41017747/attachment.obj> -- next part -- A non-text attachment was scrubbed..