Re: [PATCH] pseries: fix migration-test and pxe-test

2019-11-20 Thread David Gibson
On Wed, Nov 20, 2019 at 03:25:39PM +0100, Laurent Vivier wrote: > Commit 29cb4187497d ("spapr: Set VSMT to smp_threads by default") > has introduced a new default value for VSMT that is not supported > by old kernels (before 4.13 kernel) and this breaks "make check" > on these kernels. > > To fix

Re: [PATCH] pseries: fix migration-test and pxe-test

2019-11-20 Thread Greg Kurz
On Wed, 20 Nov 2019 15:25:39 +0100 Laurent Vivier wrote: > Commit 29cb4187497d ("spapr: Set VSMT to smp_threads by default") > has introduced a new default value for VSMT that is not supported > by old kernels (before 4.13 kernel) and this breaks "make check" > on these kernels. > > To fix that,

Re: [PATCH] pseries: fix migration-test and pxe-test

2019-11-20 Thread Laurent Vivier
On 20/11/2019 15:34, Juan Quintela wrote: > Laurent Vivier wrote: >> Commit 29cb4187497d ("spapr: Set VSMT to smp_threads by default") >> has introduced a new default value for VSMT that is not supported >> by old kernels (before 4.13 kernel) and this breaks "make check" >> on these kernels. >> >>

Re: [PATCH] pseries: fix migration-test and pxe-test

2019-11-20 Thread Juan Quintela
Laurent Vivier wrote: > Commit 29cb4187497d ("spapr: Set VSMT to smp_threads by default") > has introduced a new default value for VSMT that is not supported > by old kernels (before 4.13 kernel) and this breaks "make check" > on these kernels. > > To fix that, explicitly set in the involved tests

Re: [PATCH] pseries: fix migration-test and pxe-test

2019-11-20 Thread Thomas Huth
On 20/11/2019 15.25, Laurent Vivier wrote: > Commit 29cb4187497d ("spapr: Set VSMT to smp_threads by default") > has introduced a new default value for VSMT that is not supported > by old kernels (before 4.13 kernel) and this breaks "make check" > on these kernels. > > To fix that, explicitly set

[PATCH] pseries: fix migration-test and pxe-test

2019-11-20 Thread Laurent Vivier
Commit 29cb4187497d ("spapr: Set VSMT to smp_threads by default") has introduced a new default value for VSMT that is not supported by old kernels (before 4.13 kernel) and this breaks "make check" on these kernels. To fix that, explicitly set in the involved tests the value that was used as the de