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

From: Steven Rostedt
Date: Wed Oct 04 2017 - 15:17:34 EST


On Thu, 14 Sep 2017 14:41:12 -0700
Scott Wood <swood@xxxxxxxxxx> wrote:

> 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?

Finally got around to looking at it. Sorry for the late reply.

I didn't see anything to concerning in patches 1-7 and applied them.
I'll start testing them soon too.

-- Steve