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

From: Scott Wood
Date: Thu Sep 14 2017 - 17:41:18 EST


On Sun, 2017-07-16 at 19:16 -0500, Scott Wood 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.
>
> Signed-off-by: Scott Wood <swood@xxxxxxxxxx>
> ---
> Âtools/testing/ktest/ktest.pl | 247 +++++-----------------------------

Any comments on this patchset?

-Scott