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

2017-10-05 Thread Steven Rostedt
On Thu, 05 Oct 2017 18:18:54 -0500 Scott Wood wrote: > On Thu, 2017-10-05 at 08:50 -0400, Steven Rostedt wrote: > > On Wed, 04 Oct 2017 15:24:23 -0500 > > Scott Wood wrote: > > > > > It should also be noted that ktest.pl only depends on config- > > > bisect.pl > > > if a config bisect is bein

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

2017-10-05 Thread Scott Wood
On Thu, 2017-10-05 at 08:50 -0400, Steven Rostedt wrote: > On Wed, 04 Oct 2017 15:24:23 -0500 > Scott Wood wrote: > > > It should also be noted that ktest.pl only depends on config- > > bisect.pl > > if a config bisect is being performed, so other ktest.pl functions > > still > > work standalone.

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

2017-10-05 Thread Steven Rostedt
On Wed, 04 Oct 2017 15:24:23 -0500 Scott Wood wrote: > On Wed, 2017-10-04 at 15:18 -0400, Steven Rostedt wrote: > > On Sun, 16 Jul 2017 19:16:30 -0500 > > Scott Wood wrote: > > > > > Reduce code duplication and take advantage of bisection logic > > > improvements by calling config-bisect.pl.

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

2017-10-04 Thread Scott Wood
On Wed, 2017-10-04 at 15:18 -0400, Steven Rostedt wrote: > On Sun, 16 Jul 2017 19:16:30 -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 d

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

2017-10-04 Thread Steven Rostedt
On Sun, 16 Jul 2017 19:16:30 -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 t

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

2017-10-04 Thread Steven Rostedt
On Thu, 14 Sep 2017 14:41:12 -0700 Scott Wood 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 >

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

2017-09-14 Thread Scott Wood
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 t

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

2017-07-16 Thread Scott Wood
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 wi