* smokey arm64 gdb tests
@ 2019-10-02 8:37 Gylstorff Quirin
2019-10-02 9:38 ` Jan Kiszka
0 siblings, 1 reply; 5+ messages in thread
From: Gylstorff Quirin @ 2019-10-02 8:37 UTC (permalink / raw)
To: xenomai@xenomai.org
Hi,
I did a run of smokey on arm64 and it aborts in the gdb test with the
error:
FAILURE run_gdb:287: checking expression \"primary_mode\", expected
\"1\", found \"0\"
My question should the gdb test run on arm64?
If not we should exclude it for the time being.
Thanks,
Quirin
--
Quirin Gylstorff
Siemens AG
Corporate Technology
CT RDA IOT SES-DE
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: smokey arm64 gdb tests
2019-10-02 8:37 smokey arm64 gdb tests Gylstorff Quirin
@ 2019-10-02 9:38 ` Jan Kiszka
2019-10-02 12:36 ` steven.seeger flightsystems.net
0 siblings, 1 reply; 5+ messages in thread
From: Jan Kiszka @ 2019-10-02 9:38 UTC (permalink / raw)
To: Gylstorff Quirin, xenomai@xenomai.org, Steven Seeger
On 02.10.19 10:37, Gylstorff Quirin wrote:
> Hi,
>
> I did a run of smokey on arm64 and it aborts in the gdb test with the error:
> FAILURE run_gdb:287: checking expression \"primary_mode\", expected \"1\", found
> \"0\"
>
>
> My question should the gdb test run on arm64?
> If not we should exclude it for the time being.
Damn, that's the still missing userspace return notifier support on arm64. I
will try to look into this.
Still, I suspect we need to deal with missing support, also because ppc
shouldn't have that yet, Steven, am I right? It's "just" a debugging feature,
nothing otherwise problematic or relevant for applications. So I'm unsure if
that deserves an ABI flag, but that would be needed to detect the issue smoothly
in the testsuite.
Jan
--
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: smokey arm64 gdb tests
2019-10-02 9:38 ` Jan Kiszka
@ 2019-10-02 12:36 ` steven.seeger flightsystems.net
2019-10-03 8:23 ` Jan Kiszka
0 siblings, 1 reply; 5+ messages in thread
From: steven.seeger flightsystems.net @ 2019-10-02 12:36 UTC (permalink / raw)
To: Jan Kiszka; +Cc: Gylstorff Quirin, xenomai@xenomai.org, Philippe Gerum
On Wednesday, October 2, 2019 5:38:09 AM EDT Jan Kiszka wrote:
> Still, I suspect we need to deal with missing support, also because ppc
> shouldn't have that yet, Steven, am I right? It's "just" a debugging
> feature, nothing otherwise problematic or relevant for applications. So I'm
> unsure if that deserves an ABI flag, but that would be needed to detect the
> issue smoothly in the testsuite.
I'm not sure what this is. Do you mean the WARNSW option? PPC supports that.
Steven
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: smokey arm64 gdb tests
2019-10-02 12:36 ` steven.seeger flightsystems.net
@ 2019-10-03 8:23 ` Jan Kiszka
2019-10-03 16:41 ` steven.seeger flightsystems.net
0 siblings, 1 reply; 5+ messages in thread
From: Jan Kiszka @ 2019-10-03 8:23 UTC (permalink / raw)
To: steven.seeger flightsystems.net
Cc: Gylstorff Quirin, xenomai@xenomai.org, Philippe Gerum
On 02.10.19 14:36, steven.seeger flightsystems.net wrote:
> On Wednesday, October 2, 2019 5:38:09 AM EDT Jan Kiszka wrote:
>> Still, I suspect we need to deal with missing support, also because ppc
>> shouldn't have that yet, Steven, am I right? It's "just" a debugging
>> feature, nothing otherwise problematic or relevant for applications. So I'm
>> unsure if that deserves an ABI flag, but that would be needed to detect the
>> issue smoothly in the testsuite.
>
> I'm not sure what this is. Do you mean the WARNSW option? PPC supports that.
>
Nope,
https://gitlab.denx.de/Xenomai/ipipe-arm/commit/5720abf5df213d0eb392bc4f5620f5f4bf5f3a23
or
https://gitlab.denx.de/Xenomai/ipipe-x86/commit/69e53186060197af91b2056b0da0c3032d7ec0d8
to make use of
https://gitlab.denx.de/Xenomai/ipipe-x86/commit/c5b7844523ef572e4096262df2e2cd503b84e539
Jan
--
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: smokey arm64 gdb tests
2019-10-03 8:23 ` Jan Kiszka
@ 2019-10-03 16:41 ` steven.seeger flightsystems.net
0 siblings, 0 replies; 5+ messages in thread
From: steven.seeger flightsystems.net @ 2019-10-03 16:41 UTC (permalink / raw)
To: Jan Kiszka; +Cc: Gylstorff Quirin, xenomai@xenomai.org, Philippe Gerum
On Thursday, October 3, 2019 4:23:00 AM EDT Jan Kiszka wrote:
> Nope,
>
> https://gitlab.denx.de/Xenomai/ipipe-arm/commit/5720abf5df213d0eb392bc4f5620
> f5f4bf5f3a23
>
> or
>
> https://gitlab.denx.de/Xenomai/ipipe-x86/commit/69e53186060197af91b2056b0da0
> c3032d7ec0d8
>
> to make use of
>
> https://gitlab.denx.de/Xenomai/ipipe-x86/commit/c5b7844523ef572e4096262df2e2
> cd503b84e539
Thanks for the info. This doesn't look too complicated but PPC defintely
doesn't have this. I probably won't have time for quite a while to work on
this, but I will get to it when I can. (or accept a patch from anyone! ;) )
Steven
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-10-03 16:41 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-02 8:37 smokey arm64 gdb tests Gylstorff Quirin
2019-10-02 9:38 ` Jan Kiszka
2019-10-02 12:36 ` steven.seeger flightsystems.net
2019-10-03 8:23 ` Jan Kiszka
2019-10-03 16:41 ` steven.seeger flightsystems.net
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.