[I-PIPE] ipipe-core-4.14.133-x86-7 released

2019-07-12 Thread xenomai--- via Xenomai
Download URL: https://xenomai.org/downloads/ipipe/v4.x/x86/ipipe-core-4.14.133-x86-7.patch Repository: https://git.xenomai.org/ipipe-x86 Release tag: ipipe-core-4.14.133-x86-7

[PATCH] testsuite: smokey: Fix CFLAGS for gdb test

2019-07-12 Thread Jan Kiszka via Xenomai
From: Jan Kiszka CXXFLAGS is for C++, but we are C here. That misplacement cause the non-debug build of the testcase to fail due to missing symbols. Signed-off-by: Jan Kiszka --- testsuite/smokey/gdb/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git

Re: [PATCH] cobalt: remove call to sigprocmask

2019-07-12 Thread Jan Kiszka via Xenomai
On 12.07.19 15:26, Lange Norbert via Xenomai wrote: > > >> -Original Message- >> From: Xenomai On Behalf Of Jan Kiszka >> via Xenomai >> Sent: Freitag, 12. Juli 2019 15:07 >> To: Norbert Lange ; xenomai@xenomai.org >> Subject: Re: [PATCH] cobalt: remove call to sigprocmask >> >> E-MAIL

RE: [PATCH] cobalt: remove call to sigprocmask

2019-07-12 Thread Lange Norbert via Xenomai
> -Original Message- > From: Xenomai On Behalf Of Jan Kiszka > via Xenomai > Sent: Freitag, 12. Juli 2019 15:07 > To: Norbert Lange ; xenomai@xenomai.org > Subject: Re: [PATCH] cobalt: remove call to sigprocmask > > E-MAIL FROM A NON-ANDRITZ SOURCE: AS A SECURITY MEASURE, PLEASE >

Re: [PATCH] cobalt: remove call to sigprocmask

2019-07-12 Thread Jan Kiszka via Xenomai
On 12.07.19 13:18, Norbert Lange via Xenomai wrote: > sigprocmask should not be used in multithreaded applications, > doing so is "unspecified". Is this more than cosmetic on Linux? Then it should be documented here because we shipped the change in 3.0.9, and if that may have caused regressions,

How to use Internet on BeagleBone Black with Xenomai

2019-07-12 Thread danwe via Xenomai
Hi, is it possible to use Internet on BeagleBone Black with Xenomai over Ethernet and if so how can I do that? I know how to use Internet on BeagleBone Black with Debian but I don't know how to transfer that to Xenomai operating system. Thanks. Regards Daniel

[PATCH] libcobalt: Drop ignored version info from arch libs

2019-07-12 Thread Jan Kiszka via Xenomai
From: Jan Kiszka Fixes libtool warning libtool: warning: '-version-info/-version-number' is ignored for convenience libraries Signed-off-by: Jan Kiszka --- lib/cobalt/arch/arm/Makefile.am | 2 +- lib/cobalt/arch/arm64/Makefile.am | 2 +- lib/cobalt/arch/powerpc/Makefile.am | 2 +-

Re: [PATCH] prepare-kernal.sh: Add --copylinks option

2019-07-12 Thread Jan Kiszka via Xenomai
On 12.07.19 13:43, Johannes Kirchmair wrote: >> -Ursprüngliche Nachricht- >> Von: Jan Kiszka >> Gesendet: Freitag, 12. Juli 2019 12:23 >> An: Johannes Kirchmair ; >> xenomai@xenomai.org >> Betreff: Re: [PATCH] prepare-kernal.sh: Add --copylinks option >> >> On 12.07.19 09:41, Johannes

AW: [PATCH] prepare-kernal.sh: Add --copylinks option

2019-07-12 Thread Johannes Kirchmair via Xenomai
> -Ursprüngliche Nachricht- > Von: Jan Kiszka > Gesendet: Freitag, 12. Juli 2019 12:23 > An: Johannes Kirchmair ; > xenomai@xenomai.org > Betreff: Re: [PATCH] prepare-kernal.sh: Add --copylinks option > > On 12.07.19 09:41, Johannes Kirchmair via Xenomai wrote: > > Hello everyone, > > >

[PATCH] cobalt: remove call to sigprocmask

2019-07-12 Thread Norbert Lange via Xenomai
sigprocmask should not be used in multithreaded applications, doing so is "unspecified". Signed-off-by: Norbert Lange --- lib/cobalt/printf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cobalt/printf.c b/lib/cobalt/printf.c index 7426f2bda..80db9516a 100644 ---

Re: [PATCH] boilerplate: Fix bogus "typeof(type)" in macros

2019-07-12 Thread Jan Kiszka via Xenomai
On 11.07.19 13:19, Cris Almaraz via Xenomai wrote: > Thank you for the fast answers! > > Enabling the extensions ( - -std=gnu++11) has fixed the issue for me. > > Anyhow, I noticed that I still cannot use the set_config_tunable() to > set the mem_pool_size. I configure it as described below, but

Re: [PATCH] prepare-kernal.sh: Add --copylinks option

2019-07-12 Thread Jan Kiszka via Xenomai
On 12.07.19 09:41, Johannes Kirchmair via Xenomai wrote: > Hello everyone, > > just a ping to see if anyone has any remarks about this patch. Sorry, slipped through. > > Best regards > Johannes Kirchmair > > -Ursprüngliche Nachricht- > Von: Johannes Kirchmair > Gesendet: Dienstag,

Re: [PATCH 2/2] alchemy/mutex: Fix typo in comment

2019-07-12 Thread Jan Kiszka via Xenomai
On 10.07.19 23:46, Richard Weinberger via Xenomai wrote: > s/rt_mutex_acquite/rt_mutex_acquire > > Signed-off-by: Richard Weinberger > --- > lib/alchemy/mutex.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/alchemy/mutex.c b/lib/alchemy/mutex.c > index

AW: [PATCH] prepare-kernal.sh: Add --copylinks option

2019-07-12 Thread Johannes Kirchmair via Xenomai
Hello everyone, just a ping to see if anyone has any remarks about this patch. Best regards Johannes Kirchmair -Ursprüngliche Nachricht- Von: Johannes Kirchmair Gesendet: Dienstag, 11. Juni 2019 13:01 An: xenomai@xenomai.org Cc: Johannes Kirchmair Betreff: [PATCH] prepare-kernal.sh:

Re: Enable/Disable of ftrace events crashes kernel

2019-07-12 Thread Richard Weinberger via Xenomai
On Thu, Jul 11, 2019 at 11:20 PM Jan Kiszka wrote: > > On 11.07.19 22:48, Richard Weinberger wrote: > > On Thu, Jul 11, 2019 at 8:30 PM Jan Kiszka wrote: > >> > >> On 11.07.19 12:25, Richard Weinberger wrote: > >>> On Thu, Jul 11, 2019 at 12:21 PM Jan Kiszka > >>> wrote: > Can't reproduce