Re: [PATCH 8/8] ktest: Use config-bisect.pl in ktest.pl

From: Steven Rostedt
Date: Wed Oct 04 2017 - 15:18:39 EST


On Sun, 16 Jul 2017 19:16:30 -0500
Scott Wood <swood@xxxxxxxxxx> wrote:

> Reduce code duplication and take advantage of bisection logic
> improvements by calling config-bisect.pl.
>
> The output of make oldconfig is now copied directly to the desired file,
> rather than doing assign_configs+save_config, in order to preserve the
> ordering so that diffing the configs at the end will provide useful
> output.

The reason I never did this, was that I copy ktest.pl all over the
place :-/ I need it to be a stand alone. I don't copy config-bisect
around. Not sure how to deal with this.

-- Steve