Re: [PATCH 2/3] automation: Linux 5.10.74 test-artifact

2021-11-01 Thread Stefano Stabellini
On Fri, 29 Oct 2021, Juergen Gross wrote: > On 28.10.21 18:41, Stefano Stabellini wrote: > > On Thu, 28 Oct 2021, Juergen Gross wrote: > > > On 28.10.21 01:24, Stefano Stabellini wrote: > > > > On Wed, 27 Oct 2021, Stefano Stabellini wrote: > > > > > On Wed, 27 Oct 2021, Juergen Gross wrote: > > >

Re: [PATCH 2/3] automation: Linux 5.10.74 test-artifact

2021-10-28 Thread Juergen Gross
On 28.10.21 18:41, Stefano Stabellini wrote: On Thu, 28 Oct 2021, Juergen Gross wrote: On 28.10.21 01:24, Stefano Stabellini wrote: On Wed, 27 Oct 2021, Stefano Stabellini wrote: On Wed, 27 Oct 2021, Juergen Gross wrote: On 26.10.21 02:54, Stefano Stabellini wrote: On Mon, 25 Oct 2021, Juerg

Re: [PATCH 2/3] automation: Linux 5.10.74 test-artifact

2021-10-28 Thread Stefano Stabellini
On Thu, 28 Oct 2021, Juergen Gross wrote: > On 28.10.21 01:24, Stefano Stabellini wrote: > > On Wed, 27 Oct 2021, Stefano Stabellini wrote: > > > On Wed, 27 Oct 2021, Juergen Gross wrote: > > > > On 26.10.21 02:54, Stefano Stabellini wrote: > > > > > On Mon, 25 Oct 2021, Juergen Gross wrote: > > >

Re: [PATCH 2/3] automation: Linux 5.10.74 test-artifact

2021-10-28 Thread Juergen Gross
On 28.10.21 01:24, Stefano Stabellini wrote: On Wed, 27 Oct 2021, Stefano Stabellini wrote: On Wed, 27 Oct 2021, Juergen Gross wrote: On 26.10.21 02:54, Stefano Stabellini wrote: On Mon, 25 Oct 2021, Juergen Gross wrote: On 22.10.21 21:41, Stefano Stabellini wrote: +Juergen On Fri, 22 Oct 2

Re: [PATCH 2/3] automation: Linux 5.10.74 test-artifact

2021-10-27 Thread Stefano Stabellini
On Wed, 27 Oct 2021, Stefano Stabellini wrote: > On Wed, 27 Oct 2021, Juergen Gross wrote: > > On 26.10.21 02:54, Stefano Stabellini wrote: > > > On Mon, 25 Oct 2021, Juergen Gross wrote: > > > > On 22.10.21 21:41, Stefano Stabellini wrote: > > > > > +Juergen > > > > > > > > > > On Fri, 22 Oct 202

Re: [PATCH 2/3] automation: Linux 5.10.74 test-artifact

2021-10-27 Thread Stefano Stabellini
On Wed, 27 Oct 2021, Juergen Gross wrote: > On 26.10.21 02:54, Stefano Stabellini wrote: > > On Mon, 25 Oct 2021, Juergen Gross wrote: > > > On 22.10.21 21:41, Stefano Stabellini wrote: > > > > +Juergen > > > > > > > > On Fri, 22 Oct 2021, Andrew Cooper wrote: > > > > > On 22/10/2021 00:08, Stefan

Re: [PATCH 2/3] automation: Linux 5.10.74 test-artifact

2021-10-27 Thread Juergen Gross
On 26.10.21 02:54, Stefano Stabellini wrote: On Mon, 25 Oct 2021, Juergen Gross wrote: On 22.10.21 21:41, Stefano Stabellini wrote: +Juergen On Fri, 22 Oct 2021, Andrew Cooper wrote: On 22/10/2021 00:08, Stefano Stabellini wrote: +# build depends +RUN apt-get update && \ +apt-get --quiet

Re: [PATCH 2/3] automation: Linux 5.10.74 test-artifact

2021-10-25 Thread Stefano Stabellini
On Mon, 25 Oct 2021, Juergen Gross wrote: > On 22.10.21 21:41, Stefano Stabellini wrote: > > +Juergen > > > > On Fri, 22 Oct 2021, Andrew Cooper wrote: > > > On 22/10/2021 00:08, Stefano Stabellini wrote: > > > > +# build depends > > > > +RUN apt-get update && \ > > > > +apt-get --quiet --yes

Re: [PATCH 2/3] automation: Linux 5.10.74 test-artifact

2021-10-24 Thread Juergen Gross
On 22.10.21 21:41, Stefano Stabellini wrote: +Juergen On Fri, 22 Oct 2021, Andrew Cooper wrote: On 22/10/2021 00:08, Stefano Stabellini wrote: +# build depends +RUN apt-get update && \ +apt-get --quiet --yes install \ +build-essential \ +libssl-dev \ +bc \ +

Re: [PATCH 2/3] automation: Linux 5.10.74 test-artifact

2021-10-22 Thread Stefano Stabellini
On Fri, 22 Oct 2021, Anthony PERARD wrote: > On Thu, Oct 21, 2021 at 04:08:38PM -0700, Stefano Stabellini wrote: > > diff --git a/automation/tests-artifacts/kernel/5.10.74.dockerfile > > b/automation/tests-artifacts/kernel/5.10.74.dockerfile > > new file mode 100644 > > index 00..f2dbbecf7

Re: [PATCH 2/3] automation: Linux 5.10.74 test-artifact

2021-10-22 Thread Stefano Stabellini
+Juergen On Fri, 22 Oct 2021, Andrew Cooper wrote: > On 22/10/2021 00:08, Stefano Stabellini wrote: > > +# build depends > > +RUN apt-get update && \ > > +apt-get --quiet --yes install \ > > +build-essential \ > > +libssl-dev \ > > +bc \ > > +curl \ > > +

Re: [PATCH 2/3] automation: Linux 5.10.74 test-artifact

2021-10-22 Thread Andrew Cooper
On 22/10/2021 00:08, Stefano Stabellini wrote: > +# build depends > +RUN apt-get update && \ > +apt-get --quiet --yes install \ > +build-essential \ > +libssl-dev \ > +bc \ > +curl \ > +flex \ > +bison \ > +libelf-dev \ > +&& \ > +

Re: [PATCH 2/3] automation: Linux 5.10.74 test-artifact

2021-10-22 Thread Anthony PERARD
On Thu, Oct 21, 2021 at 04:08:38PM -0700, Stefano Stabellini wrote: > diff --git a/automation/tests-artifacts/kernel/5.10.74.dockerfile > b/automation/tests-artifacts/kernel/5.10.74.dockerfile > new file mode 100644 > index 00..f2dbbecf74 > --- /dev/null > +++ b/automation/tests-artifacts/

[PATCH 2/3] automation: Linux 5.10.74 test-artifact

2021-10-21 Thread Stefano Stabellini
From: Stefano Stabellini Build a 5.10 kernel to be used as Dom0 and DomU kernel for testing. This is almost the same as the existing ARM64 recipe for Linux 5.9, the only differences are: - upgrade to latest 5.10.x stable - force Xen modules to built-in (on ARM it was already done by defconfig) A