Re: Smoke test failure on Arm (was Re: [PATCH v4 0/8] xen/arm: Emulate ID registers) [and 2 more messages]

2021-01-11 Thread Julien Grall
Hi Ian, On 11/01/2021 11:19, Ian Jackson wrote: It seems there is still something wrong with ARM in staging. Whatever change was made passed the smoke test but now the main flights are failing: osstest service owner writes: flight 158303 xen-unstable real [real] http://logs.test-lab.xenprojec

Re: Smoke test failure on Arm (was Re: [PATCH v4 0/8] xen/arm: Emulate ID registers) [and 2 more messages]

2021-01-11 Thread Ian Jackson
It seems there is still something wrong with ARM in staging. Whatever change was made passed the smoke test but now the main flights are failing: osstest service owner writes: > flight 158303 xen-unstable real [real] > http://logs.test-lab.xenproject.org/osstest/logs/158303/ > > Regressions :-(

Re: Smoke test failure on Arm (was Re: [PATCH v4 0/8] xen/arm: Emulate ID registers)

2021-01-08 Thread Julien Grall
On 06/01/2021 20:55, Stefano Stabellini wrote: On Wed, 6 Jan 2021, Julien Grall wrote: On 05/01/2021 22:43, Stefano Stabellini wrote: On Tue, 5 Jan 2021, Julien Grall wrote: Hi Stefano, On 05/01/2021 18:44, Stefano Stabellini wrote: On Tue, 5 Jan 2021, André Przywara wrote: On 05/01/2021

Re: Smoke test failure on Arm (was Re: [PATCH v4 0/8] xen/arm: Emulate ID registers)

2021-01-06 Thread Stefano Stabellini
On Wed, 6 Jan 2021, Julien Grall wrote: > On 05/01/2021 22:43, Stefano Stabellini wrote: > > On Tue, 5 Jan 2021, Julien Grall wrote: > > > Hi Stefano, > > > > > > On 05/01/2021 18:44, Stefano Stabellini wrote: > > > > On Tue, 5 Jan 2021, André Przywara wrote: > > > > > On 05/01/2021 16:06, Julien

Re: Smoke test failure on Arm (was Re: [PATCH v4 0/8] xen/arm: Emulate ID registers)

2021-01-06 Thread Julien Grall
Hi Stefano, On 05/01/2021 22:43, Stefano Stabellini wrote: On Tue, 5 Jan 2021, Julien Grall wrote: Hi Stefano, On 05/01/2021 18:44, Stefano Stabellini wrote: On Tue, 5 Jan 2021, André Przywara wrote: On 05/01/2021 16:06, Julien Grall wrote: (+ Ian and Andre) Hi Bertrand, On IRC, Ian point

Re: Smoke test failure on Arm (was Re: [PATCH v4 0/8] xen/arm: Emulate ID registers)

2021-01-05 Thread Stefano Stabellini
On Tue, 5 Jan 2021, Julien Grall wrote: > Hi Stefano, > > On 05/01/2021 18:44, Stefano Stabellini wrote: > > On Tue, 5 Jan 2021, André Przywara wrote: > > > On 05/01/2021 16:06, Julien Grall wrote: > > > > (+ Ian and Andre) > > > > > > > > Hi Bertrand, > > > > > > > > On IRC, Ian pointed out tha

Re: Smoke test failure on Arm (was Re: [PATCH v4 0/8] xen/arm: Emulate ID registers)

2021-01-05 Thread Julien Grall
Hi Stefano, On 05/01/2021 18:44, Stefano Stabellini wrote: On Tue, 5 Jan 2021, André Przywara wrote: On 05/01/2021 16:06, Julien Grall wrote: (+ Ian and Andre) Hi Bertrand, On IRC, Ian pointed out that the smoke test was failing on Cubietruck. The only patches because the last success and th

Re: Smoke test failure on Arm (was Re: [PATCH v4 0/8] xen/arm: Emulate ID registers)

2021-01-05 Thread Stefano Stabellini
On Tue, 5 Jan 2021, André Przywara wrote: > On 05/01/2021 16:06, Julien Grall wrote: > > (+ Ian and Andre) > > > > Hi Bertrand, > > > > On IRC, Ian pointed out that the smoke test was failing on Cubietruck. > > The only patches because the last success and the failure are your series. > > > > Th

Re: Smoke test failure on Arm (was Re: [PATCH v4 0/8] xen/arm: Emulate ID registers)

2021-01-05 Thread André Przywara
On 05/01/2021 16:06, Julien Grall wrote: > (+ Ian and Andre) > > Hi Bertrand, > > On IRC, Ian pointed out that the smoke test was failing on Cubietruck. > The only patches because the last success and the failure are your series. > > This seems to be a very early failure as there is no output fr

Smoke test failure on Arm (was Re: [PATCH v4 0/8] xen/arm: Emulate ID registers)

2021-01-05 Thread Julien Grall
(+ Ian and Andre) Hi Bertrand, On IRC, Ian pointed out that the smoke test was failing on Cubietruck. The only patches because the last success and the failure are your series. This seems to be a very early failure as there is no output from Xen [1]. I originally thought the problem was beca

Re: [PATCH v4 0/8] xen/arm: Emulate ID registers

2020-12-18 Thread Bertrand Marquis
Hi Stefano, > On 17 Dec 2020, at 23:47, Stefano Stabellini wrote: > > On Thu, 17 Dec 2020, Bertrand Marquis wrote: >> The goal of this serie is to emulate coprocessor ID registers so that >> Xen only publish to guest features that are supported by Xen and can >> actually be used by guests. >> On

Re: [PATCH v4 0/8] xen/arm: Emulate ID registers

2020-12-17 Thread Stefano Stabellini
On Thu, 17 Dec 2020, Bertrand Marquis wrote: > The goal of this serie is to emulate coprocessor ID registers so that > Xen only publish to guest features that are supported by Xen and can > actually be used by guests. > One practical example where this is required are SVE support which is > forbidd

Re: [PATCH v4 0/8] xen/arm: Emulate ID registers

2020-12-17 Thread Stefano Stabellini
an find the link to the pipeline near the end of the report below: > > Type: series > Message-id: cover.1608214355.git.bertrand.marq...@arm.com > Subject: [PATCH v4 0/8] xen/arm: Emulate ID registers > > === TEST SCRIPT BEGIN === > #!/bin/bash > sleep 10 > patchew gitlab-pi

[PATCH v4 0/8] xen/arm: Emulate ID registers

2020-12-17 Thread Bertrand Marquis
The goal of this serie is to emulate coprocessor ID registers so that Xen only publish to guest features that are supported by Xen and can actually be used by guests. One practical example where this is required are SVE support which is forbidden by Xen as it is not supported, but if Linux is compi