From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751902AbdINVlO (ORCPT ); Thu, 14 Sep 2017 17:41:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56966 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751735AbdINVlM (ORCPT ); Thu, 14 Sep 2017 17:41:12 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 9D470C04B318 Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=swood@redhat.com Message-ID: <1505425272.2772.9.camel@redhat.com> Subject: Re: [PATCH 8/8] ktest: Use config-bisect.pl in ktest.pl From: Scott Wood To: Steven Rostedt Cc: linux-kernel@vger.kernel.org Date: Thu, 14 Sep 2017 14:41:12 -0700 In-Reply-To: <20170717001630.10518-8-swood@redhat.com> References: <20170717001630.10518-1-swood@redhat.com> <20170717001630.10518-8-swood@redhat.com> Organization: Red Hat Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Thu, 14 Sep 2017 21:41:12 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > --- >  tools/testing/ktest/ktest.pl | 247 +++++----------------------------- Any comments on this patchset? -Scott