On Wed, 2018-08-22 at 10:31 +0200, Stefan Bader wrote: > Once there are more than a certain number of kernel config options > set (this happened for us with kernel 4.17), the method of passing > those as command line arguments exceeds the maximum number of > arguments the shell supports. This causes the whole testsuite to > fail. > Instead, create a temporary file and modify its contents so that > the config option variables are exported. Then this file can be > sourced in before running the tests. > > Signed-off-by: Stefan Bader > --- >  testsuite/Makefile | 16 +++++++++++----- >  1 file changed, 11 insertions(+), 5 deletions(-) > > diff --git a/testsuite/Makefile b/testsuite/Makefile > index 8fcbc55..f9f3b19 100644 Acked-by: Luca Boccassi Looks good to me, thanks. -- Kind regards, Luca Boccassi