Re: [xenomai-images PATCH v2 2/9] ci: Use gitlab extends instead of YAML Anchors

2020-02-17 Thread Jan Kiszka via Xenomai
On 14.02.20 13:26, Q. Gylstorff wrote: From: Quirin Gylstorff Gitlab uses extends as an alternative to YAML Anchors since 11.3. Signed-off-by: Quirin Gylstorff --- .gitlab-ci.yml | 35 ++- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/.gitl

Re: [xenomai-images PATCH v2 2/9] ci: Use gitlab extends instead of YAML Anchors

2020-02-17 Thread Jan Kiszka via Xenomai
On 17.02.20 12:43, Jan Kiszka via Xenomai wrote: On 14.02.20 13:26, Q. Gylstorff wrote: From: Quirin Gylstorff Gitlab uses extends as an alternative to YAML Anchors since 11.3. Signed-off-by: Quirin Gylstorff ---   .gitlab-ci.yml | 35 ++-   1 file changed, 18

Still some lockups when enabling ftrace

2020-02-17 Thread Lange Norbert via Xenomai
TU14756806 Thank You -- next part -- A non-text attachment was scrubbed... Name: config-4.19.tar.xz Type: application/octet-stream Size: 20180 bytes Desc: config-4.19.tar.xz URL: <http://xenomai.org/pipermail/xenomai/attachments/20200217/bb047cbd/attachment.obj>

Re: [xenomai-images PATCH v2 2/9] ci: Use gitlab extends instead of YAML Anchors

2020-02-17 Thread Gylstorff Quirin via Xenomai
On 2/17/20 12:45 PM, Jan Kiszka wrote: On 17.02.20 12:43, Jan Kiszka via Xenomai wrote: On 14.02.20 13:26, Q. Gylstorff wrote: From: Quirin Gylstorff Gitlab uses extends as an alternative to YAML Anchors since 11.3. Signed-off-by: Quirin Gylstorff ---   .gitlab-ci.yml | 35 ++

Re: [xenomai-images PATCH v2 2/9] ci: Use gitlab extends instead of YAML Anchors

2020-02-17 Thread Jan Kiszka via Xenomai
On 17.02.20 17:12, Gylstorff Quirin wrote: On 2/17/20 12:45 PM, Jan Kiszka wrote: On 17.02.20 12:43, Jan Kiszka via Xenomai wrote: On 14.02.20 13:26, Q. Gylstorff wrote: From: Quirin Gylstorff Gitlab uses extends as an alternative to YAML Anchors since 11.3. Signed-off-by: Quirin Gylstorf

Re: undefined symbol in tests

2020-02-17 Thread Jan Kiszka via Xenomai
On 14.02.20 15:15, Antoine Hoarau wrote: I just built the debians: debchange -v 3.1 Release 3.1 debuild -uc -us I've done that (well, minus debchange) on a Debian 10, installed a Xenomai kernel, and ran xeno-test - no problem. I would need this info: ldd /usr/lib/xenomai/testsuite/libalchem

RE: Still some lockups when enabling ftrace

2020-02-17 Thread Lange Norbert via Xenomai
I managed to narrow it down to this: trace-cmd start -e 'tlb:tlb_flush' Seems to bug the kernel even if no cobalt thread is running, only a rt_igb and the rtnet stack. > -Original Message- > From: Xenomai On Behalf Of Lange > Norbert via Xenomai > Sent: Montag, 17. Februar 2020 17:09

Re: Still some lockups when enabling ftrace

2020-02-17 Thread Jan Kiszka via Xenomai
On 17.02.20 17:50, Lange Norbert via Xenomai wrote: I managed to narrow it down to this: trace-cmd start -e 'tlb:tlb_flush' Seems to bug the kernel even if no cobalt thread is running, only a rt_igb and the rtnet stack. OK, that was already my idea as well. That rcu_irq_enter_irqson must

Re: Still some lockups when enabling ftrace

2020-02-17 Thread Jan Kiszka via Xenomai
On 17.02.20 17:57, Jan Kiszka via Xenomai wrote: On 17.02.20 17:50, Lange Norbert via Xenomai wrote: I managed to narrow it down to this: trace-cmd start  -e 'tlb:tlb_flush' Seems to bug the kernel even if no cobalt thread is running, only a rt_igb and the rtnet stack. OK, that was alread

[PATCH] testsuite: Fix installation path of smokey_net_server

2020-02-17 Thread Jan Kiszka via Xenomai
From: Jan Kiszka Put it where the rest goes as well. Signed-off-by: Jan Kiszka --- testsuite/smokey/net_common/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testsuite/smokey/net_common/Makefile.am b/testsuite/smokey/net_common/Makefile.am index 5185449feb..

Re: Still some lockups when enabling ftrace

