RE: [PATCH 0/4] net/tcp: Fix several bugs and allow rttcp to be built

2018-11-05 Thread Pham, Phong via Xenomai
Hi Sebastian, " Phong, can you test this on your machine?" No the fix does not work. It overwrites the window field. Phong. -Original Message- From: Sebastian Smolorz [mailto:sebastian.smol...@gmx.de] Sent: Friday, November 02, 2018 7:42 AM To: Jan Kiszka Cc: Pham, Phong; Hillman,

Re: Segmentation error 6 in rt_heap_create() without --enable-pshared

2018-11-05 Thread Petr Červenka via Xenomai
> Only? Sorry for insisting, but it may help to reduce the search space, and > it's > also important as I'd like to release a new stable version - without known > issues. > > Thanks, > Jan >   I can confirm now, that the problem happens only with the master branch. Petr

Re: [PATCH] copperplate/clockobj: prevent warning with -Wconversion

2018-11-05 Thread Jan Kiszka via Xenomai
On 05.11.18 14:03, Mauro Salvini via Xenomai wrote: make cast explicit to avoid warning when user code is compiled with -Wconversion Signed-off-by: Mauro Salvini --- include/copperplate/clockobj.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: Segmentation error 6 in rt_heap_create() without --enable-pshared

2018-11-05 Thread Petr Červenka via Xenomai
> Only? Sorry for insisting, but it may help to reduce the search space, and > it's > also important as I'd like to release a new stable version - without known > issues. > > Thanks, > Jan   Sorry. I tried only master branch and there was the error. I will try also the stable/v3.0.x branch,

Re: [PATCH] cobalt/kernel: Simplify mayday processing

2018-11-05 Thread Jan Kiszka via Xenomai
On 05.11.18 14:48, Steven Seeger wrote: > On Monday, November 5, 2018 7:20:33 AM EST Jan Kiszka wrote: >> >> I would appreciate if you could test ARM64 and PowerPC for me. Until we >> have QEMU test images for both, it's still tricky for me to do that. > > I have something I've got to get done

Re: Segmentation error 6 in rt_heap_create() without --enable-pshared

2018-11-05 Thread Jan Kiszka via Xenomai
On 05.11.18 14:31, Petr Červenka wrote: >> >> stable or master (or both)? > > > > Jan > > >   > master >   Only? Sorry for insisting, but it may help to reduce the search space, and it's also important as I'd like to release a new stable version - without known issues. Thanks, Jan --

Re: [PATCH] cobalt/kernel: Simplify mayday processing

2018-11-05 Thread Steven Seeger via Xenomai
On Monday, November 5, 2018 7:20:33 AM EST Jan Kiszka wrote: > > I would appreciate if you could test ARM64 and PowerPC for me. Until we > have QEMU test images for both, it's still tricky for me to do that. I have something I've got to get done before I can do anything else, but once that's

Re: Segmentation error 6 in rt_heap_create() without --enable-pshared

2018-11-05 Thread Petr Červenka via Xenomai
> > stable or master (or both)? > > Jan >   master  

[PATCH] copperplate/clockobj: prevent warning with -Wconversion

2018-11-05 Thread Mauro Salvini via Xenomai
make cast explicit to avoid warning when user code is compiled with -Wconversion Signed-off-by: Mauro Salvini --- include/copperplate/clockobj.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/copperplate/clockobj.h b/include/copperplate/clockobj.h index

[PATCH] cobalt/kernel: Simplify mayday processing

2018-11-05 Thread Jan Kiszka via Xenomai
The mayday mechanism exists in order to kick a xenomai userspace task into secondary mode while it is running userspace code. For that, we ask I-pipe to call us back when the task was interrupted and is about to return to userspace. So far we defer the relaxation from that callback via a

Re: Segmentation error 6 in rt_heap_create() without --enable-pshared

2018-11-05 Thread Jan Kiszka via Xenomai
On 05.11.18 12:06, Petr Červenka via Xenomai wrote: Hello. I'm continuing to test newest Xenomai (git clone). If I configure Xenomai without --enable-pshared, I will always get an segmentation error 6 in rt_heap_create() call. It doesn't matter, if I use NULL as heap name or not. With

Segmentation error 6 in rt_heap_create() without --enable-pshared

2018-11-05 Thread Petr Červenka via Xenomai
Hello. I'm continuing to test newest Xenomai (git clone). If I configure Xenomai without --enable-pshared, I will always get an segmentation error 6 in rt_heap_create() call. It doesn't matter, if I use NULL as heap name or not. With --enable-pshared everything works fine. Petr