Re: [PATCH v2 1/6] drivers/can: add multi message support to sendmsg

2021-11-30 Thread Jan Kiszka via Xenomai
On 30.11.21 09:33, Jan Kiszka via Xenomai wrote: > On 29.11.21 23:07, Dario Binacchi wrote: >> The `user_msghdr' structure is designed to send multiple messages as >> well, so rtcan_raw_sendmsg() can also send multiple messages. This >> avoids having to add the sendmmsg system call which requires

Re: [PATCH 1/1] drivers/can: 32-bit userspace app support for rtcan

2021-11-30 Thread Jan Kiszka via Xenomai
On 08.11.21 11:29, Jan Kiszka via Xenomai wrote: > Commit message is missing. > > On 05.11.21 20:59, C Smith via Xenomai wrote: >> Signed-off-by: C Smith >> --- >> kernel/drivers/can/rtcan_internal.h | 1 + >> kernel/drivers/can/rtcan_raw.c | 102 >> +++-

Re: [PATCH] Revert "cobalt/assert: pipeline: add TODO() marker"

2021-11-30 Thread Jan Kiszka via Xenomai
On 01.12.21 02:13, Hongzhan Chen via Xenomai wrote: > This reverts commit 5c9cbcfce83083d9ea280f3b9143525cacfecfc8. > > We revert this because we fixed all related TODOs. > > Signed-off-by: Hongzhan Chen > > diff --git a/include/cobalt/kernel/assert.h b/include/cobalt/kernel/assert.h > index

reminder: Xenomai community call on Wednesday, Dec 1, 2021, UTC 7:00 AM

2021-11-30 Thread Chen, Hongzhan via Xenomai
We have the Xenomai community call today. Topics may include but are not limited to upstream/downstream project plans, status updates, and technical discussions. It's an open online meeting that anyone can join and ask questions. Time: Wednesday, Dec 1, 2021, UTC 7:00 AM Paris, France CEST

[PATCH] Revert "cobalt/assert: pipeline: add TODO() marker"

2021-11-30 Thread Hongzhan Chen via Xenomai
This reverts commit 5c9cbcfce83083d9ea280f3b9143525cacfecfc8. We revert this because we fixed all related TODOs. Signed-off-by: Hongzhan Chen diff --git a/include/cobalt/kernel/assert.h b/include/cobalt/kernel/assert.h index abe044100..98218ce6c 100644 --- a/include/cobalt/kernel/assert.h +++

Re: IRQ not raised switching from 4.4.x to 4.19.x

2021-11-30 Thread François Legal via Xenomai
Le Mardi, Novembre 30, 2021 16:32 CET, Greg Gallagher a écrit: > On Tue, Nov 30, 2021 at 9:59 AM François Legal via Xenomai < > xenomai@xenomai.org> wrote: > > > So I guess I have the beginning of the explanation. > > By checking the GIC registers more thoroughly, I found out the trigger > >

Re: IRQ not raised switching from 4.4.x to 4.19.x

2021-11-30 Thread Greg Gallagher via Xenomai
On Tue, Nov 30, 2021 at 9:59 AM François Legal via Xenomai < xenomai@xenomai.org> wrote: > So I guess I have the beginning of the explanation. > By checking the GIC registers more thoroughly, I found out the trigger > type was not set properly (my device uses edge interrupts, and GIC was > setup

Re: IRQ not raised switching from 4.4.x to 4.19.x

2021-11-30 Thread François Legal via Xenomai
So I guess I have the beginning of the explanation. By checking the GIC registers more thoroughly, I found out the trigger type was not set properly (my device uses edge interrupts, and GIC was setup with level interrupts) What's not clear is that the interrupt trigger type is set, if I

IRQ not raised switching from 4.4.x to 4.19.x

2021-11-30 Thread François Legal via Xenomai
Hello, I'm experiencing a weird issue while transitioning Xenomai 3.1 from linux 4.4 to 4.19. Platform is Zynq 7000 ARM Cortex A9. Using the exact same hardware, porting a network device driver, the interrupts that should trigger whenever a packet is sent or received do not grif any more. I

Re: [PATCH v2 1/6] drivers/can: add multi message support to sendmsg

2021-11-30 Thread Jan Kiszka via Xenomai
On 29.11.21 23:07, Dario Binacchi wrote: > The `user_msghdr' structure is designed to send multiple messages as > well, so rtcan_raw_sendmsg() can also send multiple messages. This > avoids having to add the sendmmsg system call which requires more > extensive Xenomai changes. > > Signed-off-by:

[xenomai-images][PATCH] Update consistently to kas 2.6.3

2021-11-30 Thread Jan Kiszka via Xenomai
From: Jan Kiszka CI was forgotten by 7c87984cc408, and the new stable version provides a few minor fixes. Signed-off-by: Jan Kiszka --- README.md | 2 +- ci/gitlab-ci-base.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index

Re: [PATCH 2/2] cobalt/trace: dovetail: drop unnecessary helpers

2021-11-30 Thread Jan Kiszka via Xenomai
On 30.11.21 08:31, Hongzhan Chen via Xenomai wrote: > For dovetail-based, handle_oob_trap_entry would try to demote oob > stage and leave in-band to do panic thing when fault happen. > > Signed-off-by: Hongzhan Chen > > diff --git a/include/cobalt/kernel/dovetail/pipeline/trace.h >