2020-02-17 Thread Philippe Gerum via Xenomai
On 2/17/20 6:15 PM, Jan Kiszka via Xenomai wrote: > On 17.02.20 17:57, Jan Kiszka via Xenomai wrote: >> On 17.02.20 17:50, Lange Norbert via Xenomai wrote: >>> I managed to narrow it down to this: >>> >>> trace-cmd start  -e 'tlb:tlb_flush' >>> >>> Seems to bug the kernel even if no cobalt thread i

RE: Still some lockups when enabling ftrace

2020-02-17 Thread Lange Norbert via Xenomai
> -Original Message- > From: Jan Kiszka > Sent: Montag, 17. Februar 2020 18:16 > To: Lange Norbert ; Xenomai > (xenomai@xenomai.org) > Subject: Re: Still some lockups when enabling ftrace > > NON-ANDRITZ SOURCE: BE CAUTIOUS WITH CONTENT, LINKS OR > ATTACHMENTS. > > > On 17.02.20 17:57,

Re: Still some lockups when enabling ftrace

2020-02-17 Thread Jan Kiszka via Xenomai
On 17.02.20 18:25, Philippe Gerum wrote: On 2/17/20 6:15 PM, Jan Kiszka via Xenomai wrote: On 17.02.20 17:57, Jan Kiszka via Xenomai wrote: On 17.02.20 17:50, Lange Norbert via Xenomai wrote: I managed to narrow it down to this: trace-cmd start  -e 'tlb:tlb_flush' Seems to bug the kernel eve

[PATCH ipipe-noarch] ipipe: Disable rcuidle trace path when running over the head domain

2020-02-17 Thread Jan Kiszka via Xenomai
From: Jan Kiszka We do not need the special handling of __DO_TRACE(..., rcuidle=1) when running over the head domain. In fact, we cannot use it because it switches to srcu which is incompatible with that context. It's safe to switch to normal RCU because no head domain caller of a trace_*_rcuidle

Re: Still some lockups when enabling ftrace

2020-02-17 Thread Philippe Gerum via Xenomai
On 2/17/20 6:33 PM, Jan Kiszka wrote: > On 17.02.20 18:25, Philippe Gerum wrote: >> On 2/17/20 6:15 PM, Jan Kiszka via Xenomai wrote: >>> On 17.02.20 17:57, Jan Kiszka via Xenomai wrote: On 17.02.20 17:50, Lange Norbert via Xenomai wrote: > I managed to narrow it down to this: > >

Re: Still some lockups when enabling ftrace

2020-02-17 Thread Jan Kiszka via Xenomai
On 17.02.20 19:10, Philippe Gerum wrote: On 2/17/20 6:33 PM, Jan Kiszka wrote: On 17.02.20 18:25, Philippe Gerum wrote: On 2/17/20 6:15 PM, Jan Kiszka via Xenomai wrote: On 17.02.20 17:57, Jan Kiszka via Xenomai wrote: On 17.02.20 17:50, Lange Norbert via Xenomai wrote: I managed to narrow i

Re: Still some lockups when enabling ftrace

2020-02-17 Thread Philippe Gerum via Xenomai
On 2/17/20 7:13 PM, Jan Kiszka wrote: > On 17.02.20 19:10, Philippe Gerum wrote: >> On 2/17/20 6:33 PM, Jan Kiszka wrote: >>> On 17.02.20 18:25, Philippe Gerum wrote: On 2/17/20 6:15 PM, Jan Kiszka via Xenomai wrote: > On 17.02.20 17:57, Jan Kiszka via Xenomai wrote: >> On 17.02.20 17:

[xenomai-images PATCH] xenomai: Update changelog via Isar

2020-02-17 Thread Jan Kiszka via Xenomai
From: Jan Kiszka This fixes the version of the generated packages. Signed-off-by: Jan Kiszka --- recipes-xenomai/xenomai/xenomai.inc | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/recipes-xenomai/xenomai/xenomai.inc b/recipes-xenomai/xenomai/xenomai.inc ind

[xenomai-images PATCH v2] xenomai: Update changelog via Isar

2020-02-17 Thread Jan Kiszka via Xenomai
From: Jan Kiszka This fixes the version of the generated packages. For recipes that do not carry a release version, set a Debian-compliant one. For those cases, we also need to remove upstream's source/format. Signed-off-by: Jan Kiszka --- Changes in v2: - fix builds of non-release versions

Re: undefined symbol in tests

2020-02-17 Thread Antoine Hoarau via Xenomai
# ldd /usr/lib/xenomai/testsuite/libalchemy-test.so linux-vdso.so.1 (0x7fff1f944000) libcobalt.so.2 => /usr/lib/libcobalt.so.2 (0x7f2a40bc9000) libalchemy.so.0 => /usr/lib/libalchemy.so.0 (0x7f2a409b1000) libcopperplate.so.0 => /usr/lib/libcopperplate.so.